diff options
author | jtb <jtb> | 2001-04-17 01:01:35 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-17 01:01:35 +0000 |
commit | a81647e6231668a8aa31bf6b9d4f11813aa72535 (patch) | |
tree | 6355f60b74ca8512a7cc6b2b1d66d9f7e927dbe6 | |
parent | d04da09f192633572613574f7378a571ae45204f (diff) | |
download | pkgsrc-a81647e6231668a8aa31bf6b9d4f11813aa72535.tar.gz |
Seems to have got mixed up with p5-XML-RSS. I'm not sure what happened.
-rw-r--r-- | textproc/p5-XML-XPath/Makefile | 14 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/files/md5 | 4 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/pkg/DESCR | 8 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/pkg/PLIST | 2 |
4 files changed, 14 insertions, 14 deletions
diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index 9fadbeabab0..58bc07115ea 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -1,20 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2001/04/16 21:57:08 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/17 01:01:35 jtb Exp $ -DISTNAME= XML-RSS-0.97 +DISTNAME= XML-XPath-1.08 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:../../textproc/p5-XML-Parser +HOMEPAGE= http://sergeant.org +COMMENT= XML XPath software USE_PERL5= # defined -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/RSS/.packlist +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/XPath/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + @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 index bc135307a2f..c54e1c0686c 100644 --- a/textproc/p5-XML-XPath/files/md5 +++ b/textproc/p5-XML-XPath/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2001/04/16 19:14:29 jtb Exp $ +$NetBSD: md5,v 1.2 2001/04/17 01:01:36 jtb Exp $ -SHA1 (XML-RSS-0.97.tar.gz) = 0dedafaff2009f88b36d4711e670405f2b531777 +SHA1 (XML-XPath-1.08.tar.gz) = 19714ae5c0b9844507c6f750508c34079761cfe6 diff --git a/textproc/p5-XML-XPath/pkg/DESCR b/textproc/p5-XML-XPath/pkg/DESCR index 48d637b4c45..a92dec77b6d 100644 --- a/textproc/p5-XML-XPath/pkg/DESCR +++ b/textproc/p5-XML-XPath/pkg/DESCR @@ -1,3 +1,5 @@ -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. +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. diff --git a/textproc/p5-XML-XPath/pkg/PLIST b/textproc/p5-XML-XPath/pkg/PLIST index 2e0396a5145..8f9635417b7 100644 --- a/textproc/p5-XML-XPath/pkg/PLIST +++ b/textproc/p5-XML-XPath/pkg/PLIST @@ -1 +1 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/16 19:14:29 jtb Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/04/17 01:01:36 jtb Exp $ |