diff options
author | seb <seb@pkgsrc.org> | 2006-10-10 09:53:07 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-10-10 09:53:07 +0000 |
commit | 636bca719fb0d7b98d047611e771b43c52e45b6f (patch) | |
tree | 4507d9a43558d2c5fbb09c4b05511a8b4f50deb6 /textproc/p5-XML-SemanticDiff | |
parent | ce9fd48e81e2765b7de1ba7aaa80b0b857232db7 (diff) | |
download | pkgsrc-636bca719fb0d7b98d047611e771b43c52e45b6f.tar.gz |
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 (limited to 'textproc/p5-XML-SemanticDiff')
-rw-r--r-- | textproc/p5-XML-SemanticDiff/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-XML-SemanticDiff/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-XML-SemanticDiff/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-SemanticDiff/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-XML-SemanticDiff/DESCR b/textproc/p5-XML-SemanticDiff/DESCR new file mode 100644 index 00000000000..6138062d33d --- /dev/null +++ b/textproc/p5-XML-SemanticDiff/DESCR @@ -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 --git a/textproc/p5-XML-SemanticDiff/Makefile b/textproc/p5-XML-SemanticDiff/Makefile new file mode 100644 index 00000000000..b578ca26079 --- /dev/null +++ b/textproc/p5-XML-SemanticDiff/Makefile @@ -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 +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 --git a/textproc/p5-XML-SemanticDiff/PLIST b/textproc/p5-XML-SemanticDiff/PLIST new file mode 100644 index 00000000000..488568dff77 --- /dev/null +++ b/textproc/p5-XML-SemanticDiff/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/10 09:53:07 seb Exp $ diff --git a/textproc/p5-XML-SemanticDiff/distinfo b/textproc/p5-XML-SemanticDiff/distinfo new file mode 100644 index 00000000000..fc53ad9b3ce --- /dev/null +++ b/textproc/p5-XML-SemanticDiff/distinfo @@ -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 |