summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-20 04:29:10 +0000
committerminskim <minskim@pkgsrc.org>2004-02-20 04:29:10 +0000
commit95bb18ae80c83869c2fe7aee21110f1946fabda4 (patch)
tree1dea4833c956b8be2feba8ec3753e2743a6231c6
parent7aecc9b18a17fb8296871bf2beffe477e5e07d78 (diff)
downloadpkgsrc-95bb18ae80c83869c2fe7aee21110f1946fabda4.tar.gz
Import p5-HTML-StickyQuery from pkgsrc-wip. Packaged by Hiramatsu
Yoshifumi and slightly modified by me. HTML::StickyQuery is a 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.
-rw-r--r--www/p5-HTML-StickyQuery/DESCR4
-rw-r--r--www/p5-HTML-StickyQuery/Makefile23
-rw-r--r--www/p5-HTML-StickyQuery/PLIST1
-rw-r--r--www/p5-HTML-StickyQuery/distinfo4
4 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-HTML-StickyQuery/DESCR b/www/p5-HTML-StickyQuery/DESCR
new file mode 100644
index 00000000000..e7d320a877c
--- /dev/null
+++ b/www/p5-HTML-StickyQuery/DESCR
@@ -0,0 +1,4 @@
+HTML::StickyQuery is a 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.
diff --git a/www/p5-HTML-StickyQuery/Makefile b/www/p5-HTML-StickyQuery/Makefile
new file mode 100644
index 00000000000..44f60a491e4
--- /dev/null
+++ b/www/p5-HTML-StickyQuery/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/20 04:29:10 minskim Exp $
+#
+
+DISTNAME= HTML-StickyQuery-0.12
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5sqy
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER= hiramatu@boreas.dti.ne.jp
+HOMEPAGE= http://search.cpan.org/search?dist=HTML-StickyQuery
+COMMENT= Add sticky QUERY_STRING to a tag href attributes
+
+DEPENDS+= p5-HTML-Parser>=3.34:../../www/p5-HTML-Parser
+DEPENDS+= p5-URI>=1.27:../../www/p5-URI
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/StickyQuery/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-HTML-StickyQuery/PLIST b/www/p5-HTML-StickyQuery/PLIST
new file mode 100644
index 00000000000..baf43123ffb
--- /dev/null
+++ b/www/p5-HTML-StickyQuery/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/20 04:29:10 minskim Exp $
diff --git a/www/p5-HTML-StickyQuery/distinfo b/www/p5-HTML-StickyQuery/distinfo
new file mode 100644
index 00000000000..df98d9bb8c6
--- /dev/null
+++ b/www/p5-HTML-StickyQuery/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/20 04:29:10 minskim Exp $
+
+SHA1 (HTML-StickyQuery-0.12.tar.gz) = 0f239ff9e343538fa634fc28121212b01cffc3b5
+Size (HTML-StickyQuery-0.12.tar.gz) = 6248 bytes