[31346] trunk/dports/graphics/plotutils/Portfile

ram at macports.org ram at macports.org
Tue Nov 20 11:57:51 PST 2007


Revision: 31346
          http://trac.macosforge.org/projects/macports/changeset/31346
Author:   ram at macports.org
Date:     2007-11-20 11:57:49 -0800 (Tue, 20 Nov 2007)

Log Message:
-----------
whitespace

Modified Paths:
--------------
    trunk/dports/graphics/plotutils/Portfile

Modified: trunk/dports/graphics/plotutils/Portfile
===================================================================
--- trunk/dports/graphics/plotutils/Portfile	2007-11-20 18:09:23 UTC (rev 31345)
+++ trunk/dports/graphics/plotutils/Portfile	2007-11-20 19:57:49 UTC (rev 31346)
@@ -2,47 +2,51 @@
 
 PortSystem 1.0
 
-name				plotutils
-version				2.4.1
-revision			2
-categories			graphics
-maintainers			ram openmaintainer
-description			GNU plotting utilities
+name             plotutils
+version          2.4.1
+revision         2
+categories       graphics
+platforms        darwin
+maintainers      ram openmaintainer
+
+description      GNU plotting utilities
 long_description \
-	GNU plotting utilities package, including GNU libplot: a thread-safe \
-	function library for exporting two-dimensional vector graphics files, \
-	and for displaying animated vector graphics under the X Window System.
+  GNU plotting utilities package, including GNU libplot: a thread-safe \
+  function library for exporting two-dimensional vector graphics files, \
+  and for displaying animated vector graphics under the X Window System.
 
-platforms			darwin
+homepage         http://www.gnu.org/software/plotutils/
+master_sites     gnu macports:lt:lt
 
-homepage			http://www.gnu.org/software/plotutils/
-master_sites		gnu macports:lt:lt
+depends_lib      port:libpng \
+                 port:zlib
 
-checksums			${name}-${version}${extract.suffix} \
-						md5 8da2cc2ed5a837cad0753c7843ef18ee
+checksums        ${name}-${version}${extract.suffix} md5 8da2cc2ed5a837cad0753c7843ef18ee
 
-depends_lib			port:libpng port:zlib
+patchfiles       patch-libplot_g_write.c.diff \
+                 patch-libplot_n_write.c.diff \
+                 patch-libplot_i_rle.c.diff \
+                 patch-libplot_z_write.c.diff
 
-patchfiles			patch-libplot_g_write.c.diff patch-libplot_n_write.c.diff \
-					patch-libplot_i_rle.c.diff patch-libplot_z_write.c.diff
+configure.args   --without-x \
+                 --enable-libplotter \
+                 --mandir=${prefix}/share/man \
+                 --infodir=${prefix}/share/info
 
-configure.args		--without-x --enable-libplotter \
-					--mandir=${prefix}/share/man --infodir=${prefix}/share/info
-
 variant x11 {
-	depends_lib-append		lib:libX11:XFree86
-	configure.args-delete	--without-x
-	configure.args-append	--with-x
+  depends_lib-append      lib:libX11:XFree86
+  configure.args-delete   --without-x
+  configure.args-append   --with-x
 }
 
 platform darwin {
-	distfiles-append	ltconfig13:lt ltmain13:lt
-	checksums-append	ltconfig13 md5 ea53f42a550c9f9e653758a8ed91574e \
-						ltmain13 md5 e094ae92724c4015dbab97de151c2525
-	extract.only		${distname}${extract.suffix}
-	post-patch {
-		xinstall -m 644 ${distpath}/ltconfig13 ${worksrcpath}/ltconfig
-		xinstall -m 644 ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh
-	}
+  distfiles-append   ltconfig13:lt ltmain13:lt
+  checksums-append   ltconfig13 md5 ea53f42a550c9f9e653758a8ed91574e \
+                     ltmain13 md5 e094ae92724c4015dbab97de151c2525
+  extract.only       ${distname}${extract.suffix}
+
+  post-patch {
+    xinstall -m 644 ${distpath}/ltconfig13 ${worksrcpath}/ltconfig
+    xinstall -m 644 ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh
+  }
 }
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071120/042d4ced/attachment-0001.html


More information about the macports-changes mailing list