Date: Mon, 10 Jul 2006 05:40:01 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/99980: [NEW PORT] converters/p5-Encode-Detect: An Encode::Encoding subclass that detects the encoding of data Message-ID: <20060709214001.795384CA@netnews.NCTU.edu.tw> Resent-Message-ID: <200607092150.k69Lo9tg001233@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99980 >Category: ports >Synopsis: [NEW PORT] converters/p5-Encode-Detect: An Encode::Encoding subclass that detects the encoding of data >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 09 21:50:09 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >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. Author: John Gardiner Myers <jgmyers@proofpoint.com> WWW: http://search.cpan.org/dist/Encode-Detect/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Encode-Detect-0.01.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Encode-Detect # p5-Encode-Detect/pkg-descr # p5-Encode-Detect/Makefile # p5-Encode-Detect/pkg-plist # p5-Encode-Detect/distinfo # echo c - p5-Encode-Detect mkdir -p p5-Encode-Detect > /dev/null 2>&1 echo x - p5-Encode-Detect/pkg-descr sed 's/^X//' >p5-Encode-Detect/pkg-descr << 'END-of-p5-Encode-Detect/pkg-descr' XThis Perl module is an Encode::Encoding subclass that uses XEncode::Detect::Detector to determine the charset of the input data and Xthen decodes it using the encoder of the detected charset. X XIt is similar to Encode::Guess, but does not require the configuration Xof a set of expected encodings. Like Encode::Guess, it only supports Xdecoding--it cannot encode. X XAuthor: John Gardiner Myers <jgmyers@proofpoint.com> XWWW: http://search.cpan.org/dist/Encode-Detect/ END-of-p5-Encode-Detect/pkg-descr echo x - p5-Encode-Detect/Makefile sed 's/^X//' >p5-Encode-Detect/Makefile << 'END-of-p5-Encode-Detect/Makefile' X# New ports collection makefile for: p5-Encode-Detect X# Date created: 2006-07-10 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= Encode-Detect XPORTVERSION= 0.01 XCATEGORIES= converters perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Encode XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= An Encode::Encoding subclass that detects the encoding of data X XPERL_MODBUILD= yes X XMAN3= Encode::Detect.3 Encode::Detect::Detector.3 X X.include <bsd.port.mk> END-of-p5-Encode-Detect/Makefile echo x - p5-Encode-Detect/pkg-plist sed 's/^X//' >p5-Encode-Detect/pkg-plist << 'END-of-p5-Encode-Detect/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Detect.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Encode/Detect/Detector.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Detect/Detector/Detector.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Detect/Detector/Detector.so X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Encode/Detect X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Encode X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Detect/Detector X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/Detect X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode END-of-p5-Encode-Detect/pkg-plist echo x - p5-Encode-Detect/distinfo sed 's/^X//' >p5-Encode-Detect/distinfo << 'END-of-p5-Encode-Detect/distinfo' XMD5 (Encode-Detect-0.01.tar.gz) = fa8457f635ab654eb7717f772d059615 XSHA256 (Encode-Detect-0.01.tar.gz) = 447724b1e05c3c14ec11e5381d3ba903dccb74273cd2ce2634b6d62356c54d9c XSIZE (Encode-Detect-0.01.tar.gz) = 175277 END-of-p5-Encode-Detect/distinfo exit --- p5-Encode-Detect-0.01.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060709214001.795384CA>