summaryrefslogtreecommitdiff
path: root/databases/p5-MARC
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-05-17 01:30:38 +0000
committerdmcmahill <dmcmahill>2003-05-17 01:30:38 +0000
commitefed6a3f75fe4fc5c8baaec70f5d9d010c691ae8 (patch)
tree8da8ef6a4d103fa2810a214f4cc6c4576f37d301 /databases/p5-MARC
parent1a5c77b92614db88559d648b9e2c2b293ca322ea (diff)
downloadpkgsrc-efed6a3f75fe4fc5c8baaec70f5d9d010c691ae8.tar.gz
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.
Diffstat (limited to 'databases/p5-MARC')
-rw-r--r--databases/p5-MARC/DESCR15
-rw-r--r--databases/p5-MARC/Makefile17
-rw-r--r--databases/p5-MARC/PLIST1
-rw-r--r--databases/p5-MARC/distinfo4
4 files changed, 37 insertions, 0 deletions
diff --git a/databases/p5-MARC/DESCR b/databases/p5-MARC/DESCR
new file mode 100644
index 00000000000..f0ef4664b70
--- /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 00000000000..9ad963da669
--- /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 00000000000..c6dbfc9b9c1
--- /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 00000000000..d3d41912392
--- /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