Revision
53167
Author
wsiegrist@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

Diff

Added: trunk/dports/perl/p5-encode-detect/Portfile (0 => 53167)


--- 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
+
+