diff options
author | mjl <mjl> | 2001-08-10 12:51:53 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-08-10 12:51:53 +0000 |
commit | d0882728f5ddd0a2e8e38d025d1206bb41dfe6e3 (patch) | |
tree | 7b1760730938ad16328802f86346f18b2d514ee1 /textproc/p5-XML-XQL | |
parent | e7ba0956129835277f12ad6b2f9b74b959534586 (diff) | |
download | pkgsrc-d0882728f5ddd0a2e8e38d025d1206bb41dfe6e3.tar.gz |
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.
Diffstat (limited to 'textproc/p5-XML-XQL')
-rw-r--r-- | textproc/p5-XML-XQL/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-XML-XQL/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-XML-XQL/pkg/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-XML-XQL/pkg/PLIST | 1 |
4 files changed, 30 insertions, 0 deletions
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 $ |