diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
6 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 31e968da397b..0cc5bd6e3966 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -108,6 +108,7 @@ SUBDIR += p5-HTML-Format SUBDIR += p5-LJ-SpellCheck SUBDIR += p5-Lingua-Ispell + SUBDIR += p5-MARC SUBDIR += p5-Number-Format SUBDIR += p5-Orchard-Perl SUBDIR += p5-PDF-Create 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 |