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:
parent
39ab6bc0f5
commit
ac63c9ad27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198464
@ -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
|
||||
|
22
www/p5-HTML-Selector-XPath/Makefile
Normal file
22
www/p5-HTML-Selector-XPath/Makefile
Normal 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>
|
3
www/p5-HTML-Selector-XPath/distinfo
Normal file
3
www/p5-HTML-Selector-XPath/distinfo
Normal 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
|
4
www/p5-HTML-Selector-XPath/pkg-descr
Normal file
4
www/p5-HTML-Selector-XPath/pkg-descr
Normal 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/
|
7
www/p5-HTML-Selector-XPath/pkg-plist
Normal file
7
www/p5-HTML-Selector-XPath/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user