From 78e3222dc0be967662405259ea5c5ed3436c5ce5 Mon Sep 17 00:00:00 2001 From: mjl Date: Fri, 10 Aug 2001 12:51:53 +0000 Subject: Initial import of p5-XML-XQL-0.66 This is a Perl extension that allows you to perform XQL queries on XML object trees. Currently only the XML::DOM module is supported, but other implementations, like XML::Grove, may soon follow. --- textproc/p5-XML-XQL/Makefile | 22 ++++++++++++++++++++++ textproc/p5-XML-XQL/distinfo | 4 ++++ textproc/p5-XML-XQL/pkg/DESCR | 3 +++ textproc/p5-XML-XQL/pkg/PLIST | 1 + 4 files changed, 30 insertions(+) create mode 100644 textproc/p5-XML-XQL/Makefile create mode 100644 textproc/p5-XML-XQL/distinfo create mode 100644 textproc/p5-XML-XQL/pkg/DESCR create mode 100644 textproc/p5-XML-XQL/pkg/PLIST (limited to 'textproc/p5-XML-XQL') diff --git a/textproc/p5-XML-XQL/Makefile b/textproc/p5-XML-XQL/Makefile new file mode 100644 index 00000000000..173ab0e66d7 --- /dev/null +++ b/textproc/p5-XML-XQL/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/10 12:51:53 mjl Exp $ +# + +DISTNAME= XML-XQL-0.66 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module to perform XQL queries on XML object trees + +DEPENDS+= p5-XML-DOM-*:../p5-XML-DOM +DEPENDS+= p5-XML-Parser-2.*:../p5-XML-Parser +DEPENDS+= p5-Date-Manip-*:../../devel/p5-Date-Manip + +USE_PERL5= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/XQL/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-XQL/distinfo b/textproc/p5-XML-XQL/distinfo new file mode 100644 index 00000000000..aa502906a26 --- /dev/null +++ b/textproc/p5-XML-XQL/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/08/10 12:51:53 mjl Exp $ + +SHA1 (XML-XQL-0.66.tar.gz) = a29b0e1ea949f05da23c78c49d1fd74e5fe7ee01 +Size (XML-XQL-0.66.tar.gz) = 124602 bytes diff --git a/textproc/p5-XML-XQL/pkg/DESCR b/textproc/p5-XML-XQL/pkg/DESCR new file mode 100644 index 00000000000..346e292cec5 --- /dev/null +++ b/textproc/p5-XML-XQL/pkg/DESCR @@ -0,0 +1,3 @@ +This is a Perl extension that allows you to perform XQL queries on XML +object trees. Currently only the XML::DOM module is supported, but +other implementations, like XML::Grove, may soon follow. diff --git a/textproc/p5-XML-XQL/pkg/PLIST b/textproc/p5-XML-XQL/pkg/PLIST new file mode 100644 index 00000000000..39b1b86d508 --- /dev/null +++ b/textproc/p5-XML-XQL/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/10 12:51:53 mjl Exp $ -- cgit v1.2.3