From e41d3b6c06652685712a9da6ed66a95976dd72d8 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 17 May 2011 10:33:38 +0000 Subject: Initial import of converters/p5-MARC-Charset version 1.2 This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------------------------------- 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. --- converters/p5-MARC-Charset/DESCR | 3 +++ converters/p5-MARC-Charset/Makefile | 22 ++++++++++++++++++++++ converters/p5-MARC-Charset/distinfo | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 converters/p5-MARC-Charset/DESCR create mode 100644 converters/p5-MARC-Charset/Makefile create mode 100644 converters/p5-MARC-Charset/distinfo (limited to 'converters/p5-MARC-Charset') 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 -- cgit v1.2.3