SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
COMMENT= HTML output stream class
MODULES= cpan
PKG_ARCH= *
DISTNAME= HTML-Stream-1.60
REVISION= 2
CATEGORIES= www devel
# perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (HTML-Stream-1.60.tar.gz) = kQkGFKH2nPw6JsH8uLYYDnaXBGJf77STxVltkRaaeUQ=
SIZE (HTML-Stream-1.60.tar.gz) = 63719

View file

@ -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).

View file

@ -0,0 +1,3 @@
${P5SITE}/HTML/
${P5SITE}/HTML/Stream.pm
@man man/man3p/HTML::Stream.3p