pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-Stream Imported p5-HTML-Stream from pkgsrc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e89949e25e1b
branches:  trunk
changeset: 503372:e89949e25e1b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 19 12:43:04 2005 +0000

description:
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:

 www/p5-HTML-Stream/DESCR    |   5 +++++
 www/p5-HTML-Stream/Makefile |  15 +++++++++++++++
 www/p5-HTML-Stream/PLIST    |   1 +
 www/p5-HTML-Stream/distinfo |   5 +++++
 4 files changed, 26 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r ffb774612204 -r e89949e25e1b www/p5-HTML-Stream/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Stream/DESCR  Sat Nov 19 12:43:04 2005 +0000
@@ -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 -r ffb774612204 -r e89949e25e1b www/p5-HTML-Stream/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Stream/Makefile       Sat Nov 19 12:43:04 2005 +0000
@@ -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@localhost
+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 -r ffb774612204 -r e89949e25e1b www/p5-HTML-Stream/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Stream/PLIST  Sat Nov 19 12:43:04 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/19 12:43:04 rillig Exp $
diff -r ffb774612204 -r e89949e25e1b www/p5-HTML-Stream/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Stream/distinfo       Sat Nov 19 12:43:04 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index