summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XQL
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2001-08-10 12:51:53 +0000
committermjl <mjl@pkgsrc.org>2001-08-10 12:51:53 +0000
commit78e3222dc0be967662405259ea5c5ed3436c5ce5 (patch)
tree7b1760730938ad16328802f86346f18b2d514ee1 /textproc/p5-XML-XQL
parent918a493b42a60b67d1614efe89d617baeb5ea483 (diff)
downloadpkgsrc-78e3222dc0be967662405259ea5c5ed3436c5ce5.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/Makefile22
-rw-r--r--textproc/p5-XML-XQL/distinfo4
-rw-r--r--textproc/p5-XML-XQL/pkg/DESCR3
-rw-r--r--textproc/p5-XML-XQL/pkg/PLIST1
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 $