pkgsrc/textproc/p5-XML-RSS/Makefile
wiz 4a6161f3be Update to 1.31:
1.31 - June 29, 2007
       - Fixed the save() function to handle perl-5.6.x (and possibly below)
         where the ":encoding(...)" filehandle are not available (Shlomi Fish)

1.30 - June 18, 2007
       - Same as 1.29_02 (from February 23, 2007)
       - Removed some methods that were not used.
       - Added more tests to increase the test coverage.
       - Fixed a bug where prefixes could be specified with invalid characters
         because there was a range (.-_) instead of three individual
         characters (.\-_).
       - Many files were left in the distribution or Subversion repository
         that were executable but need not be. Made them non-executable.
       - Clean up examples/ directory and move generated files out of t/
       - isPermaLink / guid fixes (RT#23983, Shlomi)
       - increased the test coverage of XML::RSS up to 100%. (Shlomif)
       - SECURITY BUG FIX: eliminated a markup injection vulnerability in the
         taxo:topics output of RSS 1.0. (Shlomif)
       - Moved the append function, which is unused and cannot be effectively
         used, out of the main module and into the rejects directory inside
         the repository (but outside the module). (Shlomif)
       - Added POD for full POD coverage. (Shlomif)
       - Several other bug fixes. (Shlomif)
       - Heavy refactoring of the code. (Shlomif)
       - perltidy configuration file; run perltidy on XML::RSS (and
         intentionally not on the tests) (ABH).
       - Removed the remaining tab characters. (Shlomif)
       - Fixed a bug in one of the tests. (Shlomif)
       - Converted the rendering processes of the various RSS versions to
         one class per RSS version and applied the "Convert Conditionals
         to Polymorphism" refactoring. (Shlomif)
       - Removed the languages hash which was completely unused. (Shlomif)
       - Converted the parsing routines to be methods of XML::RSS to increase
         modularity. XML::RSS no longer inherits from XML::Parser. (Shlomif)
       - Extracted several methods from the parsing stage. (Shlomif)
       - Added a regression test to
         https://rt.cpan.org/Ticket/Display.html?id=24742   (Shlomif)
       - Tweaked the Makefile.PL Test::Run integration according to:
         http://www.nntp.perl.org/group/perl.qa/2006/11/msg7400.html
         (Shlomif)
2007-10-27 12:34:41 +00:00

23 lines
832 B
Makefile

# $NetBSD: Makefile,v 1.18 2007/10/27 12:34:41 wiz Exp $
DISTNAME= XML-RSS-1.31
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xrs
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-RSS/
COMMENT= XML-RSS helps to create and update RSS files
DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser
DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail
DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
PERL5_PACKLIST= auto/XML/RSS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"