[128697] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Nov 25 15:07:20 PST 2014


Revision: 128697
          https://trac.macports.org/changeset/128697
Author:   devans at macports.org
Date:     2014-11-25 15:07:20 -0800 (Tue, 25 Nov 2014)
Log Message:
-----------
p5-unicode-utf8: new port, encoding and decoding of utf8 encoding form.

Added Paths:
-----------
    trunk/dports/perl/p5-unicode-utf8/
    trunk/dports/perl/p5-unicode-utf8/Portfile

Added: trunk/dports/perl/p5-unicode-utf8/Portfile
===================================================================
--- trunk/dports/perl/p5-unicode-utf8/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-unicode-utf8/Portfile	2014-11-25 23:07:20 UTC (rev 128697)
@@ -0,0 +1,25 @@
+# -*- 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         Unicode-UTF8 0.60
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Unicode::UTF8 - Encoding and decoding of UTF-8 encoding form
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  437963bd4d3f9d1fa28b3eb843915c228f736693 \
+                    sha256  f6ccf25a2a3be9d36d97e014af2f3dda5141c6bb33a130fee2676aaa0fb96ebc
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-fatal
+    
+    supported_archs noarch
+}
+


Property changes on: trunk/dports/perl/p5-unicode-utf8/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/20141125/131474af/attachment.html>


More information about the macports-changes mailing list