[37585] trunk/dports/perl

simon at macports.org simon at macports.org
Sat Jun 14 08:38:04 PDT 2008


Revision: 37585
          http://trac.macosforge.org/projects/macports/changeset/37585
Author:   simon at macports.org
Date:     2008-06-14 08:38:02 -0700 (Sat, 14 Jun 2008)

Log Message:
-----------
New perl modules: Encode, Encode-JIS2K, Encode-HanExtra, HTML-Encoding and SGML-Parse-OpenSP. Feel free to take maintainership,

Added Paths:
-----------
    trunk/dports/perl/p5-encode/
    trunk/dports/perl/p5-encode/Portfile
    trunk/dports/perl/p5-encode-hanextra/
    trunk/dports/perl/p5-encode-hanextra/Portfile
    trunk/dports/perl/p5-encode-jis2k/
    trunk/dports/perl/p5-encode-jis2k/Portfile
    trunk/dports/perl/p5-html-encoding/
    trunk/dports/perl/p5-html-encoding/Portfile
    trunk/dports/perl/p5-sgml-parser-opensp/
    trunk/dports/perl/p5-sgml-parser-opensp/Portfile

Added: trunk/dports/perl/p5-encode/Portfile
===================================================================
--- trunk/dports/perl/p5-encode/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-encode/Portfile	2008-06-14 15:38:02 UTC (rev 37585)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         Encode 2.25
+platforms           darwin
+maintainers         simon openmaintainer
+description         Character encoding module
+long_description    The "Encode" module provides the interfaces between \
+                    Perl's strings and the rest of the system. Perl strings \
+                    are sequences of characters.
+
+checksums           md5 786373022bf12ec599da43f64a78c5db \
+                    sha1 8584c44146bf2b69a0bad4a062f61834d4a3012d \
+                    rmd160 8cca2dca57249c5f4f2502e9c2cd827d7d6818e4
+
+post-destroot {
+    # These files were already installed by perl 5.8.
+    file delete ${destroot}${prefix}/bin/enc2xs
+    file delete ${destroot}${prefix}/bin/piconv
+    file delete ${destroot}${prefix}/share/man/man1/enc2xs.1
+    file delete ${destroot}${prefix}/share/man/man1/piconv.1
+}


Property changes on: trunk/dports/perl/p5-encode/Portfile
___________________________________________________________________
Name: svn:keyword
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/perl/p5-encode-hanextra/Portfile
===================================================================
--- trunk/dports/perl/p5-encode-hanextra/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-encode-hanextra/Portfile	2008-06-14 15:38:02 UTC (rev 37585)
@@ -0,0 +1,16 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         Encode-HanExtra 0.23
+platforms           darwin
+maintainers         simon openmaintainer
+description         Extra sets of Chinese encodings
+long_description    ${description}
+
+checksums           md5 e1d3bc32c1c8ee304235a06fbcd5d5a4 \
+                    sha1 52d64ecaf29f38d9b04957caeb5da3ef62590336 \
+                    rmd160 b5c753ca9f617048501e62535a3e16cfc8b8bd49
+
+depends_lib         port:p5-encode


Property changes on: trunk/dports/perl/p5-encode-hanextra/Portfile
___________________________________________________________________
Name: svn:keyword
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/perl/p5-encode-jis2k/Portfile
===================================================================
--- trunk/dports/perl/p5-encode-jis2k/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-encode-jis2k/Portfile	2008-06-14 15:38:02 UTC (rev 37585)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         Encode-JIS2K 0.02
+platforms           darwin
+maintainers         simon openmaintainer
+description         JIS X 0212 (aka JIS 2000) Encodings
+long_description    This module implements encodings that covers JIS X 0213 \
+                    charset (AKA JIS 2000, hence the module name).
+
+
+checksums           md5 00e73ee943fb2f882b00b7b61e4c9db1 \
+                    sha1 18cbf86bb6bf30e17b50b991c60c11ebe405b026 \
+                    rmd160 8348da769f3a794e7d7ac14f0d4b1634d085a5e9
+
+depends_lib         port:p5-encode


Property changes on: trunk/dports/perl/p5-encode-jis2k/Portfile
___________________________________________________________________
Name: svn:keyword
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/perl/p5-html-encoding/Portfile
===================================================================
--- trunk/dports/perl/p5-html-encoding/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-html-encoding/Portfile	2008-06-14 15:38:02 UTC (rev 37585)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         HTML-Encoding 0.57
+platforms           darwin
+maintainers         simon openmaintainer
+description         Determines the encoding of HTML and XML/XHTML documents
+long_description    ${description}
+
+checksums           md5 4cd6465e1a676ec3ba1e9a30f7788183 \
+                    sha1 0850d98bd31b85a74754cbefcbbe6846fd56f36e \
+                    rmd160 12af5e73b7b157617498a9f2d2605a58916876eb
+
+depends_lib         port:p5-encode \
+                    port:p5-html-parser \
+                    port:p5-libwww-perl


Property changes on: trunk/dports/perl/p5-html-encoding/Portfile
___________________________________________________________________
Name: svn:keyword
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/perl/p5-sgml-parser-opensp/Portfile
===================================================================
--- trunk/dports/perl/p5-sgml-parser-opensp/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-sgml-parser-opensp/Portfile	2008-06-14 15:38:02 UTC (rev 37585)
@@ -0,0 +1,19 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         SGML-Parser-OpenSP 0.991
+platforms           darwin
+maintainers         simon openmaintainer
+description         Provides an interface to the OpenSP SGML parser.
+long_description    ${description}
+
+checksums           md5 9a4513ee2a42458a083f20a36f0373a4 \
+                    sha1 dc1b86329fcc31c8720ee6b592ae1e6e5fdf63cd \
+                    rmd160 bf4e41f7930d846105b53a855d4575ad628f5731
+
+depends_lib         port:p5-class-accessor \
+                    port:p5-file-temp \
+                    port:p5-test-exception \
+                    port:opensp


Property changes on: trunk/dports/perl/p5-sgml-parser-opensp/Portfile
___________________________________________________________________
Name: svn:keyword
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080614/30df71e8/attachment.htm 


More information about the macports-changes mailing list