1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Add p5-OAI-Harvester 0.82,

a module to harvest using the OAI
protocol.

PR:		59266
Submitted by:	Paul Dlug <paul@aps.org>
This commit is contained in:
Vanilla I. Shu 2003-11-15 09:32:22 +00:00
parent 3e6ef0efc6
commit 26e1ae2310
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94000
5 changed files with 68 additions and 0 deletions

View File

@ -481,6 +481,7 @@
SUBDIR += p5-NetAddr-IP
SUBDIR += p5-NetAddr-IP-Count
SUBDIR += p5-NetPacket
SUBDIR += p5-OAI-Harvester
SUBDIR += p5-POE-Component-RRDTool
SUBDIR += p5-Parallel-MPI
SUBDIR += p5-Parallel-Pvm

View File

@ -0,0 +1,42 @@
# New ports collection makefile for: p5-OAI-Harvester
# Date created: 2003-11-13
# Whom: Paul Dlug <paul@aps.org>
#
# $FreeBSD$
#
PORTNAME= OAI-Harvester
PORTVERSION= 0.82
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= paul@aps.org
COMMENT= A module to harvest using the OAI protocol
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::OAI::Base.3 \
Net::OAI::Error.3 \
Net::OAI::GetRecord.3 \
Net::OAI::Harvester.3 \
Net::OAI::Identify.3 \
Net::OAI::ListIdentifiers.3 \
Net::OAI::ListMetadataFormats.3 \
Net::OAI::ListRecords.3 \
Net::OAI::ListSets.3 \
Net::OAI::Record.3 \
Net::OAI::Record::Header.3 \
Net::OAI::Record::OAI_DC.3 \
Net::OAI::ResumptionToken.3
MAN1= oai-listsets.1 oai-listrecords.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (OAI-Harvester-0.82.tar.gz) = e55e79eb8e2910a8a82cdae9a0ecef15

View File

@ -0,0 +1,5 @@
Perl module query OAI-PMH repositories. The Open Archives Initiative - Protocol
for Metadata Harvesting allows repositories to share information about their
contents.
WWW: http://www.openarchives.org/

View File

@ -0,0 +1,19 @@
bin/oai-listrecords
bin/oai-listsets
%%SITE_PERL%%/Net/OAI/Base.pm
%%SITE_PERL%%/Net/OAI/Error.pm
%%SITE_PERL%%/Net/OAI/GetRecord.pm
%%SITE_PERL%%/Net/OAI/Harvester.pm
%%SITE_PERL%%/Net/OAI/Identify.pm
%%SITE_PERL%%/Net/OAI/ListIdentifiers.pm
%%SITE_PERL%%/Net/OAI/ListMetadataFormats.pm
%%SITE_PERL%%/Net/OAI/ListRecords.pm
%%SITE_PERL%%/Net/OAI/ListSets.pm
%%SITE_PERL%%/Net/OAI/Record.pm
%%SITE_PERL%%/Net/OAI/Record/Header.pm
%%SITE_PERL%%/Net/OAI/Record/OAI_DC.pm
%%SITE_PERL%%/Net/OAI/ResumptionToken.pm
%%SITE_PERL%%/mach/auto/OAI-Harvester/.packlist
@dirrm %%SITE_PERL%%/mach/auto/OAI-Harvester
@dirrm %%SITE_PERL%%/Net/OAI/Record
@dirrm %%SITE_PERL%%/Net/OAI