[57264] trunk/dports/perl/p5-parse-recdescent/Portfile
narf_tm at macports.org
narf_tm at macports.org
Tue Sep 8 07:19:29 PDT 2009
Revision: 57264
http://trac.macports.org/changeset/57264
Author: narf_tm at macports.org
Date: 2009-09-08 07:19:26 -0700 (Tue, 08 Sep 2009)
Log Message:
-----------
Updated to 1.962.2 and took over port.
Modified Paths:
--------------
trunk/dports/perl/p5-parse-recdescent/Portfile
Modified: trunk/dports/perl/p5-parse-recdescent/Portfile
===================================================================
--- trunk/dports/perl/p5-parse-recdescent/Portfile 2009-09-08 14:14:43 UTC (rev 57263)
+++ trunk/dports/perl/p5-parse-recdescent/Portfile 2009-09-08 14:19:26 UTC (rev 57264)
@@ -1,41 +1,42 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
+PortSystem 1.0
+PortGroup perl5 1.0
-perl5.setup Parse-RecDescent 1.96.0 ../by-authors/id/D/DC/DCONWAY/
-maintainers nomaintainer
-description Generate Recursive-Descent Parsers
-long_description RecDescent incrementally generates top-down \
- recursive-descent text parsers from simple yacc-like \
- grammar specifications. It provides: \
- * Regular expressions or literal strings as \
- terminals (tokens), \
- * Multiple (non-contiguous) productions for any rule, \
- * Repeated, optional and alternate subrules within \
- productions, \
- * Late-bound (run-time dispatched) subrules \
- * Full access to Perl within actions specified as \
- part of the grammar, \
- * Simple automated error reporting during parser \
- generation and parsing, \
- * The ability to commit to, uncommit to, or reject \
- particular productions during a parse, \
- * Incremental extension of the parsing grammar (even \
- during a parse), \
- * Precompilation of parser objects, \
- * User-definable reduce-reduce conflict resolution \
- via "scoring" of matching productions. \
- See the file "RecDescent.pod" for excruciating \
- detail on all of this.
+perl5.setup Parse-RecDescent 1.962.2 ../by-authors/id/D/DC/DCONWAY/
+maintainers narf_tm openmaintainer
+description Generate Recursive-Descent Parsers
+long_description RecDescent incrementally generates top-down \
+ recursive-descent text parsers from simple yacc-like \
+ grammar specifications. It provides: \
+ * Regular expressions or literal strings as \
+ terminals (tokens), \
+ * Multiple (non-contiguous) productions for any rule, \
+ * Repeated, optional and alternate subrules within \
+ productions, \
+ * Late-bound (run-time dispatched) subrules \
+ * Full access to Perl within actions specified as \
+ part of the grammar, \
+ * Simple automated error reporting during parser \
+ generation and parsing, \
+ * The ability to commit to, uncommit to, or reject \
+ particular productions during a parse, \
+ * Incremental extension of the parsing grammar (even \
+ during a parse), \
+ * Precompilation of parser objects, \
+ * User-definable reduce-reduce conflict resolution \
+ via "scoring" of matching productions. \
+ See the file "RecDescent.pod" for excruciating \
+ detail on all of this.
-checksums md5 373dc01e102d81d01a4fb1431c5ff3fb \
- sha1 9588b31e1e3f79361be185b66dfdf975295cc417 \
- rmd160 c204d3adcbbad29e098c44aafdf0a74de7621a96
-platforms darwin
+checksums md5 9f84bf1a0519d31ae904339ebaa581d2 \
+ sha1 ed45f3d99caa3819e0e308651ecbf714eb2cec0f \
+ rmd160 d1a41f12266127f3c9217e09733b8e9e1910e2a2
-depends_lib-append port:p5-version
+platforms darwin
-livecheck.regex \
- (?:This Release)?<td class=label>(?:This|Latest) Release</td>.*<td\
- class=cell>(?:<\[^<\]+>)?${perl5.module}-v?(\[^<\]+?)<
+depends_lib-append port:p5-version
+
+livecheck.regex \
+ (?:This Release)?<td class=label>(?:This|Latest) Release</td>.*<td\
+ class=cell>(?:<\[^<\]+>)?${perl5.module}-v?(\[^<\]+?)<
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090908/4e586008/attachment.html>
More information about the macports-changes
mailing list