Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
XML::RSS::Parser is a lightweight liberal parser of RSS feeds that
is derived from the XML::Parser::LP module the I developed for
mt-rssfeed -- a Movable Type plugin. This parser is "liberal" in
that it does not demand compliance of a specific RSS version and
will attempt to gracefully handle tags it does not expect or
understand. The parser's only requirements is that the file is
well-formed XML and remotely resembles RSS.

View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.17 2013/05/31 12:42:21 wiz Exp $
DISTNAME= XML-RSS-Parser-4.0
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= rhaen@NetBSD.org
COMMENT= Liberal object-oriented parser for RSS feeds
DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX
DEPENDS+= p5-XML-Elemental>=2.0:../../textproc/p5-XML-Elemental
DEPENDS+= p5-Class-XPath>=1.4:../../devel/p5-Class-XPath
DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/XML-RSS-Parser-4
PERL5_PACKLIST= auto/XML/RSS/Parser/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2006/04/09 01:01:19 schmonz Exp $
SHA1 (XML-RSS-Parser-4.0.tar.gz) = 210e08ad7dc39b51545a01f9fce28d59ec8ce6d8
RMD160 (XML-RSS-Parser-4.0.tar.gz) = c21e59f4af48d8e2ff3ff70546f1a688ec55b45f
Size (XML-RSS-Parser-4.0.tar.gz) = 12744 bytes