[123475] trunk/dports/perl/p5-parse-recdescent/Portfile

mojca at macports.org mojca at macports.org
Sat Aug 9 06:59:27 PDT 2014


Revision: 123475
          https://trac.macports.org/changeset/123475
Author:   mojca at macports.org
Date:     2014-08-09 06:59:27 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
p5-parse-recdescent: whitespace, first line

Modified Paths:
--------------
    trunk/dports/perl/p5-parse-recdescent/Portfile

Modified: trunk/dports/perl/p5-parse-recdescent/Portfile
===================================================================
--- trunk/dports/perl/p5-parse-recdescent/Portfile	2014-08-09 13:55:02 UTC (rev 123474)
+++ trunk/dports/perl/p5-parse-recdescent/Portfile	2014-08-09 13:59:27 UTC (rev 123475)
@@ -1,45 +1,47 @@
+# -*- 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
-PortGroup             perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
-perl5.branches        5.8 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup           Parse-RecDescent 1.967009
-license               {Artistic-1 GPL}
-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.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Parse-RecDescent 1.967009
+license             {Artistic-1 GPL}
+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.
 
-checksums             rmd160  63e708cc35155455e1004ba1184b81717accb9fe \
-                      sha256  e1000f0b82256269fb8daa43aab166a7832fc18b4689af7c8d6d1a49fe75c687
+checksums           rmd160  63e708cc35155455e1004ba1184b81717accb9fe \
+                    sha256  e1000f0b82256269fb8daa43aab166a7832fc18b4689af7c8d6d1a49fe75c687
 
-platforms             darwin
+platforms           darwin
 
 if {${perl5.major} != ""} {
-    depends_build-append  port:p${perl5.major}-extutils-makemaker
+depends_build-append \
+                    port:p${perl5.major}-extutils-makemaker
 
-    depends_lib-append    port:p${perl5.major}-version
+depends_lib-append  port:p${perl5.major}-version
 
-    supported_archs noarch
+supported_archs     noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/2ff5c135/attachment.html>


More information about the macports-changes mailing list