summaryrefslogtreecommitdiff
path: root/textproc/p5-Encode-Detect
AgeCommit message (Collapse)AuthorFilesLines
2010-01-16Added LICENSE.heinz1-1/+2
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-09-14Update from version 1.00 to 1.01, discussed with maintainer.he2-7/+7
Pkgsrc changes: o Revert MAINTAINER to pkgsrc-users@ as directed by maintainer Upstream changes: 1.01 - Remove unnecessary use of Data::Dump in test suite - Work around perlbug 39634, where g++ 3.3 doesn't support __attribute__((unused))
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-05-28The packages supports installation to DESTDIR.heinz1-1/+2
2007-03-24Initial import of p5-Encode-Detect 1.0 from pkgsrc-wip.heinz4-0/+36
The package was created by Hiramatsu Yoshifumi, with some very small changes by me: - different wording in COMMENT - BUILD_DEPENDS instead of DEPENDS. The required version of p5-ExtUtils-CBuilder is not specified in Build.PL, so I left it that way. - Added USE_LANGUAGES. ===================================== 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.