pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-StickyQuery Import p5-HTML-StickyQuery fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bb30186215c
branches:  trunk
changeset: 469125:4bb30186215c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Feb 20 04:29:10 2004 +0000

description:
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:

 www/p5-HTML-StickyQuery/DESCR    |   4 ++++
 www/p5-HTML-StickyQuery/Makefile |  23 +++++++++++++++++++++++
 www/p5-HTML-StickyQuery/PLIST    |   1 +
 www/p5-HTML-StickyQuery/distinfo |   4 ++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 6ab2e620258a -r 4bb30186215c www/p5-HTML-StickyQuery/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-StickyQuery/DESCR     Fri Feb 20 04:29:10 2004 +0000
@@ -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 -r 6ab2e620258a -r 4bb30186215c www/p5-HTML-StickyQuery/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-StickyQuery/Makefile  Fri Feb 20 04:29:10 2004 +0000
@@ -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@localhost
+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 -r 6ab2e620258a -r 4bb30186215c www/p5-HTML-StickyQuery/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-StickyQuery/PLIST     Fri Feb 20 04:29:10 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/20 04:29:10 minskim Exp $
diff -r 6ab2e620258a -r 4bb30186215c www/p5-HTML-StickyQuery/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-StickyQuery/distinfo  Fri Feb 20 04:29:10 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index