pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-SemanticDiff - updated to 0.97
details: https://anonhg.NetBSD.org/pkgsrc/rev/adbcf228900d
branches: trunk
changeset: 544741:adbcf228900d
user: rhaen <rhaen%pkgsrc.org@localhost>
date: Fri Jul 18 14:56:01 2008 +0000
description:
- updated to 0.97
- added dependency to textproc/p5-Encode
ChangeLog:
0.97 August 08 2007
- Added the README (Kwalitee)
- Specified the LICENSE (as "perl") explicitly in the Makefile.PL.
(Kwalitee)
- Added t/pod.t. (Kwalitee).
- fixed the POD in the process.
- Created a Build.PL script based on the Makefile.PL in order to
make sure the META.yml is according to the SPEC. (Kwalitee).
- Added the t/pod-coverage.t file and made sure the files have
full POD coverage. (Kwalitee)
- Made sure the second argument in compare can accept a processed
XML result, and refactored the code in the process. Added the
t/13to-doc-read.t test file.
- Converted the "PathFinder" package in lib/XML/SemanticDiff.pm
to "XML::SemanticDiff::PathFinder" to maintain namespace
purity.
- Converted the Pkg to use an object using Non-Expat-Options. Made the
global variables as class members using accessors.
0.96 July 03 2007
- Fixed the warning emitted with the namespaces being undefined.
(t/8nonexist_ns.t)
- fixes http://rt.cpan.org/Public/Bug/Display.html?id=1379
- Fixed the search algorithm so it will identify the location of the
XML tags properly. (t/09two-tags.t)
- Applied a modified version of:
http://rt.cpan.org/Ticket/Display.html?id=24715
- Fixes an exception when comparing XML with multi-byte
characters.
- Thanks to RMBARKER
- t/10wide-chars.t
- Applied a modified version of:
http://rt.cpan.org/Ticket/Display.html?id=18491
- Fixes a case where the same tags in different places with
identical contents, are not considered semantically identical.
- Thanks to CLOTHO for reporting it and suggesting a
fix.
- t/11tag-in-different-locations.t
- Added a regression test against bug:
http://rt.cpan.org/Ticket/Display.html?id=2322
- Seems to already have been fixed.
- t/12missing-element-has-o-as-cdata.t
diffstat:
textproc/p5-XML-SemanticDiff/Makefile | 6 +++---
textproc/p5-XML-SemanticDiff/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 02e41669bf20 -r adbcf228900d textproc/p5-XML-SemanticDiff/Makefile
--- a/textproc/p5-XML-SemanticDiff/Makefile Fri Jul 18 14:52:36 2008 +0000
+++ b/textproc/p5-XML-SemanticDiff/Makefile Fri Jul 18 14:56:01 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:51 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/07/18 14:56:01 rhaen Exp $
#
-DISTNAME= XML-SemanticDiff-0.95
+DISTNAME= XML-SemanticDiff-0.97
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
@@ -14,9 +14,9 @@
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+DEPENDS+= p5-Encode-[0-9]*:../../textproc/p5-Encode
PERL5_PACKLIST= auto/XML/SemanticDiff/.packlist
-USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 02e41669bf20 -r adbcf228900d textproc/p5-XML-SemanticDiff/distinfo
--- a/textproc/p5-XML-SemanticDiff/distinfo Fri Jul 18 14:52:36 2008 +0000
+++ b/textproc/p5-XML-SemanticDiff/distinfo Fri Jul 18 14:56:01 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/10/10 09:53:07 seb Exp $
+$NetBSD: distinfo,v 1.2 2008/07/18 14:56:01 rhaen Exp $
-SHA1 (XML-SemanticDiff-0.95.tar.gz) = ba0779511ab6af7c27273f9546bf21826113c01b
-RMD160 (XML-SemanticDiff-0.95.tar.gz) = 2b0a15617407a5f7c7930826becbb67ce8610112
-Size (XML-SemanticDiff-0.95.tar.gz) = 15566 bytes
+SHA1 (XML-SemanticDiff-0.97.tar.gz) = fef3563d39993e849ba2bb4621c7e994662e10f0
+RMD160 (XML-SemanticDiff-0.97.tar.gz) = bf3e67de2cddc06d1ac176921ffc22d90952575f
+Size (XML-SemanticDiff-0.97.tar.gz) = 20342 bytes
Home |
Main Index |
Thread Index |
Old Index