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.
This commit is contained in:
parent
551eabcc4c
commit
9683c5fb1a
4 changed files with 37 additions and 0 deletions
15
databases/p5-MARC/DESCR
Normal file
15
databases/p5-MARC/DESCR
Normal file
|
@ -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.
|
17
databases/p5-MARC/Makefile
Normal file
17
databases/p5-MARC/Makefile
Normal file
|
@ -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"
|
1
databases/p5-MARC/PLIST
Normal file
1
databases/p5-MARC/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/17 01:30:38 dmcmahill Exp $
|
4
databases/p5-MARC/distinfo
Normal file
4
databases/p5-MARC/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue