yet another wiab dependency

This commit is contained in:
espie 2007-04-18 00:16:58 +00:00
parent 63a95ccdc6
commit d6f6821df1
5 changed files with 65 additions and 0 deletions

29
www/p5-XML-Feed/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/18 00:16:58 espie Exp $
COMMENT= "interface to RSS and Atom feeds"
MODULES= cpan
DISTNAME= XML-Feed-0.12
CATEGORIES= www textproc
CONFIGURE_STYLE=modbuild
#perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ::www/p5-HTML-Parser \
::www/p5-libwww
RUN_DEPENDS= ::devel/p5-Class-ErrorHandler \
::textproc/p5-XML-RSS \
::devel/p5-DateTime \
::devel/p5-DateTime-Format-Mail \
::devel/p5-DateTime-Format-W3CDTF \
::www/p5-URI-Fetch \
::www/p5-Feed-Find \
::www/p5-XML-Atom
.include <bsd.port.mk>

5
www/p5-XML-Feed/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (XML-Feed-0.12.tar.gz) = d1ZdYbUR964FYjBk4E6fVg==
RMD160 (XML-Feed-0.12.tar.gz) = mrRSqjafpka9SwXGOgKpuemBWnw=
SHA1 (XML-Feed-0.12.tar.gz) = WtAdtI4M/vuEBCLvWvM/KSRAro0=
SHA256 (XML-Feed-0.12.tar.gz) = ti1MXXUA8m+6qhrLnseoYIq2X1jSpIFn+Z8ncRBdKVI=
SIZE (XML-Feed-0.12.tar.gz) = 39125

View File

@ -0,0 +1,19 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2007/04/18 00:16:58 espie Exp $
--- Makefile.PL.orig Wed Apr 18 02:14:47 2007
+++ Makefile.PL Wed Apr 18 02:14:56 2007
@@ -12,6 +12,7 @@ sign(1);
include('ExtUtils::AutoInstall');
+=pod
requires('Class::ErrorHandler');
requires('Feed::Find');
requires('URI::Fetch');
@@ -21,6 +22,7 @@ requires('DateTime');
requires('DateTime::Format::Mail');
requires('DateTime::Format::W3CDTF');
requires('List::Util');
+=cut
build_requires('LWP');
build_requires('HTML::TokeParser');
build_requires('Test::More');

View File

@ -0,0 +1,2 @@
XML::Feed is an abstraction above the RSS and Atom syndication
feed formats. It supports both parsing and autodiscovery of feeds.

10
www/p5-XML-Feed/pkg/PLIST Normal file
View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/04/18 00:16:58 espie Exp $
${P5SITE}/XML/Feed/
${P5SITE}/XML/Feed.pm
${P5SITE}/XML/Feed/Atom.pm
${P5SITE}/XML/Feed/Content.pm
${P5SITE}/XML/Feed/Entry.pm
${P5SITE}/XML/Feed/RSS.pm
@man man/man3p/XML::Feed.3p
@man man/man3p/XML::Feed::Content.3p
@man man/man3p/XML::Feed::Entry.3p