summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/p5-MARC-XML/DESCR7
-rw-r--r--databases/p5-MARC-XML/Makefile23
-rw-r--r--databases/p5-MARC-XML/distinfo5
3 files changed, 35 insertions, 0 deletions
diff --git a/databases/p5-MARC-XML/DESCR b/databases/p5-MARC-XML/DESCR
new file mode 100644
index 00000000000..a3e0533ff25
--- /dev/null
+++ b/databases/p5-MARC-XML/DESCR
@@ -0,0 +1,7 @@
+The MARC-XML distribution is an extension to the MARC-Record distribution for
+working with MARC21 data that is encoded as XML. The XML encoding used is the
+MARC21slim schema supplied by the Library of Congress. More information may be
+obtained here: http://www.loc.gov/standards/marcxml/
+
+This version of MARC-XML supersedes an the versions ending with 0.25 which were
+used with the MARC.pm framework. MARC-XML now uses MARC::Record exclusively.
diff --git a/databases/p5-MARC-XML/Makefile b/databases/p5-MARC-XML/Makefile
new file mode 100644
index 00000000000..dc938a35e5c
--- /dev/null
+++ b/databases/p5-MARC-XML/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 10:39:42 dmcmahill Exp $
+
+DISTNAME= MARC-XML-0.92
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GM/GMCHARLT/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/MARC-XML
+COMMENT= Work with MARC data encoded as XML, SAX handler for parsing MARCXML
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-XML-SAX>=0.12:../../textproc/p5-XML-SAX
+DEPENDS+= p5-MARC-Record>=2.0:../../databases/p5-MARC-Record
+DEPENDS+= p5-MARC-Charset>=0.98:../../converters/p5-MARC-Charset
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/MARC-XML/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-MARC-XML/distinfo b/databases/p5-MARC-XML/distinfo
new file mode 100644
index 00000000000..c5465b6393d
--- /dev/null
+++ b/databases/p5-MARC-XML/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/05/17 10:39:42 dmcmahill Exp $
+
+SHA1 (MARC-XML-0.92.tar.gz) = d6296a08f2a8486589dc99ca1d12952de8317b8e
+RMD160 (MARC-XML-0.92.tar.gz) = 8ff89efbd0330de9fd911c904a71ad36ed807584
+Size (MARC-XML-0.92.tar.gz) = 14086 bytes