diff options
Diffstat (limited to 'textproc/p5-MARC-Record')
-rw-r--r-- | textproc/p5-MARC-Record/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-MARC-Record/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-MARC-Record/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-MARC-Record/pkg-plist | 16 |
4 files changed, 47 insertions, 0 deletions
diff --git a/textproc/p5-MARC-Record/Makefile b/textproc/p5-MARC-Record/Makefile new file mode 100644 index 000000000000..83bf1e856e39 --- /dev/null +++ b/textproc/p5-MARC-Record/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-MARC-Record +# Date created: 31 December 2004 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= MARC-Record +PORTVERSION= 1.38 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= MARC +PKGNAMEPREFIX= p5- + +MAINTAINER= demon@FreeBSD.org +COMMENT= The core class for representing a single MARC record + +PERL_CONFIGURE= yes + +MAN1= marcdump.1 marclint.1 +MAN3= MARC::Batch.3 MARC::Doc::Tutorial.3 MARC::Field.3 \ + MARC::File.3 MARC::File::MicroLIF.3 MARC::File::USMARC.3 \ + MARC::Lint.3 MARC::Record.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-MARC-Record/distinfo b/textproc/p5-MARC-Record/distinfo new file mode 100644 index 000000000000..c9b3ceeb5972 --- /dev/null +++ b/textproc/p5-MARC-Record/distinfo @@ -0,0 +1,2 @@ +MD5 (MARC-Record-1.38.tar.gz) = 4d1fead7e445c035113e3c18071e33fa +SIZE (MARC-Record-1.38.tar.gz) = 116535 diff --git a/textproc/p5-MARC-Record/pkg-descr b/textproc/p5-MARC-Record/pkg-descr new file mode 100644 index 000000000000..643a75f41701 --- /dev/null +++ b/textproc/p5-MARC-Record/pkg-descr @@ -0,0 +1,4 @@ +The MARC::* series of modules create a simple object-oriented abstraction +of MARC record handling. + +MARC::Record is the core class for representing a single MARC record. diff --git a/textproc/p5-MARC-Record/pkg-plist b/textproc/p5-MARC-Record/pkg-plist new file mode 100644 index 000000000000..7fb7716a535a --- /dev/null +++ b/textproc/p5-MARC-Record/pkg-plist @@ -0,0 +1,16 @@ +bin/marcdump +bin/marclint +%%SITE_PERL%%/MARC/Batch.pm +%%SITE_PERL%%/MARC/Doc/Tutorial.pod +%%SITE_PERL%%/MARC/Field.pm +%%SITE_PERL%%/MARC/File.pm +%%SITE_PERL%%/MARC/File/MicroLIF.pm +%%SITE_PERL%%/MARC/File/USMARC.pm +%%SITE_PERL%%/MARC/Lint.pm +%%SITE_PERL%%/MARC/Record.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC/Record/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC/Record +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC +@dirrm %%SITE_PERL%%/MARC/Doc +@dirrm %%SITE_PERL%%/MARC/File +@dirrm %%SITE_PERL%%/MARC |