diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-20 04:29:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-20 04:29:10 +0000 |
commit | 976f7fa918c92e9876ca78be02a32980fe5c3984 (patch) | |
tree | 1dea4833c956b8be2feba8ec3753e2743a6231c6 /www/p5-HTML-StickyQuery | |
parent | ed82b60a7942da17a16d86d2175b6a7026451f34 (diff) | |
download | pkgsrc-976f7fa918c92e9876ca78be02a32980fe5c3984.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.
Diffstat (limited to 'www/p5-HTML-StickyQuery')
-rw-r--r-- | www/p5-HTML-StickyQuery/DESCR | 4 | ||||
-rw-r--r-- | www/p5-HTML-StickyQuery/Makefile | 23 | ||||
-rw-r--r-- | www/p5-HTML-StickyQuery/PLIST | 1 | ||||
-rw-r--r-- | www/p5-HTML-StickyQuery/distinfo | 4 |
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 |