[47323] trunk/dports/graphics/pgplot/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Wed Feb 25 16:22:22 PST 2009


Revision: 47323
          http://trac.macports.org/changeset/47323
Author:   mcalhoun at macports.org
Date:     2009-02-25 16:22:21 -0800 (Wed, 25 Feb 2009)
Log Message:
-----------
pgplot: Assume maintainership (with openmaintainer).
Add modeline.
Change format.

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

Modified: trunk/dports/graphics/pgplot/Portfile
===================================================================
--- trunk/dports/graphics/pgplot/Portfile	2009-02-26 00:17:49 UTC (rev 47322)
+++ trunk/dports/graphics/pgplot/Portfile	2009-02-26 00:22:21 UTC (rev 47323)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem			1.0
@@ -5,7 +6,7 @@
 version				5.2.2
 revision			4
 categories			graphics devel
-maintainers			nomaintainer
+maintainers			mcalhoun openmaintainer
 description			C/Fortran graphics library
 long_description \
 	The PGPLOT Graphics Subroutine Library is a Fortran- or C-callable, \
@@ -24,14 +25,18 @@
 
 worksrcdir			${name}/build
 
-checksums			md5 e8a6e8d0d5ef9d1709dfb567724525ae \
-					sha1 1f1c9aa17eeec9a2fb23fd15a0e4a91dcc49ddc1 \
-					rmd160 4c21cad6613772f4104c65ac3d8d9a42e3c4afe1
+checksums \
+    md5 e8a6e8d0d5ef9d1709dfb567724525ae \
+    sha1 1f1c9aa17eeec9a2fb23fd15a0e4a91dcc49ddc1 \
+    rmd160 4c21cad6613772f4104c65ac3d8d9a42e3c4afe1
 
-depends_lib			lib:libpng:libpng lib:libz:zlib bin:g77-dp-3.4:gcc34
+depends_lib  lib:libpng:libpng lib:libz:zlib bin:g77-dp-3.4:gcc34
 
-patchfiles			patch-makemake patch-src_grgfil.f patch-drivers.list \
-					patch-pgdispd_proccom.c
+patchfiles \
+    patch-makemake \
+    patch-src_grgfil.f \
+    patch-drivers.list \
+    patch-pgdispd_proccom.c
 
 post-extract {
 	file mkdir ${worksrcpath}
@@ -72,8 +77,11 @@
 platform darwin {
 	global ppCompilerSpec
 	set ppCompilerSpec		g77_gcc
-	patchfiles-append		patch-sys_darwin_aaaread.me \
-							patch-sys_darwin_g77_gcc.conf
+	
+    patchfiles-append \
+        patch-sys_darwin_aaaread.me \
+        patch-sys_darwin_g77_gcc.conf
+
 	post-patch {
 		reinplace "s|@@PREFIX@@|${prefix}|g" \
 			${worksrcpath}/../sys_darwin/${ppCompilerSpec}.conf
@@ -108,10 +116,12 @@
 variant aqt {
 # Variant that adds aquaterm driver support
 	depends_lib-append	port:aquaterm
-	patchfiles-append	patch-drivers.list_aqt \
-						patch-sys_darwin_${ppCompilerSpec}.conf_aqt \
-						patch-makemake_aqt
-	
+
+	patchfiles-append \
+        patch-drivers.list_aqt \
+        patch-sys_darwin_${ppCompilerSpec}.conf_aqt \
+        patch-makemake_aqt
+
 	pre-patch {
 		file copy ${prefix}/share/aquaterm/adapters/pgplot/aqdriv.m ${workpath}/pgplot/drivers/
 	}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090225/a3a19595/attachment.html>


More information about the macports-changes mailing list