From ccc2785a42c346ab7ca886d9494dc9a7f4fc461d Mon Sep 17 00:00:00 2001 From: Automaton Date: Thu, 20 Dec 2012 02:14:41 +0100 Subject: [PATCH] Import textproc/p5-MARC-Charset version 1.33 --- textproc/p5-MARC-Charset/Makefile | 32 ++++++++++++++++++++++++++++++ textproc/p5-MARC-Charset/distinfo | 2 ++ textproc/p5-MARC-Charset/pkg-descr | 6 ++++++ textproc/p5-MARC-Charset/pkg-plist | 11 ++++++++++ 4 files changed, 51 insertions(+) create mode 100644 textproc/p5-MARC-Charset/Makefile create mode 100644 textproc/p5-MARC-Charset/distinfo create mode 100644 textproc/p5-MARC-Charset/pkg-descr create mode 100644 textproc/p5-MARC-Charset/pkg-plist diff --git a/textproc/p5-MARC-Charset/Makefile b/textproc/p5-MARC-Charset/Makefile new file mode 100644 index 00000000000..5c48f5ae154 --- /dev/null +++ b/textproc/p5-MARC-Charset/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-MARC-Charset +# Date created: 1st August, 2009 +# Whom: Wen Heping +# +# $FreeBSD: ports/textproc/p5-MARC-Charset/Makefile,v 1.7 2012/11/17 06:02:05 svnexp Exp $ +# + +PORTNAME= MARC-Charset +PORTVERSION= 1.33 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Convert MARC-8 encoded strings to UTF-8 + +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-GDBM>=0:${PORTSDIR}/databases/p5-GDBM \ + p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX +RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-GDBM>=0:${PORTSDIR}/databases/p5-GDBM \ + p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX + +PERL_CONFIGURE= yes + +MAN3= MARC::Charset.3 \ + MARC::Charset::Code.3 \ + MARC::Charset::Compiler.3 \ + MARC::Charset::Constants.3 \ + MARC::Charset::Table.3 + +.include diff --git a/textproc/p5-MARC-Charset/distinfo b/textproc/p5-MARC-Charset/distinfo new file mode 100644 index 00000000000..6dccc29e7b6 --- /dev/null +++ b/textproc/p5-MARC-Charset/distinfo @@ -0,0 +1,2 @@ +SHA256 (MARC-Charset-1.33.tar.gz) = 5ba98157b632337a4ae982af35604883d1cf32ca7b2d8dec6f41828685332799 +SIZE (MARC-Charset-1.33.tar.gz) = 190024 diff --git a/textproc/p5-MARC-Charset/pkg-descr b/textproc/p5-MARC-Charset/pkg-descr new file mode 100644 index 00000000000..6a93837c1d2 --- /dev/null +++ b/textproc/p5-MARC-Charset/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://search.cpan.org/dist/MARC-Charset/ diff --git a/textproc/p5-MARC-Charset/pkg-plist b/textproc/p5-MARC-Charset/pkg-plist new file mode 100644 index 00000000000..9b3c3f34cd0 --- /dev/null +++ b/textproc/p5-MARC-Charset/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/MARC/Charset.pm +%%SITE_PERL%%/MARC/Charset/Code.pm +%%SITE_PERL%%/MARC/Charset/Compiler.pm +%%SITE_PERL%%/MARC/Charset/Constants.pm +%%SITE_PERL%%/MARC/Charset/Table +%%SITE_PERL%%/MARC/Charset/Table.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC/Charset/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC/Charset +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC +@dirrm %%SITE_PERL%%/MARC/Charset +@dirrmtry %%SITE_PERL%%/MARC -- 2.41.0