summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Stream
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:46:17 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:46:17 +0000
commit46e871f4ce9aabbf777480ae525fc3be314a33e9 (patch)
tree4e714c768d2f6ef016f525519f65f55d12663240 /www/p5-HTML-Stream
parenta simple and fast HTML syntax checking package for perl 4 and perl 5 (diff)
perl5 HTML output stream class, and some markup utilities.
Notes
Notes: svn path=/head/; revision=4125
Diffstat (limited to 'www/p5-HTML-Stream')
-rw-r--r--www/p5-HTML-Stream/Makefile33
-rw-r--r--www/p5-HTML-Stream/distinfo1
-rw-r--r--www/p5-HTML-Stream/pkg-comment1
-rw-r--r--www/p5-HTML-Stream/pkg-descr6
-rw-r--r--www/p5-HTML-Stream/pkg-plist3
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 000000000000..351cdbd6d288
--- /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 000000000000..f7dabfd14a75
--- /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 000000000000..6fbdb10571f5
--- /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 000000000000..462a2d62a4c8
--- /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 000000000000..4e3bca4b5e0e
--- /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