summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-03 23:30:45 +0000
committerwill <will@FreeBSD.org>2001-01-03 23:30:45 +0000
commit51fed0606e76b6c92a521a2bc42f8a432f20f168 (patch)
tree44e44e15306aeadf041e12279ee20265955d0eda /www
parentb137fe410cb282e255a6c43dca2a6ed9821fb956 (diff)
downloadFreeBSD-ports-51fed0606e76b6c92a521a2bc42f8a432f20f168.zip
FreeBSD-ports-51fed0606e76b6c92a521a2bc42f8a432f20f168.tar.gz
Add p5-HTML-Pager 0.03, perl module for handling CGI HTML paging of
arbitrary data.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-HTML-Pager/Makefile27
-rw-r--r--www/p5-HTML-Pager/distinfo1
-rw-r--r--www/p5-HTML-Pager/pkg-comment1
-rw-r--r--www/p5-HTML-Pager/pkg-descr6
-rw-r--r--www/p5-HTML-Pager/pkg-plist3
6 files changed, 39 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 91bb4bd..8e893b9 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -156,6 +156,7 @@
SUBDIR += p5-HTML-Embperl
SUBDIR += p5-HTML-Mason
SUBDIR += p5-HTML-Navigation
+ SUBDIR += p5-HTML-Pager
SUBDIR += p5-HTML-Parser
SUBDIR += p5-HTML-QuickCheck
SUBDIR += p5-HTML-Stream
diff --git a/www/p5-HTML-Pager/Makefile b/www/p5-HTML-Pager/Makefile
new file mode 100644
index 0000000..82ba6ba
--- /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 0000000..ed3d1f8
--- /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 0000000..18f9598
--- /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 0000000..995043a
--- /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 0000000..3bac259
--- /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
OpenPOWER on IntegriCloud