[22794] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 14 11:33:21 PDT 2007


Revision: 22794
          http://trac.macosforge.org/projects/macports/changeset/22794
Author:   mww at macports.org
Date:     2007-03-14 11:33:20 -0700 (Wed, 14 Mar 2007)

Log Message:
-----------
new port rx, #11555 - thanks to takeshi at mac.com

Added Paths:
-----------
    trunk/dports/sysutils/rx/
    trunk/dports/sysutils/rx/Portfile

Added: trunk/dports/sysutils/rx/Portfile
===================================================================
--- trunk/dports/sysutils/rx/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/rx/Portfile	2007-03-14 18:33:20 UTC (rev 22794)
@@ -0,0 +1,22 @@
+# $Id: $
+
+PortSystem 1.0
+name                rx
+version             1.5
+categories          sysutils
+platforms	        darwin
+maintainers	        takeshi at mac.com
+description	        Replacement for the GNU regex library
+long_description	  A fast replacement for the GNU regex library.
+homepage            http://www.gnu.org/software/rx/rx.html
+master_sites        gnu
+checksums           sha1 1f29112cea41bb547b551361162be306f8c3995a
+destroot.destdir    prefix=${destroot}${prefix}
+post-destroot       {
+	system "chmod 644 ${destroot}${prefix}/include/rxposix.h"
+}
+
+livecheck.check      regex
+livecheck.url        http://ftp.gnu.org/gnu/rx/?M=D
+livecheck.regex      rx-(\[0-9\.]+)\\.
+

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


More information about the macports-changes mailing list