From 9683c5fb1a93080bd7ef19451b708dd1d4986c62 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sat, 17 May 2003 01:30:38 +0000 Subject: [PATCH] import p5-MARC-1.15 MARC (MAchine Readable Cataloging) MARC.pm is a Perl 5 module for reading in, manipulating, and outputting bibliographic records in the USMARC format. It handles conversions from MARC into ASCII (text), Library of Congress MARCMaker, HTML, and ISBD. Input from MARCMaker format is also supported. Individual records, fields, indicators, and subfields can be created, modified, and deleted. It can extract URLs from the 856 field into HTML. MARC.pm can handle both single and batches of MARC records. The limit on the number of records in a batch is determined by the memory capacity of the machine you are running. If memory is an issue for you MARC.pm will allow you to read in records from a batch gradually. MARC.pm also includes a variety of tools for searching, removing, and even creating records from scratch. --- databases/p5-MARC/DESCR | 15 +++++++++++++++ databases/p5-MARC/Makefile | 17 +++++++++++++++++ databases/p5-MARC/PLIST | 1 + databases/p5-MARC/distinfo | 4 ++++ 4 files changed, 37 insertions(+) create mode 100644 databases/p5-MARC/DESCR create mode 100644 databases/p5-MARC/Makefile create mode 100644 databases/p5-MARC/PLIST create mode 100644 databases/p5-MARC/distinfo diff --git a/databases/p5-MARC/DESCR b/databases/p5-MARC/DESCR new file mode 100644 index 000000000000..f0ef4664b709 --- /dev/null +++ b/databases/p5-MARC/DESCR @@ -0,0 +1,15 @@ +MARC (MAchine Readable Cataloging) + +MARC.pm is a Perl 5 module for reading in, manipulating, and outputting +bibliographic records in the USMARC format. It handles conversions +from MARC into ASCII (text), Library of Congress MARCMaker, HTML, +and ISBD. Input from MARCMaker format is also supported. Individual +records, fields, indicators, and subfields can be created, modified, and +deleted. It can extract URLs from the 856 field into HTML. + +MARC.pm can handle both single and batches of MARC records. The limit on +the number of records in a batch is determined by the memory capacity of +the machine you are running. If memory is an issue for you MARC.pm will +allow you to read in records from a batch gradually. MARC.pm also includes +a variety of tools for searching, removing, and even creating records from +scratch. diff --git a/databases/p5-MARC/Makefile b/databases/p5-MARC/Makefile new file mode 100644 index 000000000000..9ad963da6692 --- /dev/null +++ b/databases/p5-MARC/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/17 01:30:38 dmcmahill Exp $ +# + +DISTNAME= MARC-1.15 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5mrc +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MARC/} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 module for manipulating MARC (MAchine Readable Cataloging) data + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MARC/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-MARC/PLIST b/databases/p5-MARC/PLIST new file mode 100644 index 000000000000..c6dbfc9b9c16 --- /dev/null +++ b/databases/p5-MARC/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/17 01:30:38 dmcmahill Exp $ diff --git a/databases/p5-MARC/distinfo b/databases/p5-MARC/distinfo new file mode 100644 index 000000000000..d3d419123924 --- /dev/null +++ b/databases/p5-MARC/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/05/17 01:30:38 dmcmahill Exp $ + +SHA1 (MARC-1.15.tar.gz) = 965f45f242e81db035e0837baf180f91ed835202 +Size (MARC-1.15.tar.gz) = 87940 bytes