Update to version 3.17.
While here list, as comments, all dependencies needed to run the self tests Changes since last packaged version (3.16): Changes in 3.17 documentation changes, mostly to point better to the resources at http://www.xmltwig.com fix a few tests that would fail under perl 5.6.* and Solaris (t/test_safe_encode.t and t/test_bug_3.15.t), see RT bug # 11844, thanks to Sven Neuhaus made the licensing terms in the README match the ones in the main module (same as Perl), see RT bug #11725 added a test on XML::SAX::Writer version number to avoid failing tests with old versions (<0.39) improved xml_split
This commit is contained in:
parent
a4d02ec173
commit
a5b710b52f
2 changed files with 21 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:40 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2005/05/23 22:21:46 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= XML-Twig-3.16
|
||||
DISTNAME= XML-Twig-3.17
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5xtw
|
||||
CATEGORIES= textproc perl5
|
||||
|
@ -16,6 +16,21 @@ DEPENDS+= p5-WeakRef>=0.01:../../devel/p5-WeakRef
|
|||
DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
|
||||
DEPENDS+= p5-File-Temp>=0.12:../../devel/p5-File-Temp
|
||||
|
||||
# These are only needed for the test target
|
||||
#DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
|
||||
#DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
|
||||
#DEPENDS+= p5-Text-Iconv-[0-9]*:../../converters/p5-Text-Iconv
|
||||
#DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
|
||||
#DEPENDS+= p5-Unicode-Map8-[0-9]*:../../converters/p5-Unicode-Map8
|
||||
#DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
|
||||
#DEPENDS+= p5-XML-Filter-BufferText-[0-9]*:../../textproc/p5-XML-Filter-BufferText
|
||||
#DEPENDS+= p5-XML-Handler-YAWriter-[0-9]*:../../textproc/p5-XML-Handler-YAWriter
|
||||
#DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer
|
||||
#DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
|
||||
#DEPENDS+= p5-XML-XPath-[0-9]*:../../textproc/p5-XML-XPath
|
||||
#DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
|
||||
#DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Twig/.packlist
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.5 2005/02/24 14:48:47 agc Exp $
|
||||
$NetBSD: distinfo,v 1.6 2005/05/23 22:21:46 seb Exp $
|
||||
|
||||
SHA1 (XML-Twig-3.16.tar.gz) = 2dab0ba8dd58aa210757af1fae93707e9cf656c4
|
||||
RMD160 (XML-Twig-3.16.tar.gz) = 737fe8f28d8872c56d62bfe0214b8cbf99b48f20
|
||||
Size (XML-Twig-3.16.tar.gz) = 258854 bytes
|
||||
SHA1 (XML-Twig-3.17.tar.gz) = c6b66a2280e2750b294b05db42dab0fb33dcd514
|
||||
RMD160 (XML-Twig-3.17.tar.gz) = 1ed82c8b2cedbf5d75dd74ca5a6c504ae5934876
|
||||
Size (XML-Twig-3.17.tar.gz) = 261287 bytes
|
||||
SHA1 (patch-aa) = 6abdbfdaf5c22020b34006cf13a097ad891ca782
|
||||
SHA1 (patch-ab) = 1f7703b0cb1218b01f5187d86c98c6266f66d8ef
|
||||
|
|
Loading…
Reference in a new issue