summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2008-07-18 14:56:01 +0000
committerrhaen <rhaen@pkgsrc.org>2008-07-18 14:56:01 +0000
commit7fc4af8abb5f007fedb86d83a494161989ee246e (patch)
treef60321d3e54e282455911d2a4846861472f41f06 /textproc
parent31281957710142b9f5a76b1d9a338a65d5b39d2a (diff)
downloadpkgsrc-7fc4af8abb5f007fedb86d83a494161989ee246e.tar.gz
- 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 (limited to 'textproc')
-rw-r--r--textproc/p5-XML-SemanticDiff/Makefile6
-rw-r--r--textproc/p5-XML-SemanticDiff/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-XML-SemanticDiff/Makefile b/textproc/p5-XML-SemanticDiff/Makefile
index e73e3581318..305700b9b25 100644
--- a/textproc/p5-XML-SemanticDiff/Makefile
+++ b/textproc/p5-XML-SemanticDiff/Makefile
@@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir
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 --git a/textproc/p5-XML-SemanticDiff/distinfo b/textproc/p5-XML-SemanticDiff/distinfo
index fc53ad9b3ce..f6d557b16ab 100644
--- a/textproc/p5-XML-SemanticDiff/distinfo
+++ b/textproc/p5-XML-SemanticDiff/distinfo
@@ -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