2018-03-08 14:15:30 +01:00
|
|
|
# $NetBSD: Makefile,v 1.50 2018/03/08 13:15:30 wiz Exp $
|
2001-04-16 21:03:38 +02:00
|
|
|
|
2018-03-08 14:15:30 +01:00
|
|
|
DISTNAME= XML-RSS-1.60
|
2001-04-16 21:03:38 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-11-23 23:19:00 +01:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-RSS/
|
2001-04-16 21:03:38 +02:00
|
|
|
COMMENT= XML-RSS helps to create and update RSS files
|
2009-10-17 16:45:17 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2001-04-16 21:03:38 +02:00
|
|
|
|
Update to 1.22:
1.22 - December 17th, 2006
- Fix XML::Feed compatability. Make sure $item->{content} is always setup
(broke in 1.20, RT#23822, Shlomi, Andreas J. Koenig)
- Fix the tests to work on Win32 (RT#23752, Shlomi, Kenichi Ishigaki)
- make add_module work for both RSS 1.0 and 2.0 (RT#16191,
RT#18907, RT#13209, Ben Trott, Ivan Willis)
- Fixed the problem with a version => "2.0" RSS not parsing correctly
the namespaced elements in a RSS 1.0 feed (in RT#23822, Shlomi)
- Channel->{link | textInput} (sic) property mapping in RSS 2.0
(RT#9862, Shlomi / chatiman)
- Don't fail the tests if Test::Pod::Coverage is missing
(reported by Andreas J. Koenig)
1.21 - December 5th, 2006
- Support inserting a XSL stylesheet URL into the XML output
(RT#11569, Jason A. Smith, Shlomi Fish)
- Remove empty lines in the test_manifest - some versions of
Test::Manifest doesn't do the right thing with
those. (RT#23678, Hugo van der Sanden)
- Add Pod::Coverage tests
- More Date Conversion (Shlomi)
- Fix for a Markup Injection Vulnerability (RT#23435, Shlomi)
1.20 - November 10th, 2006
- Value for $XML::RSS::modules gets destroyed (RT#18755, Shlomi)
- Note that YOU CAN NO LONGER USE $XML::RSS::modules, you
have to use the add_modules call as documented!
- encode generates warnings for undefined text (RT#13523, Mark Stosberg)
- Missing last build date value in RSS 2.0 (RT#19417)
- renamed the internal encode method to _encode
- RSS 2.0 spec allows omission of title from entry (RT#18817,
test from Shlomi)
- Can't create "0" values in optional items (RT#11415, based on
patch from Shlomi - thanks!)
- Remove the executable bit from Makefile.PL
- Add test to test regression of CPAN RT#5438 (Shlomi)
- More tests...
1.12 - October 25, 2006
- Add more tests
- make sure META.yml is correctly generated
- Fix enclosure parsing (RT#7920, Tatsuhiko Miyagawa)
- Incorrect entity encoding in XML output (RT#22467, reported by Stephen Hall)
1.11 - October 19, 2006
- use HTML::Entities instead of the "homegrown" entity encoding code
- Minor doc fix (David Steinbrunner)
- Fix encoding of the > char, added tests (RT#19420, Shlomi Fish)
- XML::RSS ignores output encoding (RT#11124, RT#7343, test
failures on win32, Vaclav Haisman, Steve Peters)
- encoding of source element (RT#2285)
- use base instead of @ISA
- Thanks to Shlomi Fish for helping sorting through the RT queue!
2007-02-18 04:14:19 +01:00
|
|
|
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
|
2009-10-17 16:45:17 +02:00
|
|
|
DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest
|
2013-01-05 14:03:22 +01:00
|
|
|
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
|
2001-04-16 21:03:38 +02:00
|
|
|
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/XML/RSS/.packlist
|
2009-01-11 17:48:22 +01:00
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
2001-04-16 21:03:38 +02:00
|
|
|
|
2002-10-20 19:45:59 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
2001-04-16 21:03:38 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|