From 02e34ec3f54633cf5293972610eef1fbcda8d927 Mon Sep 17 00:00:00 2001 From: heinz Date: Fri, 4 May 2007 21:44:57 +0000 Subject: Initial import of p5-URI-Fetch 0.08. URI::Fetch is a smart client for fetching HTTP pages, notably syndication feeds (RSS, Atom, and others), in an intelligent, bandwidth- and time-saving way. --- www/p5-URI-Fetch/DESCR | 3 +++ www/p5-URI-Fetch/Makefile | 28 ++++++++++++++++++++++++++++ www/p5-URI-Fetch/PLIST | 1 + www/p5-URI-Fetch/distinfo | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 www/p5-URI-Fetch/DESCR create mode 100644 www/p5-URI-Fetch/Makefile create mode 100644 www/p5-URI-Fetch/PLIST create mode 100644 www/p5-URI-Fetch/distinfo (limited to 'www/p5-URI-Fetch') diff --git a/www/p5-URI-Fetch/DESCR b/www/p5-URI-Fetch/DESCR new file mode 100644 index 00000000000..1cf32fd8fee --- /dev/null +++ b/www/p5-URI-Fetch/DESCR @@ -0,0 +1,3 @@ +URI::Fetch is a smart client for fetching HTTP pages, notably syndication +feeds (RSS, Atom, and others), in an intelligent, bandwidth- and time-saving +way. diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile new file mode 100644 index 00000000000..9ab6bc62488 --- /dev/null +++ b/www/p5-URI-Fetch/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/04 21:44:57 heinz Exp $ +# + +DISTNAME= URI-Fetch-0.08 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5urf +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/URI-Fetch/ +COMMENT= Perl module to intelligently fetch syndication feeds + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler +DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib +DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI + +USE_LANGUAGES= # empty + +MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps +PERL5_PACKLIST= auto/URI/Fetch/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-URI-Fetch/PLIST b/www/p5-URI-Fetch/PLIST new file mode 100644 index 00000000000..c178875dffa --- /dev/null +++ b/www/p5-URI-Fetch/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/04 21:44:57 heinz Exp $ diff --git a/www/p5-URI-Fetch/distinfo b/www/p5-URI-Fetch/distinfo new file mode 100644 index 00000000000..73143864db5 --- /dev/null +++ b/www/p5-URI-Fetch/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/04 21:44:57 heinz Exp $ + +SHA1 (URI-Fetch-0.08.tar.gz) = 86aa6d1d18353f211be3a2186aac65a5f10950e7 +RMD160 (URI-Fetch-0.08.tar.gz) = b60dcb4c812fb28da72357426ca57d9e90675970 +Size (URI-Fetch-0.08.tar.gz) = 25610 bytes -- cgit v1.2.3