Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
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.

View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:09 wiz Exp $
#
DISTNAME= Encode-Detect-1.01
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Encode-Detect/
COMMENT= Perl module that detects the encoding of data
LICENSE= mpl-1.1
PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILD_DEPENDS+= p5-ExtUtils-CBuilder-[0-9]*:../../devel/p5-ExtUtils-CBuilder
USE_LANGUAGES+= c c++
PERL5_PACKLIST= auto/Encode/Detect/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2008/09/14 12:46:32 he Exp $
SHA1 (Encode-Detect-1.01.tar.gz) = c2285d5b0678ceeb93508ee09d30386a59053c08
RMD160 (Encode-Detect-1.01.tar.gz) = 30264410aa80ea030932b8c310b117d4acf25cbe
Size (Encode-Detect-1.01.tar.gz) = 179698 bytes