summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-19 12:43:04 +0000
committerrillig <rillig@pkgsrc.org>2005-11-19 12:43:04 +0000
commitdbc64cbe1f53dcf1d91a1e925fbfbdf3fabc5507 (patch)
tree3b57e693563da5713c004ca3900497b8878a56a8 /www
parent2d183f10985a9bfd5bd5f6785dce4e737742c2a4 (diff)
downloadpkgsrc-dbc64cbe1f53dcf1d91a1e925fbfbdf3fabc5507.tar.gz
Imported p5-HTML-Stream from pkgsrc-wip.
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).
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Stream/DESCR5
-rw-r--r--www/p5-HTML-Stream/Makefile15
-rw-r--r--www/p5-HTML-Stream/PLIST1
-rw-r--r--www/p5-HTML-Stream/distinfo5
4 files changed, 26 insertions, 0 deletions
diff --git a/www/p5-HTML-Stream/DESCR b/www/p5-HTML-Stream/DESCR
new file mode 100644
index 00000000000..3aeb8dc1f04
--- /dev/null
+++ b/www/p5-HTML-Stream/DESCR
@@ -0,0 +1,5 @@
+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/Makefile b/www/p5-HTML-Stream/Makefile
new file mode 100644
index 00000000000..bee31c2a266
--- /dev/null
+++ b/www/p5-HTML-Stream/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/19 12:43:04 rillig Exp $
+
+DISTNAME= HTML-Stream-1.55
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER= kuli0020@umn.edu
+HOMEPAGE= http://search.cpan.org/dist/HTML-Stream/
+COMMENT= Perl5 HTML output stream class, and some markup utilities
+
+PERL5_PACKLIST= auto/HTML/Stream/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-HTML-Stream/PLIST b/www/p5-HTML-Stream/PLIST
new file mode 100644
index 00000000000..556a235db55
--- /dev/null
+++ b/www/p5-HTML-Stream/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/19 12:43:04 rillig Exp $
diff --git a/www/p5-HTML-Stream/distinfo b/www/p5-HTML-Stream/distinfo
new file mode 100644
index 00000000000..5dc79fbc087
--- /dev/null
+++ b/www/p5-HTML-Stream/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/19 12:43:04 rillig Exp $
+
+SHA1 (HTML-Stream-1.55.tar.gz) = 246574bb4327c61acbf6170cfe7cbad13d769b09
+RMD160 (HTML-Stream-1.55.tar.gz) = 4c4945733eef3be39107edc700e9ffa7044f5723
+Size (HTML-Stream-1.55.tar.gz) = 60548 bytes