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>
This commit is contained in:
Kevin Lo 2002-02-15 07:33:42 +00:00
parent 2d0d6c3c3c
commit 3a8c644cc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54733
6 changed files with 43 additions and 0 deletions

View file

@ -265,6 +265,7 @@
SUBDIR += p5-HTML-Parser
SUBDIR += p5-HTML-QuickCheck
SUBDIR += p5-HTML-SimpleParse
SUBDIR += p5-HTML-StickyQuery
SUBDIR += p5-HTML-Stream
SUBDIR += p5-HTML-Summary
SUBDIR += p5-HTML-Table

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (HTML-StickyQuery-0.07.tar.gz) = ba33e5fa4b567814af526fc94d9ebbdf

View file

@ -0,0 +1 @@
Add sticky QUERY_STRING to a tag href attributes

View file

@ -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>

View file

@ -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