diff options
author | heinz <heinz@pkgsrc.org> | 2007-04-30 21:53:16 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-04-30 21:53:16 +0000 |
commit | 768b5f9c98769ba0395b490ea42a81a350fa5fc6 (patch) | |
tree | 81a38a24711316181ead398d6be5dea7b2727852 /textproc/p5-Feed-Find | |
parent | 14c42e311bf0d559f5bf3540554d13be93c03166 (diff) | |
download | pkgsrc-768b5f9c98769ba0395b490ea42a81a350fa5fc6.tar.gz |
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 (limited to 'textproc/p5-Feed-Find')
-rw-r--r-- | textproc/p5-Feed-Find/DESCR | 8 | ||||
-rw-r--r-- | textproc/p5-Feed-Find/Makefile | 27 | ||||
-rw-r--r-- | textproc/p5-Feed-Find/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Feed-Find/distinfo | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-Feed-Find/DESCR b/textproc/p5-Feed-Find/DESCR new file mode 100644 index 00000000000..6420d7477ba --- /dev/null +++ b/textproc/p5-Feed-Find/DESCR @@ -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 --git a/textproc/p5-Feed-Find/Makefile b/textproc/p5-Feed-Find/Makefile new file mode 100644 index 00000000000..9d52633dba2 --- /dev/null +++ b/textproc/p5-Feed-Find/Makefile @@ -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 +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 --git a/textproc/p5-Feed-Find/PLIST b/textproc/p5-Feed-Find/PLIST new file mode 100644 index 00000000000..8cc0a5e096d --- /dev/null +++ b/textproc/p5-Feed-Find/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/30 21:53:16 heinz Exp $ diff --git a/textproc/p5-Feed-Find/distinfo b/textproc/p5-Feed-Find/distinfo new file mode 100644 index 00000000000..4a753d2c331 --- /dev/null +++ b/textproc/p5-Feed-Find/distinfo @@ -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 |