From 25444e436d013ac1231d1abe89e3a291d17f3d09 Mon Sep 17 00:00:00 2001 From: kevlo Date: Fri, 15 Feb 2002 07:33:42 +0000 Subject: 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 --- www/p5-HTML-StickyQuery/Makefile | 27 +++++++++++++++++++++++++++ www/p5-HTML-StickyQuery/distinfo | 1 + www/p5-HTML-StickyQuery/pkg-comment | 1 + www/p5-HTML-StickyQuery/pkg-descr | 8 ++++++++ www/p5-HTML-StickyQuery/pkg-plist | 5 +++++ 5 files changed, 42 insertions(+) create mode 100644 www/p5-HTML-StickyQuery/Makefile create mode 100644 www/p5-HTML-StickyQuery/distinfo create mode 100644 www/p5-HTML-StickyQuery/pkg-comment create mode 100644 www/p5-HTML-StickyQuery/pkg-descr create mode 100644 www/p5-HTML-StickyQuery/pkg-plist (limited to 'www/p5-HTML-StickyQuery') diff --git a/www/p5-HTML-StickyQuery/Makefile b/www/p5-HTML-StickyQuery/Makefile new file mode 100644 index 00000000000..fbf6e65618b --- /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 +# +# $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 diff --git a/www/p5-HTML-StickyQuery/distinfo b/www/p5-HTML-StickyQuery/distinfo new file mode 100644 index 00000000000..33a55878bd7 --- /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 00000000000..cd4035e8a3d --- /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 00000000000..a3067550eda --- /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 diff --git a/www/p5-HTML-StickyQuery/pkg-plist b/www/p5-HTML-StickyQuery/pkg-plist new file mode 100644 index 00000000000..2f2a42ebc1c --- /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 -- cgit