[127880] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Nov 5 18:18:21 PST 2014


Revision: 127880
          https://trac.macports.org/changeset/127880
Author:   devans at macports.org
Date:     2014-11-05 18:18:21 -0800 (Wed, 05 Nov 2014)
Log Message:
-----------
p5-pegex: new port, Acmeist PEG Parser Framework.

Added Paths:
-----------
    trunk/dports/perl/p5-pegex/
    trunk/dports/perl/p5-pegex/Portfile

Removed Paths:
-------------
    trunk/dports/perl/p5-pegex/Portfile

Deleted: trunk/dports/perl/p5-pegex/Portfile
===================================================================
--- trunk/dports/perl/p5-inline-c/Portfile	2014-11-05 23:55:27 UTC (rev 127874)
+++ trunk/dports/perl/p5-pegex/Portfile	2014-11-06 02:18:21 UTC (rev 127880)
@@ -1,30 +0,0 @@
-# -*- 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
-
-perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup         Inline-C 0.62
-license             {Artistic-1 GPL}
-maintainers         devans openmaintainer
-description         Inline::C Write Perl Subroutines in C
-long_description    Inline::C is a module that allows you to write Perl subroutines in C.
-
-platforms           darwin
-
-checksums           rmd160  02bf511d7baf436c1eedd2cf38fc7bcdcd619131 \
-                    sha256  7944b4ca9e0acdde116a2b3892911e4aeca765722125517719b1d6226f7b8f32
-
-if {${perl5.major} != ""} {
-    depends_build-append \
-                    port:p${perl5.major}-file-copy-recursive \
-                    port:p${perl5.major}-test-warn
-
-    depends_lib-append \
-                    port:p${perl5.major}-inline \
-                    port:p${perl5.major}-parse-recdescent
-
-    supported_archs noarch
-}
-

Added: trunk/dports/perl/p5-pegex/Portfile
===================================================================
--- trunk/dports/perl/p5-pegex/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-pegex/Portfile	2014-11-06 02:18:21 UTC (rev 127880)
@@ -0,0 +1,26 @@
+# -*- 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
+
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Pegex 0.57 ../../authors/id/I/IN/INGY/
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Pegex - Acmeist PEG Parser Framework
+long_description    Pegex is an Acmeist parser framework. It allows you to easily create \
+                    parsers that will work equivalently in lots of programming languages! 
+
+platforms           darwin
+
+checksums           rmd160  cb1e863ff8a3e67761e95f0cc06476608cf1fc29 \
+                    sha256  cbdd9af4cda5e4ad559335038d80d3edeee2d323d6f1ed4692589d32671aaa29
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-yaml-libyaml
+    
+    supported_archs noarch
+}
+


Property changes on: trunk/dports/perl/p5-pegex/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141105/f9072253/attachment-0001.html>


More information about the macports-changes mailing list