[33066] trunk/dports/sysutils/gnuregex/Portfile
nox at macports.org
nox at macports.org
Thu Jan 17 05:51:36 PST 2008
Revision: 33066
http://trac.macosforge.org/projects/macports/changeset/33066
Author: nox at macports.org
Date: 2008-01-17 05:51:30 -0800 (Thu, 17 Jan 2008)
Log Message:
-----------
gnuregex: Whitespace changes.
Modified Paths:
--------------
trunk/dports/sysutils/gnuregex/Portfile
Modified: trunk/dports/sysutils/gnuregex/Portfile
===================================================================
--- trunk/dports/sysutils/gnuregex/Portfile 2008-01-17 13:29:06 UTC (rev 33065)
+++ trunk/dports/sysutils/gnuregex/Portfile 2008-01-17 13:51:30 UTC (rev 33066)
@@ -1,35 +1,38 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-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
+name gnuregex
+set my_name regex
+version 0.12
+revision 2
+categories sysutils
+maintainers nomaintainer
+platforms darwin
+description GNU regex library
-description GNU regex library
-long_description $description
+long_description \
+ ${description}
-master_sites http://ftp.gnu.org/old-gnu/${my_name}/ \
- ftp://ftp.gnu.org/old-gnu/${my_name}/
+homepage http://www.gnu.org/directory/regex.html
+distname ${my_name}-${version}
-distname ${my_name}-${version}
-checksums md5 6c25ca10e71adeede101e7646e796ebd
+master_sites http://ftp.gnu.org/old-gnu/${my_name}/ \
+ ftp://ftp.gnu.org/old-gnu/${my_name}/
-build.args subdirs=test
+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
@@ -39,4 +42,4 @@
# Newer versions of GNU regex are available in the GNU libc tarball
# in the files posix/regex.c and posix/regex.h.
-livecheck.check none
+livecheck.check none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080117/2ecd7ed2/attachment.html
More information about the macports-changes
mailing list