From owner-cvs-all@FreeBSD.ORG Tue May 26 21:34:12 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C5DB1065690; Tue, 26 May 2009 21:34:12 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8F58FC1C; Tue, 26 May 2009 21:34:12 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4QLYCJN049661; Tue, 26 May 2009 21:34:12 GMT (envelope-from beat@repoman.freebsd.org) Received: (from beat@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4QLYCA8049660; Tue, 26 May 2009 21:34:12 GMT (envelope-from beat) Message-Id: <200905262134.n4QLYCA8049660@repoman.freebsd.org> From: Beat Gaetzi Date: Tue, 26 May 2009 21:34:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/octave-forge-oct2mat Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2009 21:34:13 -0000 beat 2009-05-26 21:34:12 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/octave-forge-oct2mat Makefile distinfo pkg-descr pkg-plist Log: The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is oct2mat. Convert m-file into matlab-compatible coding style. WWW: http://octave.sourceforge.net/ PR: ports/134404 Submitted by: Stephen Montgomery-Smith Approved by: miwi (mentor) Revision Changes Path 1.602 +1 -0 ports/math/Makefile 1.1 +19 -0 ports/math/octave-forge-oct2mat/Makefile (new) 1.1 +3 -0 ports/math/octave-forge-oct2mat/distinfo (new) 1.1 +10 -0 ports/math/octave-forge-oct2mat/pkg-descr (new) 1.1 +1 -0 ports/math/octave-forge-oct2mat/pkg-plist (new)