4cd6fd3dcd
Revision history for XML::Atom 0.25 2006.11.30 * Fixed memory leaks in XML::Atom::Client (Reported by Brian Cassidy) 0.24 2006.11.25 * Updated document to mention that ID creation is user's responsibility * Added $feed->as_xml_utf8 which always returns UTF-8 bytes string, rather than UTF-8 flagged one. This addresses annoying issues with UTF-8 vs. latin-1 (Thanks to Rui Vilela #21191) * Better fix for the hateful default: prefix issue in libxml2; now we remove the default\d* prefix on any nodes and set the proper namespace URI. * Fix to the test case since 0x242 is now printable character in bleadperl (Thanks to Andreas Koenig and Steve Peters) * Skip tests if 'euc-jp' is unknown encoding on your XML library (via CPAN testers)
30 lines
1 KiB
Makefile
30 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2006/12/01 08:30:35 kleink Exp $
|
|
|
|
DISTNAME= XML-Atom-0.25
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5xat
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-Atom/
|
|
COMMENT= Atom feed and API implementation
|
|
|
|
DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
|
|
DEPENDS+= p5-XML-LibXML>=1.54:../../textproc/p5-XML-LibXML
|
|
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
|
|
DEPENDS+= p5-XML-XPath-[0-9]*:../../textproc/p5-XML-XPath
|
|
|
|
# Client/Server for Atom API
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-LWP-Authen-Wsse-[0-9]*:../../www/p5-LWP-Authen-Wsse
|
|
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
|
|
# Feed and API Auto-discovery
|
|
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
|
|
PERL5_PACKLIST= auto/XML/Atom/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|