diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 08:46:17 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 08:46:17 +0000 |
commit | 9115a36696434155567a9d07847584965ce3766e (patch) | |
tree | 05e97858a5a5043f6e9c82e60a557b689cbe55f5 /www | |
parent | fe9428178ee00b9d883f7fd73f112496f4ea138f (diff) | |
download | FreeBSD-ports-9115a36696434155567a9d07847584965ce3766e.zip FreeBSD-ports-9115a36696434155567a9d07847584965ce3766e.tar.gz |
perl5 HTML output stream class, and some markup utilities.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Stream/Makefile | 33 | ||||
-rw-r--r-- | www/p5-HTML-Stream/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTML-Stream/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-HTML-Stream/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-HTML-Stream/pkg-plist | 3 |
5 files changed, 44 insertions, 0 deletions
diff --git a/www/p5-HTML-Stream/Makefile b/www/p5-HTML-Stream/Makefile new file mode 100644 index 0000000..351cdbd --- /dev/null +++ b/www/p5-HTML-Stream/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-HTML-Stream +# Version required: 1.24 +# Date created: October 20th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= HTML-Stream-1.24 +PKGNAME= p5-HTML-Stream-1.24 +CATEGORIES+= www +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/HTML/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/HTML/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/HTML/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/HTML/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/HTML/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/HTML/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +post-install: +.if !defined(NOMANCOMPRESS) + @ for file in HTML::Stream; do \ + gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ + done +.endif + +.include <bsd.port.mk> diff --git a/www/p5-HTML-Stream/distinfo b/www/p5-HTML-Stream/distinfo new file mode 100644 index 0000000..f7dabfd --- /dev/null +++ b/www/p5-HTML-Stream/distinfo @@ -0,0 +1 @@ +MD5 (HTML-Stream-1.24.tar.gz) = 5508172d2b725d38d5730978b789edb3 diff --git a/www/p5-HTML-Stream/pkg-comment b/www/p5-HTML-Stream/pkg-comment new file mode 100644 index 0000000..6fbdb10 --- /dev/null +++ b/www/p5-HTML-Stream/pkg-comment @@ -0,0 +1 @@ +perl5 HTML output stream class, and some markup utilities. diff --git a/www/p5-HTML-Stream/pkg-descr b/www/p5-HTML-Stream/pkg-descr new file mode 100644 index 0000000..462a2d6 --- /dev/null +++ b/www/p5-HTML-Stream/pkg-descr @@ -0,0 +1,6 @@ + This module provides you with an object-oriented (and + subclassable) way of outputting HTML. Basically, you open + up an "HTML stream" on an existing filehandle, and then do + all of your output to the HTML stream (you can intermix + HTML-stream-output and ordinary-print-output, if you + like). diff --git a/www/p5-HTML-Stream/pkg-plist b/www/p5-HTML-Stream/pkg-plist new file mode 100644 index 0000000..4e3bca4 --- /dev/null +++ b/www/p5-HTML-Stream/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/man/man3/HTML::Stream.3.gz +lib/perl5/site_perl/HTML/Stream.pm +lib/perl5/site_perl/i386-freebsd/auto/HTML/.packlist |