From 56bab998dff15132462322e2d61835917ec23922 Mon Sep 17 00:00:00 2001 From: seb Date: Sun, 7 Feb 2010 06:04:23 +0000 Subject: Initial import of p5-HTML-Selector-XPath version 0.03 in the NetBSD Packages Collection. The Perl 5 module HTML::Selector::XPath is a utility function to compile CSS2 selector to the equivalent XPath expression. --- www/p5-HTML-Selector-XPath/DESCR | 2 ++ www/p5-HTML-Selector-XPath/Makefile | 20 ++++++++++++++++++++ www/p5-HTML-Selector-XPath/distinfo | 5 +++++ 3 files changed, 27 insertions(+) create mode 100644 www/p5-HTML-Selector-XPath/DESCR create mode 100644 www/p5-HTML-Selector-XPath/Makefile create mode 100644 www/p5-HTML-Selector-XPath/distinfo (limited to 'www') diff --git a/www/p5-HTML-Selector-XPath/DESCR b/www/p5-HTML-Selector-XPath/DESCR new file mode 100644 index 00000000000..d2280f8bbe5 --- /dev/null +++ b/www/p5-HTML-Selector-XPath/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module HTML::Selector::XPath is a utility function to +compile CSS2 selector to the equivalent XPath expression. diff --git a/www/p5-HTML-Selector-XPath/Makefile b/www/p5-HTML-Selector-XPath/Makefile new file mode 100644 index 00000000000..fc6aa909f82 --- /dev/null +++ b/www/p5-HTML-Selector-XPath/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/07 06:04:23 seb Exp $ + +DISTNAME= HTML-Selector-XPath-0.03 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTML-Selector-XPath/ +COMMENT= Perl 5 CSS Selector to XPath compiler +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/HTML/Selector/XPath/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Selector-XPath/distinfo b/www/p5-HTML-Selector-XPath/distinfo new file mode 100644 index 00000000000..14608523079 --- /dev/null +++ b/www/p5-HTML-Selector-XPath/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/07 06:04:23 seb Exp $ + +SHA1 (HTML-Selector-XPath-0.03.tar.gz) = 0921f8ae47eee2d0b5771170c0fed9b0486c3961 +RMD160 (HTML-Selector-XPath-0.03.tar.gz) = a166aa6ed85d56a6764b17b663d3a791976e89a0 +Size (HTML-Selector-XPath-0.03.tar.gz) = 35054 bytes -- cgit v1.2.3