diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-12-23 12:59:24 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-12-23 12:59:24 +0000 |
commit | 1eb6078e88c8113fbccbcf7ce48ae2e65a892839 (patch) | |
tree | 4560f7c7c9c6d7712403af83e13f25a799d1a1f3 /textproc/p5-MARC | |
parent | b4aa1ec8d7ce6188046dcbd4e581c3cccd0535ba (diff) |
New port: p5-MARC.
A module for manipulating bibliographic records in the USMARC format
Notes
Notes:
svn path=/head/; revision=52052
Diffstat (limited to 'textproc/p5-MARC')
-rw-r--r-- | textproc/p5-MARC/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-MARC/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-MARC/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-MARC/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-MARC/pkg-plist | 3 |
5 files changed, 35 insertions, 0 deletions
diff --git a/textproc/p5-MARC/Makefile b/textproc/p5-MARC/Makefile new file mode 100644 index 000000000000..105e3c102d7a --- /dev/null +++ b/textproc/p5-MARC/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-MARC +# Date created: 23 December 2001 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= MARC +PORTVERSION= 1.13 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= MARC +PKGNAMEPREFIX= p5- + +MAINTAINER= demon@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3= MARC.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-MARC/distinfo b/textproc/p5-MARC/distinfo new file mode 100644 index 000000000000..aa22f30af066 --- /dev/null +++ b/textproc/p5-MARC/distinfo @@ -0,0 +1 @@ +MD5 (MARC-1.13.tar.gz) = d34195a6ceb48d7b0b81413099163166 diff --git a/textproc/p5-MARC/pkg-comment b/textproc/p5-MARC/pkg-comment new file mode 100644 index 000000000000..064afb01f253 --- /dev/null +++ b/textproc/p5-MARC/pkg-comment @@ -0,0 +1 @@ +A module for manipulating bibliographic records in the USMARC format diff --git a/textproc/p5-MARC/pkg-descr b/textproc/p5-MARC/pkg-descr new file mode 100644 index 000000000000..c80587aff170 --- /dev/null +++ b/textproc/p5-MARC/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://marcpm.sourceforge.net/ diff --git a/textproc/p5-MARC/pkg-plist b/textproc/p5-MARC/pkg-plist new file mode 100644 index 000000000000..388c280c4acb --- /dev/null +++ b/textproc/p5-MARC/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MARC/.packlist +lib/perl5/site_perl/%%PERL_VER%%/MARC.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MARC |