[67505] trunk/dports/math/gnuplot

jmr at macports.org jmr at macports.org
Tue May 11 04:15:28 PDT 2010


Revision: 67505
          http://trac.macports.org/changeset/67505
Author:   jmr at macports.org
Date:     2010-05-11 04:15:23 -0700 (Tue, 11 May 2010)
Log Message:
-----------
gnuplot: update to 4.4.0 (#24464)

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

Removed Paths:
-------------
    trunk/dports/math/gnuplot/files/

Modified: trunk/dports/math/gnuplot/Portfile
===================================================================
--- trunk/dports/math/gnuplot/Portfile	2010-05-11 10:48:01 UTC (rev 67504)
+++ trunk/dports/math/gnuplot/Portfile	2010-05-11 11:15:23 UTC (rev 67505)
@@ -4,8 +4,7 @@
 PortGroup xcodeversion 1.0
 
 name			gnuplot
-version			4.2.5
-revision        2
+version			4.4.0
 categories		math science
 maintainers		nomaintainer
 description		A command-driven interactive function plotting program
@@ -18,17 +17,16 @@
 platforms		darwin
 homepage		http://gnuplot.sourceforge.net/
 master_sites	sourceforge
-distfiles		${distname}.tar.gz \
-				${name}.pdf
+distfiles-append ${name}-${version}.pdf
 extract.only	${distname}.tar.gz
 checksums		${distname}.tar.gz \
-					md5     85d042f8efd7aae3d9cbfd85b14d06d2 \
-					sha1    e7ad6afc1ca7b39a512a18f2dc6f2bcda9bf9128 \
-					rmd160  79ab74627d66c2eff6d69276c1556acca89ec6dd \
-				${name}.pdf \
-					md5 0691424fd274b65eb8a8ab0dc52dbabe \
-					sha1 8926d4cb9a1e2f71f95f69fad65473889f08638f \
-					rmd160 6d92f3473b0896598436e6c993e56e5167b94af5
+					md5     e708665bd512153ad5c35252fe499059 \
+					sha1    04a2eede7b2af8e64144aa8ffede6535b7a043b5 \
+					rmd160  ed15fd44d32b0bf610f52b99e2c36cd160cb08a6 \
+				${name}-${version}.pdf \
+					md5 f618b64e3679511a385a7ae25b0cdbc7 \
+					sha1 6107557d3c8d893e8f0f67cd610fc890efc4fbb2 \
+					rmd160 783bf418250dc04ccf41fbdf07dc8202d4c34d00
 
 depends_lib		port:expat \
 				port:fontconfig \
@@ -42,8 +40,6 @@
 				port:xpm \
 				port:zlib
 
-patchfiles		patch-share-LaTeX-Makefile.in
-
 platform darwin {
 	depends_lib-append		port:aquaterm
 	configure.cflags-append	'-DDEFAULTTERM=\\"aqua\\"'
@@ -59,7 +55,10 @@
 				--enable-datastrings --enable-histograms \
 				--infodir='\${prefix}/share/info' \
 				--mandir='\${prefix}/share/man' \
-				--disable-wxwidgets
+				--disable-wxwidgets \
+				--without-latex \
+				--without-tutorial \
+				--without-cairo
 
 configure.ccache	no
 
@@ -77,13 +76,13 @@
 
 variant tutorial description "Build the tutorial (requires a tex install)" {
 	depends_lib-append		bin:tex:texlive
-	configure.args-delete	--without-tutorial
+	configure.args-delete	--without-tutorial --without-latex
 	configure.args-append	--with-tutorial
 }
 
 destroot.destdir	prefix=${destroot}${prefix}
 post-destroot {
 	xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 0644 ${distpath}/gnuplot.pdf \
+	xinstall -m 0644 ${distpath}/${name}-${version}.pdf \
 		${destroot}${prefix}/share/doc/${name}/
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100511/c6783717/attachment-0001.html>


More information about the macports-changes mailing list