pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Compile Import p5-XML-Compile-1.54 as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0867051710b3
branches:  trunk
changeset: 355147:0867051710b3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 23 09:17:14 2016 +0000

description:
Import p5-XML-Compile-1.54 as textproc/p5-XML-Compile.

Many (professional) applications process XML messages based on a
formal specification, expressed in XML Schemas. XML::Compile
translates between XML and Perl with the help of such schemas. Your
Perl program only handles a tree of nested HASHes and ARRAYs, and
does not need to understand namespaces and other general XML and
schema nastiness.

diffstat:

 textproc/p5-XML-Compile/DESCR    |   6 ++++++
 textproc/p5-XML-Compile/Makefile |  24 ++++++++++++++++++++++++
 textproc/p5-XML-Compile/distinfo |   6 ++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 5ec3f88f155c -r 0867051710b3 textproc/p5-XML-Compile/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Compile/DESCR     Wed Nov 23 09:17:14 2016 +0000
@@ -0,0 +1,6 @@
+Many (professional) applications process XML messages based on a
+formal specification, expressed in XML Schemas. XML::Compile
+translates between XML and Perl with the help of such schemas. Your
+Perl program only handles a tree of nested HASHes and ARRAYs, and
+does not need to understand namespaces and other general XML and
+schema nastiness.
diff -r 5ec3f88f155c -r 0867051710b3 textproc/p5-XML-Compile/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Compile/Makefile  Wed Nov 23 09:17:14 2016 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2016/11/23 09:17:14 wiz Exp $
+
+DISTNAME=      XML-Compile-1.54
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MARKOV/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/XML-Compile/
+COMMENT=       Perl module for compilation based XML processing
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
+DEPENDS+=      p5-Log-Report-[0-9]*:../../devel/p5-Log-Report
+DEPENDS+=      p5-Log-Report-Optional-[0-9]*:../../devel/p5-Log-Report-Optional
+DEPENDS+=      p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction
+# TEST_DEPENDS
+BUILD_DEPENDS+=        p5-XML-Compile-Tester-[0-9]*:../../textproc/p5-XML-Compile-Tester
+BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+
+PERL5_PACKLIST=        auto/XML/Compile/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5ec3f88f155c -r 0867051710b3 textproc/p5-XML-Compile/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Compile/distinfo  Wed Nov 23 09:17:14 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/11/23 09:17:14 wiz Exp $
+
+SHA1 (XML-Compile-1.54.tar.gz) = 06f4d8a016c83f025834779c1031f160b261097b
+RMD160 (XML-Compile-1.54.tar.gz) = 2677cfa0933b09a7c2a2a9ae3c54380b41168d8f
+SHA512 (XML-Compile-1.54.tar.gz) = 824318d0c941cd3e17f6c7396b815675f87fa03c5b17de6e2a71cfeefcffec8b2f050b1c6d63e013726a3d57cfc76c4ee29dbde14b91a6b1500341dd9c5e7310
+Size (XML-Compile-1.54.tar.gz) = 205002 bytes



Home | Main Index | Thread Index | Old Index