mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
New port: p5-MARC-Record.
The core class for representing a single MARC record.
This commit is contained in:
parent
6127b118ac
commit
e27710fcb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125584
@ -296,6 +296,7 @@
|
||||
SUBDIR += p5-Lingua-Stem-Snowball-Se
|
||||
SUBDIR += p5-Lingua-StopWords
|
||||
SUBDIR += p5-MARC
|
||||
SUBDIR += p5-MARC-Record
|
||||
SUBDIR += p5-NetAddr-IP-Find
|
||||
SUBDIR += p5-Number-Format
|
||||
SUBDIR += p5-PDF-API2
|
||||
|
25
textproc/p5-MARC-Record/Makefile
Normal file
25
textproc/p5-MARC-Record/Makefile
Normal file
@ -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>
|
2
textproc/p5-MARC-Record/distinfo
Normal file
2
textproc/p5-MARC-Record/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (MARC-Record-1.38.tar.gz) = 4d1fead7e445c035113e3c18071e33fa
|
||||
SIZE (MARC-Record-1.38.tar.gz) = 116535
|
4
textproc/p5-MARC-Record/pkg-descr
Normal file
4
textproc/p5-MARC-Record/pkg-descr
Normal file
@ -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.
|
16
textproc/p5-MARC-Record/pkg-plist
Normal file
16
textproc/p5-MARC-Record/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user