[53167] trunk/dports/perl

wsiegrist at apple.com wsiegrist at apple.com
Tue Jun 30 09:39:02 PDT 2009


Revision: 53167
          http://trac.macports.org/changeset/53167
Author:   wsiegrist at apple.com
Date:     2009-06-30 09:39:02 -0700 (Tue, 30 Jun 2009)
Log Message:
-----------
New port: p5-encode-detect v1.01

Added Paths:
-----------
    trunk/dports/perl/p5-encode-detect/
    trunk/dports/perl/p5-encode-detect/Portfile

Added: trunk/dports/perl/p5-encode-detect/Portfile
===================================================================
--- trunk/dports/perl/p5-encode-detect/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-encode-detect/Portfile	2009-06-30 16:39:02 UTC (rev 53167)
@@ -0,0 +1,26 @@
+# $Id:$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         Encode-Detect 1.01 
+platforms           darwin
+maintainers         nomaintainer
+description         Encode-Encoding subclass that detects the encoding of data
+
+long_description    This Perl module is an Encode::Encoding subclass that uses \
+                    Encode::Detect::Detector to determine the charset of the \
+                    input data and then decodes it using the encoder of the \
+                    detected charset. It is similar to Encode::Guess, but \
+                    does not require the configuration of a set of expected \
+                    encodings. Like Encode::Guess, it only supports \
+                    decoding--it cannot encode.
+
+depends_lib-append  port:p5-encode \
+                    port:p5-extutils-cbuilder
+
+checksums           md5     ee9faf55d7105c97b02b8ebe590819c7 \
+                    sha1    c2285d5b0678ceeb93508ee09d30386a59053c08 \
+                    rmd160  30264410aa80ea030932b8c310b117d4acf25cbe
+
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090630/75e0f6e6/attachment.html>


More information about the macports-changes mailing list