aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-08-29 05:33:03 +0800
committermiwi <miwi@FreeBSD.org>2007-08-29 05:33:03 +0800
commit28cd3bb6a55aeb0251167a67bd3bb8517046d589 (patch)
tree804a2e56d956b67bcd87eec0eda3de825c77ec92
parentd55ba3d2ebc6d2581ef8b92774cdb770ddf8ef61 (diff)
downloadfreebsd-ports-gnome-28cd3bb6a55aeb0251167a67bd3bb8517046d589.tar.gz
freebsd-ports-gnome-28cd3bb6a55aeb0251167a67bd3bb8517046d589.tar.zst
freebsd-ports-gnome-28cd3bb6a55aeb0251167a67bd3bb8517046d589.zip
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>
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-HTML-Selector-XPath/Makefile22
-rw-r--r--www/p5-HTML-Selector-XPath/distinfo3
-rw-r--r--www/p5-HTML-Selector-XPath/pkg-descr4
-rw-r--r--www/p5-HTML-Selector-XPath/pkg-plist7
5 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 3c2a3e6326b1..22d2f8a83280 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/p5-HTML-Selector-XPath/Makefile b/www/p5-HTML-Selector-XPath/Makefile
new file mode 100644
index 000000000000..a9b885a6c1cb
--- /dev/null
+++ b/www/p5-HTML-Selector-XPath/Makefile
@@ -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>
diff --git a/www/p5-HTML-Selector-XPath/distinfo b/www/p5-HTML-Selector-XPath/distinfo
new file mode 100644
index 000000000000..06c4d5f13408
--- /dev/null
+++ b/www/p5-HTML-Selector-XPath/distinfo
@@ -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
diff --git a/www/p5-HTML-Selector-XPath/pkg-descr b/www/p5-HTML-Selector-XPath/pkg-descr
new file mode 100644
index 000000000000..df7e91aebae7
--- /dev/null
+++ b/www/p5-HTML-Selector-XPath/pkg-descr
@@ -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/
diff --git a/www/p5-HTML-Selector-XPath/pkg-plist b/www/p5-HTML-Selector-XPath/pkg-plist
new file mode 100644
index 000000000000..2c7f6303d0bc
--- /dev/null
+++ b/www/p5-HTML-Selector-XPath/pkg-plist
@@ -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