Wed May 18 02:08:54 2011 UTC ()
Initial import of www/p5-HTTP-OAI version 3.24
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

HTTP::OAI is a stub module.

HTTP::OAI::Harvester is the harvesting front-end in the OAI-PERL library.

To harvest from an OAI-PMH compliant repository create an HTTP::OAI::Harvester
object using the baseURL option and then call OAI-PMH methods to request data
from the repository. To handle version 1.0/1.1 repositories automatically you
must request Identify() first.

It is recommended that you request an Identify from the Repository and use the
repository() method to update the Identify object used by the harvester.

When making OAI requests the underlying HTTP::OAI::UserAgent module will take
care of automatic redirection (http code 302) and retry-after (http code 503).
OAI-PMH flow control (i.e. resumption tokens) is handled transparently by
HTTP::OAI::Response.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(dmcmahill)
diff -r0 -r1.1.1.1 pkgsrc/www/p5-HTTP-OAI/Makefile
diff -r0 -r1.1.1.1 pkgsrc/www/p5-HTTP-OAI/DESCR
diff -r0 -r1.1.1.1 pkgsrc/www/p5-HTTP-OAI/distinfo

File Added: pkgsrc/www/p5-HTTP-OAI/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/05/18 02:08:54 dmcmahill Exp $

DISTNAME=	HTTP-OAI-3.24
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=HTTP/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/HTTP-OAI/
COMMENT=	API for the OAI-PMH
LICENSE=	modified-bsd

DEPENDS+=	p5-XML-LibXML>=1.60:../../textproc/p5-XML-LibXML
DEPENDS+=	p5-XML-SAX>=0.96:../../textproc/p5-XML-SAX
DEPENDS+=	p5-URI:../../www/p5-URI
DEPENDS+=	p5-libwww:../../www/p5-libwww

USE_LANGUAGES=	# empty
PERL5_PACKLIST=	auto/HTTP-OAI/.packlist

PKG_DESTDIR_SUPPORT=	user-destdir

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/p5-HTTP-OAI/DESCR
HTTP::OAI is a stub module.

HTTP::OAI::Harvester is the harvesting front-end in the OAI-PERL library.

To harvest from an OAI-PMH compliant repository create an HTTP::OAI::Harvester
object using the baseURL option and then call OAI-PMH methods to request data
from the repository. To handle version 1.0/1.1 repositories automatically you
must request Identify() first.

It is recommended that you request an Identify from the Repository and use the
repository() method to update the Identify object used by the harvester.

When making OAI requests the underlying HTTP::OAI::UserAgent module will take
care of automatic redirection (http code 302) and retry-after (http code 503).
OAI-PMH flow control (i.e. resumption tokens) is handled transparently by
HTTP::OAI::Response.

File Added: pkgsrc/www/p5-HTTP-OAI/distinfo
$NetBSD: distinfo,v 1.1.1.1 2011/05/18 02:08:54 dmcmahill Exp $

SHA1 (HTTP-OAI-3.24.tar.gz) = 9331028262da054deeb6776f6cff75771e82036b
RMD160 (HTTP-OAI-3.24.tar.gz) = be03aa375db1f46324b7686bb3065328152eed31
Size (HTTP-OAI-3.24.tar.gz) = 44835 bytes