summaryrefslogtreecommitdiff
path: root/www/p5-HTML-StickyQuery
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-02-15 07:33:42 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-02-15 07:33:42 +0000
commit3a8c644cc8178d9a113eae682cfeae562600eaa2 (patch)
tree5ea4a4cf17be5d6b5e15e21903122445c0597d93 /www/p5-HTML-StickyQuery
parentInitial import of p5-Text-Repository 1.04 (diff)
Initial import of p5-HTML-StickyQuery 0.07
This module is sub class of the HTML::Parser and uses it to parse HTML document and add QUERY_STRING to href attributes. PR: 34256 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=54733
Diffstat (limited to 'www/p5-HTML-StickyQuery')
-rw-r--r--www/p5-HTML-StickyQuery/Makefile27
-rw-r--r--www/p5-HTML-StickyQuery/distinfo1
-rw-r--r--www/p5-HTML-StickyQuery/pkg-comment1
-rw-r--r--www/p5-HTML-StickyQuery/pkg-descr8
-rw-r--r--www/p5-HTML-StickyQuery/pkg-plist5
5 files changed, 42 insertions, 0 deletions
diff --git a/www/p5-HTML-StickyQuery/Makefile b/www/p5-HTML-StickyQuery/Makefile
new file mode 100644
index 000000000000..fbf6e65618b0
--- /dev/null
+++ b/www/p5-HTML-StickyQuery/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: HTML::StickyQuery
+# Date created: 24 Jan 2002
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-StickyQuery
+PORTVERSION= 0.07
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
+ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+PERL_CONFIGURE= yes
+
+MAN3= HTML::StickyQuery.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/www/p5-HTML-StickyQuery/distinfo b/www/p5-HTML-StickyQuery/distinfo
new file mode 100644
index 000000000000..33a55878bd7c
--- /dev/null
+++ b/www/p5-HTML-StickyQuery/distinfo
@@ -0,0 +1 @@
+MD5 (HTML-StickyQuery-0.07.tar.gz) = ba33e5fa4b567814af526fc94d9ebbdf
diff --git a/www/p5-HTML-StickyQuery/pkg-comment b/www/p5-HTML-StickyQuery/pkg-comment
new file mode 100644
index 000000000000..cd4035e8a3da
--- /dev/null
+++ b/www/p5-HTML-StickyQuery/pkg-comment
@@ -0,0 +1 @@
+Add sticky QUERY_STRING to a tag href attributes
diff --git a/www/p5-HTML-StickyQuery/pkg-descr b/www/p5-HTML-StickyQuery/pkg-descr
new file mode 100644
index 000000000000..a3067550eda7
--- /dev/null
+++ b/www/p5-HTML-StickyQuery/pkg-descr
@@ -0,0 +1,8 @@
+This module is sub class of the HTML::Parser and uses it to
+parse HTML document and add QUERY_STRING to href attributes.
+
+You can assign Session ID or any form data without using cookie.
+
+WWW: http://search.cpan.org/search?dist=HTML-StickyQuery
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/www/p5-HTML-StickyQuery/pkg-plist b/www/p5-HTML-StickyQuery/pkg-plist
new file mode 100644
index 000000000000..2f2a42ebc1c4
--- /dev/null
+++ b/www/p5-HTML-StickyQuery/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/StickyQuery/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/HTML/StickyQuery.pm
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/StickyQuery 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true