diff options
-rw-r--r-- | converters/p5-MARC-Charset/DESCR | 3 | ||||
-rw-r--r-- | converters/p5-MARC-Charset/Makefile | 22 | ||||
-rw-r--r-- | converters/p5-MARC-Charset/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/converters/p5-MARC-Charset/DESCR b/converters/p5-MARC-Charset/DESCR new file mode 100644 index 00000000000..b7d4345541d --- /dev/null +++ b/converters/p5-MARC-Charset/DESCR @@ -0,0 +1,3 @@ +MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8 strings. +MARC-8 is a single byte character encoding that predates unicode, and allows +you to put non-Roman scripts in MARC bibliographic records. diff --git a/converters/p5-MARC-Charset/Makefile b/converters/p5-MARC-Charset/Makefile new file mode 100644 index 00000000000..d016efe9e55 --- /dev/null +++ b/converters/p5-MARC-Charset/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 10:33:38 dmcmahill Exp $ + +DISTNAME= MARC-Charset-1.2 +PKGNAME= p5-${DISTNAME} +CATEGORIES= converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/id/E/ES/ESUMMERS/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/MARC-Charset/ +COMMENT= Convert MARC-8 encoded strings to UTF-8 +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-XML-SAX:../../textproc/p5-XML-SAX +DEPENDS+= p5-Class-Accessor:../../devel/p5-Class-Accessor + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/MARC/Charset/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/p5-MARC-Charset/distinfo b/converters/p5-MARC-Charset/distinfo new file mode 100644 index 00000000000..5409af5a3b3 --- /dev/null +++ b/converters/p5-MARC-Charset/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/17 10:33:38 dmcmahill Exp $ + +SHA1 (MARC-Charset-1.2.tar.gz) = f17436041522535e61cf726f1899df207fc39d74 +RMD160 (MARC-Charset-1.2.tar.gz) = e4d3c28eefabce9f792379da8f6f05cb89b5b5ea +Size (MARC-Charset-1.2.tar.gz) = 188799 bytes |