Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2003 15:49:30 -0500 (EST)
From:      Paul Dlug <paul@aps.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        paul@ridge.aps.org
Subject:   ports/59267: [NEW PORT] net/p5-OAI-Harvester: A module to harvest using the OAI protocol
Message-ID:  <200311132049.hADKnUBj055667@lugnut.aps.org>
Resent-Message-ID: <200311132100.hADL0dBc067770@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59267
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-OAI-Harvester: A module to harvest using the OAI protocol
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 13 13:00:39 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Paul Dlug
>Release:        FreeBSD 5.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD lugnut.aps.org 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #8: Sat Oct  4 17:42:40 EDT
>Description:
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/

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-OAI-Harvester-0.82.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-OAI-Harvester
#	p5-OAI-Harvester/pkg-descr
#	p5-OAI-Harvester/Makefile
#	p5-OAI-Harvester/pkg-plist
#	p5-OAI-Harvester/distinfo
#
echo c - p5-OAI-Harvester
mkdir -p p5-OAI-Harvester > /dev/null 2>&1
echo x - p5-OAI-Harvester/pkg-descr
sed 's/^X//' >p5-OAI-Harvester/pkg-descr << 'END-of-p5-OAI-Harvester/pkg-descr'
XPerl module query OAI-PMH repositories. The Open Archives Initiative - Protocol
Xfor Metadata Harvesting allows repositories to share information about their
Xcontents.
X
XWWW:	http://www.openarchives.org/
END-of-p5-OAI-Harvester/pkg-descr
echo x - p5-OAI-Harvester/Makefile
sed 's/^X//' >p5-OAI-Harvester/Makefile << 'END-of-p5-OAI-Harvester/Makefile'
X# New ports collection makefile for:	p5-OAI-Harvester
X# Date created:		2003-11-13
X# Whom:			Paul Dlug <paul@aps.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	OAI-Harvester
XPORTVERSION=	0.82
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	paul@aps.org
XCOMMENT=	A module to harvest using the OAI protocol
X
XBUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
X				${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
X				${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
X				${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::OAI::Base.3 \
X			Net::OAI::Error.3 \
X			Net::OAI::GetRecord.3 \
X			Net::OAI::Harvester.3 \
X			Net::OAI::Identify.3 \
X			Net::OAI::ListIdentifiers.3 \
X			Net::OAI::ListMetadataFormats.3 \
X			Net::OAI::ListRecords.3 \
X			Net::OAI::ListSets.3 \
X			Net::OAI::Record.3 \
X			Net::OAI::Record::Header.3 \
X			Net::OAI::Record::OAI_DC.3 \
X			Net::OAI::ResumptionToken.3
X
XMAN1=		oai-listsets.1 oai-listrecords.1
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
END-of-p5-OAI-Harvester/Makefile
echo x - p5-OAI-Harvester/pkg-plist
sed 's/^X//' >p5-OAI-Harvester/pkg-plist << 'END-of-p5-OAI-Harvester/pkg-plist'
Xbin/oai-listrecords
Xbin/oai-listsets
X%%SITE_PERL%%/Net/OAI/Base.pm
X%%SITE_PERL%%/Net/OAI/Error.pm
X%%SITE_PERL%%/Net/OAI/GetRecord.pm
X%%SITE_PERL%%/Net/OAI/Harvester.pm
X%%SITE_PERL%%/Net/OAI/Identify.pm
X%%SITE_PERL%%/Net/OAI/ListIdentifiers.pm
X%%SITE_PERL%%/Net/OAI/ListMetadataFormats.pm
X%%SITE_PERL%%/Net/OAI/ListRecords.pm
X%%SITE_PERL%%/Net/OAI/ListSets.pm
X%%SITE_PERL%%/Net/OAI/Record.pm
X%%SITE_PERL%%/Net/OAI/Record/Header.pm
X%%SITE_PERL%%/Net/OAI/Record/OAI_DC.pm
X%%SITE_PERL%%/Net/OAI/ResumptionToken.pm
X%%SITE_PERL%%/mach/auto/OAI-Harvester/.packlist
X@dirrm %%SITE_PERL%%/mach/auto/OAI-Harvester
X@dirrm %%SITE_PERL%%/Net/OAI/Record
X@dirrm %%SITE_PERL%%/Net/OAI
END-of-p5-OAI-Harvester/pkg-plist
echo x - p5-OAI-Harvester/distinfo
sed 's/^X//' >p5-OAI-Harvester/distinfo << 'END-of-p5-OAI-Harvester/distinfo'
XMD5 (OAI-Harvester-0.82.tar.gz) = e55e79eb8e2910a8a82cdae9a0ecef15
END-of-p5-OAI-Harvester/distinfo
exit
--- p5-OAI-Harvester-0.82.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311132049.hADKnUBj055667>