1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

HTML::Selector::XPath is a utility function to compile CSS2

selector to the equivalent XPath expression.

WWW: http://search.cpan.org/dist/HTML-Selector-XPath/

PR:		ports/115899
Submitted by:	Shinsuke Matsui <smatsui at karashi.org>
This commit is contained in:
Martin Wilke 2007-08-28 21:33:03 +00:00
parent 39ab6bc0f5
commit ac63c9ad27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198464
5 changed files with 37 additions and 0 deletions

View File

@ -718,6 +718,7 @@
SUBDIR += p5-HTML-ResolveLink
SUBDIR += p5-HTML-Scrubber
SUBDIR += p5-HTML-Seamstress
SUBDIR += p5-HTML-Selector-XPath
SUBDIR += p5-HTML-SimpleLinkExtor
SUBDIR += p5-HTML-SimpleParse
SUBDIR += p5-HTML-StickyQuery

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: www/p5-HTML-Selector-XPath
# Date created: 28 Aug 2007
# Whom: Shinsuke Matsui <smatsui@karashi.org>
#
# $FreeBSD$
#
PORTNAME= HTML-Selector-XPath
PORTVERSION= 0.02
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= smatsui@karashi.org
COMMENT= HTML::Selector::XPath - CSS Selector to XPath compiler
PERL_CONFIGURE= yes
MAN3= HTML::Selector::XPath.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (HTML-Selector-XPath-0.02.tar.gz) = 218bb8374e557ab36a3b05afda00986f
SHA256 (HTML-Selector-XPath-0.02.tar.gz) = d44eaf7ed1da6e622202c080aadc375231589949c8c1ef18010ec7d9f7292497
SIZE (HTML-Selector-XPath-0.02.tar.gz) = 34653

View File

@ -0,0 +1,4 @@
HTML::Selector::XPath is a utility function to compile CSS2
selector to the equivalent XPath expression.
WWW: http://search.cpan.org/dist/HTML-Selector-XPath/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/HTML/Selector/XPath.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Selector/XPath/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Selector/XPath
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Selector
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
@dirrmtry %%SITE_PERL%%/HTML/Selector
@dirrmtry %%SITE_PERL%%/HTML