yet another WIAB dependency

This commit is contained in:
espie 2007-04-18 00:06:49 +00:00
parent 3dafc5cf85
commit d88577a782
5 changed files with 51 additions and 0 deletions

23
www/p5-Feed-Find/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/18 00:06:49 espie Exp $
COMMENT= "autodiscover syndication feeds"
MODULES= cpan
CPAN_AUTHOR= BTROTT
DISTNAME= Feed-Find-0.06
CATEGORIES= www
CONFIGURE_STYLE= modbuild
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::www/p5-libwww \
::www/p5-HTML-Parser \
::www/p5-URI \
::devel/p5-Class-ErrorHandler
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Feed-Find-0.06.tar.gz) = vkU39lLUEkPL+Y9ek30W8w==
RMD160 (Feed-Find-0.06.tar.gz) = /2rp/Eo6nFqKXTaIZb/AHvSKwa8=
SHA1 (Feed-Find-0.06.tar.gz) = vt/0qIG6Z3LY/SG72VhWrKDcD4s=
SHA256 (Feed-Find-0.06.tar.gz) = g9ROQtifKPXY1X39r9SgCJ8f8QAQoEbBtv/1LMbVsx0=
SIZE (Feed-Find-0.06.tar.gz) = 16361

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2007/04/18 00:06:49 espie Exp $
--- Makefile.PL.orig Wed Apr 18 02:04:58 2007
+++ Makefile.PL Wed Apr 18 02:05:08 2007
@@ -12,10 +12,12 @@ sign(1);
include('ExtUtils::AutoInstall');
+=pod
requires('Class::ErrorHandler');
requires('LWP');
requires('HTML::Parser');
requires('URI');
+=cut
auto_include();
auto_install();

View File

@ -0,0 +1,3 @@
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/

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/04/18 00:06:49 espie Exp $
${P5SITE}/Feed/
${P5SITE}/Feed/Find.pm
@man man/man3p/Feed::Find.3p