diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-11-15 17:32:22 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-11-15 17:32:22 +0800 |
commit | 44c00176d528d1db4249950dbb914ec83859646a (patch) | |
tree | f0a1ea67a9f9c761e54e7815ef53e34a5226fb66 /net | |
parent | e05f1fdee3fd3f05e525e938dc2d48a73a3da90e (diff) | |
download | freebsd-ports-gnome-44c00176d528d1db4249950dbb914ec83859646a.tar.gz freebsd-ports-gnome-44c00176d528d1db4249950dbb914ec83859646a.tar.zst freebsd-ports-gnome-44c00176d528d1db4249950dbb914ec83859646a.zip |
Add p5-OAI-Harvester 0.82,
a module to harvest using the OAI
protocol.
PR: 59266
Submitted by: Paul Dlug <paul@aps.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-OAI-Harvester/Makefile | 42 | ||||
-rw-r--r-- | net/p5-OAI-Harvester/distinfo | 1 | ||||
-rw-r--r-- | net/p5-OAI-Harvester/pkg-descr | 5 | ||||
-rw-r--r-- | net/p5-OAI-Harvester/pkg-plist | 19 |
5 files changed, 68 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 0a135d5ca1d2..b2ac006123e0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/p5-OAI-Harvester/Makefile b/net/p5-OAI-Harvester/Makefile new file mode 100644 index 000000000000..216a04887a41 --- /dev/null +++ b/net/p5-OAI-Harvester/Makefile @@ -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> diff --git a/net/p5-OAI-Harvester/distinfo b/net/p5-OAI-Harvester/distinfo new file mode 100644 index 000000000000..286e4ea6ab7f --- /dev/null +++ b/net/p5-OAI-Harvester/distinfo @@ -0,0 +1 @@ +MD5 (OAI-Harvester-0.82.tar.gz) = e55e79eb8e2910a8a82cdae9a0ecef15 diff --git a/net/p5-OAI-Harvester/pkg-descr b/net/p5-OAI-Harvester/pkg-descr new file mode 100644 index 000000000000..5bf895a915b3 --- /dev/null +++ b/net/p5-OAI-Harvester/pkg-descr @@ -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/ diff --git a/net/p5-OAI-Harvester/pkg-plist b/net/p5-OAI-Harvester/pkg-plist new file mode 100644 index 000000000000..c68c2eb4b28c --- /dev/null +++ b/net/p5-OAI-Harvester/pkg-plist @@ -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 |