diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-11-04 18:52:56 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-11-04 18:52:56 +0000 |
commit | bbf340c0a84c3329fb89b30f939c918f7a2c4621 (patch) | |
tree | 11049d3477ef47045b07d175b1b7461cc657de77 /textproc | |
parent | f386f8c2cf13978e379717104574a05d09e3f5b5 (diff) | |
download | ports-bbf340c0a84c3329fb89b30f939c918f7a2c4621.tar.gz ports-bbf340c0a84c3329fb89b30f939c918f7a2c4621.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-SemanticDiff/Makefile | 27 | ||||
-rw-r--r-- | textproc/p5-XML-SemanticDiff/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-SemanticDiff/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-XML-SemanticDiff/pkg-plist | 8 |
5 files changed, 44 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3fa2fa0fe905..d05ebf51172c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -517,6 +517,7 @@ SUBDIR += p5-XML-STX SUBDIR += p5-XML-Sablotron SUBDIR += p5-XML-Schematron + SUBDIR += p5-XML-SemanticDiff SUBDIR += p5-XML-Simple SUBDIR += p5-XML-SimpleObject SUBDIR += p5-XML-SimpleObject-LibXML diff --git a/textproc/p5-XML-SemanticDiff/Makefile b/textproc/p5-XML-SemanticDiff/Makefile new file mode 100644 index 000000000000..1a1eeb58e5d3 --- /dev/null +++ b/textproc/p5-XML-SemanticDiff/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: textproc/p5-XML-SemanticDiff +# Date created: 04 November 2005 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= XML-SemanticDiff +PORTVERSION= 0.95 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Perl extension for comparing XML documents + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= XML::SemanticDiff.3 \ + XML::SemanticDiff::BasicHandler.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-SemanticDiff/distinfo b/textproc/p5-XML-SemanticDiff/distinfo new file mode 100644 index 000000000000..63770d0d3f57 --- /dev/null +++ b/textproc/p5-XML-SemanticDiff/distinfo @@ -0,0 +1,2 @@ +MD5 (XML-SemanticDiff-0.95.tar.gz) = 48d549f37240db33e0308fed87af207b +SIZE (XML-SemanticDiff-0.95.tar.gz) = 15566 diff --git a/textproc/p5-XML-SemanticDiff/pkg-descr b/textproc/p5-XML-SemanticDiff/pkg-descr new file mode 100644 index 000000000000..4e075adcce2b --- /dev/null +++ b/textproc/p5-XML-SemanticDiff/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://search.cpan.org/dist/XML-SemanticDiff diff --git a/textproc/p5-XML-SemanticDiff/pkg-plist b/textproc/p5-XML-SemanticDiff/pkg-plist new file mode 100644 index 000000000000..e751bff9d526 --- /dev/null +++ b/textproc/p5-XML-SemanticDiff/pkg-plist @@ -0,0 +1,8 @@ +bin/xmlsemdiff +%%SITE_PERL%%/XML/SemanticDiff.pm +%%SITE_PERL%%/XML/SemanticDiff/BasicHandler.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SemanticDiff/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SemanticDiff +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +@dirrm %%SITE_PERL%%/XML/SemanticDiff +@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true |