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 Initial addition of p5-XM...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d483788bfab
branches:  trunk
changeset: 519805:8d483788bfab
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Oct 10 09:53:07 2006 +0000

description:
Initial addition of p5-XML-SemanticDiff version 0.95 into the NetBSD
Packages Collection.

The perl5 module XML::SematicDiff provides a way to compare the
contents and structure of two XML documents. By default, it returns
a list of hashrefs where each hashref describes a single difference
between the two docs.

diffstat:

 textproc/p5-XML-SemanticDiff/DESCR    |   4 ++++
 textproc/p5-XML-SemanticDiff/Makefile |  20 ++++++++++++++++++++
 textproc/p5-XML-SemanticDiff/PLIST    |   1 +
 textproc/p5-XML-SemanticDiff/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r b9a52e4a601e -r 8d483788bfab textproc/p5-XML-SemanticDiff/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-SemanticDiff/DESCR        Tue Oct 10 09:53:07 2006 +0000
@@ -0,0 +1,4 @@
+The perl5 module XML::SematicDiff provides a way to compare the
+contents and structure of two XML documents. By default, it returns
+a list of hashrefs where each hashref describes a single difference
+between the two docs.
diff -r b9a52e4a601e -r 8d483788bfab textproc/p5-XML-SemanticDiff/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-SemanticDiff/Makefile     Tue Oct 10 09:53:07 2006 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/10 09:53:07 seb Exp $
+#
+
+DISTNAME=      XML-SemanticDiff-0.95
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/XML-SemanticDiff/
+COMMENT=       Perl extension for comparing XML documents
+
+DEPENDS+=      p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+=      p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+
+PERL5_PACKLIST=        auto/XML/SemanticDiff/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b9a52e4a601e -r 8d483788bfab textproc/p5-XML-SemanticDiff/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-SemanticDiff/PLIST        Tue Oct 10 09:53:07 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/10 09:53:07 seb Exp $
diff -r b9a52e4a601e -r 8d483788bfab textproc/p5-XML-SemanticDiff/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-SemanticDiff/distinfo     Tue Oct 10 09:53:07 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/10/10 09:53:07 seb 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



Home | Main Index | Thread Index | Old Index