[40267] trunk/dports/math/octave/Portfile

stechert at macports.org stechert at macports.org
Sat Sep 27 14:31:24 PDT 2008


Revision: 40267
          http://trac.macports.org/changeset/40267
Author:   stechert at macports.org
Date:     2008-09-27 14:31:23 -0700 (Sat, 27 Sep 2008)
Log Message:
-----------
Re #16667, upgrade Octave to 3.0.2 and update the homepage.

Modified Paths:
--------------
    trunk/dports/math/octave/Portfile

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2008-09-27 19:53:21 UTC (rev 40266)
+++ trunk/dports/math/octave/Portfile	2008-09-27 21:31:23 UTC (rev 40267)
@@ -3,74 +3,78 @@
 
 PortSystem 1.0
 
-name		octave
-version		3.0.1
+name	octave
+version		3.0.2
 categories	math science
-maintainers     stechert at macports.org alakazam at melix.net
+maintainers	stechert at macports.org alakazam at melix.net
 platforms	darwin
-description     a Matlab-like environment for numerical analysis
+description	a Matlab-like environment for numerical analysis
 long_description	\
-		Octave provides a convenient command line interface	\
-		for solving linear and nonlinear problems numerically,	\
-		using a language that is mostly compatible with Matlab.	\
-		It is easily extensible and customizable via		\
-		user-defined functions or using dynamically loaded	\
-		modules written in e.g. C++, C or Fortran.
+	Octave provides a convenient command line interface	\
+	for solving linear and nonlinear problems numerically,	\
+	using a language that is mostly compatible with Matlab.	\
+	It is easily extensible and customizable via		\
+	user-defined functions or using dynamically loaded	\
+	modules written in e.g. C++, C or Fortran.
 
-homepage	http://www.octave.org
-master_sites	ftp://ftp.octave.org/pub/octave/
+homepage	http://www.gnu.org/software/octave/
+master_sites	ftp://ftp.gnu.org/pub/gnu/octave/
 
-use_bzip2	yes
-checksums	md5 230f3895a42386ec625bf2593a44c441 \
-    sha1 e4cebe74a1182df610d91e45974653227dd4b342 \
-    rmd160 3141454b1e9a8efcac0772aed63c27aaad082861
+use_bzip2	no
+checksums \
+	md5 791e19cc9a36f2c046b39ab0574306d8 \
+	sha1 9236c11e03dd177a8379d697e1b29a9884b32a8f \
+	rmd160 38a10f6380478b66f17feef05b55466dbcf988c9
 
 depends_build \
-		bin:tex:texlive \
-		port:ghostscript \
-		port:gawk \
-		port:gsed \
-		port:perl5.8 \
-		port:texinfo
+	bin:tex:texlive \
+	port:ghostscript \
+	port:gawk \
+	port:gsed \
+	port:perl5.8 \
+	port:texinfo
 
-depends_lib     port:readline			\
-                port:curl                       \
-		port:hdf5			\
-		port:fftw-3			\
-		port:metis			\
-		port:SuiteSparse		\
-		port:pcre			\
-		port:glpk			\
-		port:gnuplot \
-		port:ncurses \
-		port:qhull \
+depends_lib \
+	port:readline \
+	port:curl \
+	port:hdf5 \
+	port:fftw-3 \
+	port:metis \
+	port:SuiteSparse \
+	port:pcre \
+	port:glpk \
+	port:gnuplot \
+	port:ncurses \
+	port:qhull
 
-configure.args	--enable-shared	\
-		--enable-dl	\
-		--disable-static \
-		--with-hdf5	\
-		--with-fftw	\
-		--with-blas="-framework Accelerate" \
-		--enable-static \
-		--enable-readline \
-		--with-zlib	\
-		--with-glpk	\
-		--with-curl	\
-		--with-lapack \
-		--with-umfpack \
-		--with-colamd \
-		--with-ccolamd \
-		--with-cholmod \
-		--with-cxsparse
+configure.args \
+	--enable-shared	\
+	--enable-dl	\
+	--disable-static \
+	--with-hdf5	\
+	--with-fftw	\
+	--with-blas="-framework Accelerate" \
+	--enable-static \
+	--enable-readline \
+	--with-zlib	\
+	--with-glpk	\
+	--with-curl	\
+	--with-lapack \
+	--with-umfpack \
+	--with-colamd \
+	--with-ccolamd \
+	--with-cholmod \
+	--with-cxsparse
 
-configure.env-append	AWK="${prefix}/bin/gawk" \
-			SED="${prefix}/bin/gsed" \
-			PERL="${prefix}/bin/perl" \
-			PYTHON=' ' \
-			GHOSTSCRIPT="${prefix}/bin/gs" \
-			MAKEINFO="${prefix}/bin/makeinfo" \
-			TEXI2DVI="${prefix}/bin/texi2dvi" \
-			TEXI2PDF="${prefix}/bin/texi2pdf"
+configure.env-append \
+	AWK="${prefix}/bin/gawk" \
+	SED="${prefix}/bin/gsed" \
+	PERL="${prefix}/bin/perl" \
+	PYTHON=' ' \
+	GHOSTSCRIPT="${prefix}/bin/gs" \
+	MAKEINFO="${prefix}/bin/makeinfo" \
+	TEXI2DVI="${prefix}/bin/texi2dvi" \
+	TEXI2PDF="${prefix}/bin/texi2pdf"
 
 use_parallel_build yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080927/7270a70e/attachment.html 


More information about the macports-changes mailing list