pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-MARC-XML Initial import of databases/p5-M...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c15545e9ca19
branches:  trunk
changeset: 588724:c15545e9ca19
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue May 17 10:39:42 2011 +0000

description:
Initial import of databases/p5-MARC-XML version 0.92
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

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.

diffstat:

 databases/p5-MARC-XML/DESCR    |   7 +++++++
 databases/p5-MARC-XML/Makefile |  23 +++++++++++++++++++++++
 databases/p5-MARC-XML/distinfo |   5 +++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r e2de247c75e8 -r c15545e9ca19 databases/p5-MARC-XML/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-MARC-XML/DESCR       Tue May 17 10:39:42 2011 +0000
@@ -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 -r e2de247c75e8 -r c15545e9ca19 databases/p5-MARC-XML/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-MARC-XML/Makefile    Tue May 17 10:39:42 2011 +0000
@@ -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@localhost
+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 -r e2de247c75e8 -r c15545e9ca19 databases/p5-MARC-XML/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-MARC-XML/distinfo    Tue May 17 10:39:42 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index