pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-URI-Fetch Initial import of p5-URI-Fetch 0.08.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b359dfea09b7
branches:  trunk
changeset: 528467:b359dfea09b7
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Fri May 04 21:44:57 2007 +0000

description:
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.

diffstat:

 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(+), 0 deletions(-)

diffs (53 lines):

diff -r db7c3e46bd09 -r b359dfea09b7 www/p5-URI-Fetch/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-URI-Fetch/DESCR    Fri May 04 21:44:57 2007 +0000
@@ -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 -r db7c3e46bd09 -r b359dfea09b7 www/p5-URI-Fetch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-URI-Fetch/Makefile Fri May 04 21:44:57 2007 +0000
@@ -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@localhost
+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 -r db7c3e46bd09 -r b359dfea09b7 www/p5-URI-Fetch/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-URI-Fetch/PLIST    Fri May 04 21:44:57 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/04 21:44:57 heinz Exp $
diff -r db7c3e46bd09 -r b359dfea09b7 www/p5-URI-Fetch/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-URI-Fetch/distinfo Fri May 04 21:44:57 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index