pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Feed-Find Initial import of Perl module Fe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b7e37347afa1
branches: trunk
changeset: 528378:b7e37347afa1
user: heinz <heinz%pkgsrc.org@localhost>
date: Mon Apr 30 21:53:16 2007 +0000
description:
Initial import of Perl module Feed-Find 0.06
The Perl module Feed::Find implements feed auto-discovery for finding
syndication feeds, given a URI. It (currently) passes all of the
auto-discovery tests at http://diveintomark.org/tests/client/autodiscovery/.
Feed::Find will discover the following feed formats:
* RSS 0.91
* RSS 1.0
* RSS 2.0
* Atom
diffstat:
textproc/p5-Feed-Find/DESCR | 8 ++++++++
textproc/p5-Feed-Find/Makefile | 27 +++++++++++++++++++++++++++
textproc/p5-Feed-Find/PLIST | 1 +
textproc/p5-Feed-Find/distinfo | 5 +++++
4 files changed, 41 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r bbdcbab06abc -r b7e37347afa1 textproc/p5-Feed-Find/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Feed-Find/DESCR Mon Apr 30 21:53:16 2007 +0000
@@ -0,0 +1,8 @@
+The Perl module Feed::Find implements feed auto-discovery for finding
+syndication feeds, given a URI. It (currently) passes all of the
+auto-discovery tests at http://diveintomark.org/tests/client/autodiscovery/.
+Feed::Find will discover the following feed formats:
+* RSS 0.91
+* RSS 1.0
+* RSS 2.0
+* Atom
diff -r bbdcbab06abc -r b7e37347afa1 textproc/p5-Feed-Find/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Feed-Find/Makefile Mon Apr 30 21:53:16 2007 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/30 21:53:16 heinz Exp $
+#
+
+DISTNAME= Feed-Find-0.06
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5ffi
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/B/BT/BTROTT/}
+
+MAINTAINER= heinz%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Feed-Find/
+COMMENT= Perl module to perform autodiscovery of 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-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
+
+USE_LANGUAGES= # empty
+
+MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps
+PERL5_PACKLIST= auto/Feed/Find/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bbdcbab06abc -r b7e37347afa1 textproc/p5-Feed-Find/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Feed-Find/PLIST Mon Apr 30 21:53:16 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/30 21:53:16 heinz Exp $
diff -r bbdcbab06abc -r b7e37347afa1 textproc/p5-Feed-Find/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Feed-Find/distinfo Mon Apr 30 21:53:16 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/30 21:53:16 heinz Exp $
+
+SHA1 (Feed-Find-0.06.tar.gz) = bedff4a881ba6772d8fd21bbd95856aca0dc0f8b
+RMD160 (Feed-Find-0.06.tar.gz) = ff6ae9fc4a3a9c5a8a5d368865bfc01ef48ac1af
+Size (Feed-Find-0.06.tar.gz) = 16361 bytes
Home |
Main Index |
Thread Index |
Old Index