[31919] trunk/dports/sysutils/gnuregex/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 11 16:35:23 PST 2007


Revision: 31919
          http://trac.macosforge.org/projects/macports/changeset/31919
Author:   ryandesign at macports.org
Date:     2007-12-11 16:35:21 -0800 (Tue, 11 Dec 2007)

Log Message:
-----------
gnuregex: whitespace changes only, mostly to expand tabs and remove trailing whitespace

Modified Paths:
--------------
    trunk/dports/sysutils/gnuregex/Portfile

Modified: trunk/dports/sysutils/gnuregex/Portfile
===================================================================
--- trunk/dports/sysutils/gnuregex/Portfile	2007-12-12 00:24:45 UTC (rev 31918)
+++ trunk/dports/sysutils/gnuregex/Portfile	2007-12-12 00:35:21 UTC (rev 31919)
@@ -1,36 +1,38 @@
 # $Id$
-PortSystem 1.0
-name		gnuregex
-set my_name	regex
-version		0.12
-revision	2
-categories	sysutils
-maintainers	nomaintainer
-description	GNU regex library
-homepage	http://www.gnu.org/directory/regex.html
-platforms	darwin
 
-long_description $description
+PortSystem              1.0
 
-master_sites	http://ftp.gnu.org/old-gnu/${my_name}/ \
-		ftp://ftp.gnu.org/old-gnu/${my_name}/
+name                    gnuregex
+set my_name             regex
+version                 0.12
+revision                2
+categories              sysutils
+maintainers             nomaintainer
+homepage                http://www.gnu.org/directory/regex.html
+platforms               darwin
 
-distname	${my_name}-${version}
-checksums	md5  6c25ca10e71adeede101e7646e796ebd
+description             GNU regex library
+long_description        $description
 
-build.args	subdirs=test
-post-build	{ 
-		set command "libtool -lSystem -dynamic -install_name ${prefix}/lib/libgnuregex.dylib -o libgnuregex.dylib regex.o" 
-		ui_info "$command"
-		system "cd ${worksrcpath} && $command"
+master_sites            http://ftp.gnu.org/old-gnu/${my_name}/ \
+                        ftp://ftp.gnu.org/old-gnu/${my_name}/
+
+distname                ${my_name}-${version}
+checksums               md5 6c25ca10e71adeede101e7646e796ebd
+
+build.args              subdirs=test
+post-build {
+    set command "libtool -lSystem -dynamic -install_name ${prefix}/lib/libgnuregex.dylib -o libgnuregex.dylib regex.o"
+    ui_info "$command"
+    system "cd ${worksrcpath} && $command"
 }
 
-test.run	yes
-test.args	${build.args}
-test.target	check
+test.run                yes
+test.args               ${build.args}
+test.target             check
 
-destroot	{ 
-		xinstall -m 755 -d ${destroot}${prefix}/include
-		xinstall -m 644 ${worksrcpath}/regex.h ${destroot}${prefix}/include/gnuregex.h
-		xinstall -m 755 ${worksrcpath}/libgnuregex.dylib ${destroot}${prefix}/lib
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/include
+    xinstall -m 644 ${worksrcpath}/regex.h ${destroot}${prefix}/include/gnuregex.h
+    xinstall -m 755 ${worksrcpath}/libgnuregex.dylib ${destroot}${prefix}/lib
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071211/98ea8251/attachment.html


More information about the macports-changes mailing list