diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-17 10:33:38 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-17 10:33:38 +0000 |
commit | e41d3b6c06652685712a9da6ed66a95976dd72d8 (patch) | |
tree | 1a66ed59aa43fc7aee8e144d36cdc5f24b66a92e /converters | |
parent | 0685e38c69878ec34ce20212cadd00939ca9ebb7 (diff) | |
download | pkgsrc-e41d3b6c06652685712a9da6ed66a95976dd72d8.tar.gz |
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ß
-------------------------------------
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.
Diffstat (limited to 'converters')
-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 |