summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XPath
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-04-16 19:14:29 +0000
committerjtb <jtb@pkgsrc.org>2001-04-16 19:14:29 +0000
commitca6ef8815693b3158a4b500d04ed07e8f2d0a691 (patch)
treed91674ed8d05a211a67f75d27b62b337a90dfbd6 /textproc/p5-XML-XPath
parent5c53f94f78281f13ae96bc8daa8e5facb7f58aee (diff)
downloadpkgsrc-ca6ef8815693b3158a4b500d04ed07e8f2d0a691.tar.gz
Initial import of p5-XML-XPath.
A set of modules for parsing and evaluating XML-XPath statements. This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath. Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12639.
Diffstat (limited to 'textproc/p5-XML-XPath')
-rw-r--r--textproc/p5-XML-XPath/Makefile20
-rw-r--r--textproc/p5-XML-XPath/files/md53
-rw-r--r--textproc/p5-XML-XPath/pkg/DESCR3
-rw-r--r--textproc/p5-XML-XPath/pkg/PLIST1
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile
new file mode 100644
index 00000000000..2587c992865
--- /dev/null
+++ b/textproc/p5-XML-XPath/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 19:14:29 jtb Exp $
+
+DISTNAME= XML-RSS-0.97
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= packages@NetBSD.org
+HOMEPAGE= http://www.pobox.com/~eisen/
+COMMENT= XML-RSS helps to create and update RSS files
+
+DEPENDS+= p5-XML-Parser>=2.29:../p5-XML-Parser
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/RSS/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-XML-XPath/files/md5 b/textproc/p5-XML-XPath/files/md5
new file mode 100644
index 00000000000..bc135307a2f
--- /dev/null
+++ b/textproc/p5-XML-XPath/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/04/16 19:14:29 jtb Exp $
+
+SHA1 (XML-RSS-0.97.tar.gz) = 0dedafaff2009f88b36d4711e670405f2b531777
diff --git a/textproc/p5-XML-XPath/pkg/DESCR b/textproc/p5-XML-XPath/pkg/DESCR
new file mode 100644
index 00000000000..48d637b4c45
--- /dev/null
+++ b/textproc/p5-XML-XPath/pkg/DESCR
@@ -0,0 +1,3 @@
+XML-RSS is a perl5 module to create, update, and manipulate RDF Site
+Summary (RSS) files. It currently supports 0.9, 0.91, and 1.0
+versions of the RSS spec.
diff --git a/textproc/p5-XML-XPath/pkg/PLIST b/textproc/p5-XML-XPath/pkg/PLIST
new file mode 100644
index 00000000000..2e0396a5145
--- /dev/null
+++ b/textproc/p5-XML-XPath/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/16 19:14:29 jtb Exp $