diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:30:45 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:30:45 +0000 |
commit | 423368ab19920859c1fe9dfa76c4cdffb6690eab (patch) | |
tree | 32ac909af63f4a255baedd7712224e518042697e /www/p5-HTML-Pager | |
parent | 6ac1fcb2a40df558d1219f96364f26aee1233b69 (diff) |
Add p5-HTML-Pager 0.03, perl module for handling CGI HTML paging of
arbitrary data.
Notes
Notes:
svn path=/head/; revision=36706
Diffstat (limited to 'www/p5-HTML-Pager')
-rw-r--r-- | www/p5-HTML-Pager/Makefile | 27 | ||||
-rw-r--r-- | www/p5-HTML-Pager/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTML-Pager/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-HTML-Pager/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-HTML-Pager/pkg-plist | 3 |
5 files changed, 38 insertions, 0 deletions
diff --git a/www/p5-HTML-Pager/Makefile b/www/p5-HTML-Pager/Makefile new file mode 100644 index 000000000000..82ba6ba7868f --- /dev/null +++ b/www/p5-HTML-Pager/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: HTML-Pager +# Date created: Mon Jan 1 11:59:43 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= HTML-Pager +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= HTML::Pager.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTML-Pager/distinfo b/www/p5-HTML-Pager/distinfo new file mode 100644 index 000000000000..ed3d1f87c526 --- /dev/null +++ b/www/p5-HTML-Pager/distinfo @@ -0,0 +1 @@ +MD5 (HTML-Pager-0.03.tar.gz) = 110403a039d33db4a69ece74484b5eed diff --git a/www/p5-HTML-Pager/pkg-comment b/www/p5-HTML-Pager/pkg-comment new file mode 100644 index 000000000000..18f95980900d --- /dev/null +++ b/www/p5-HTML-Pager/pkg-comment @@ -0,0 +1 @@ +Perl module for handling CGI HTML paging of arbitrary data diff --git a/www/p5-HTML-Pager/pkg-descr b/www/p5-HTML-Pager/pkg-descr new file mode 100644 index 000000000000..995043ad704f --- /dev/null +++ b/www/p5-HTML-Pager/pkg-descr @@ -0,0 +1,6 @@ +HTML::Pager is a perl module designed to handle CGI HTML paging of +arbitrary data. It provides an interface to pages of data similar +to many well-known sites like Altavista or Google. It uses the +module HTML::Template to do all the HTML generation. + +--will diff --git a/www/p5-HTML-Pager/pkg-plist b/www/p5-HTML-Pager/pkg-plist new file mode 100644 index 000000000000..3bac259f1145 --- /dev/null +++ b/www/p5-HTML-Pager/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/HTML/Pager.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Pager/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Pager |