SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/p5-HTML-Stream/Makefile
Normal file
12
www/p5-HTML-Stream/Makefile
Normal 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>
|
2
www/p5-HTML-Stream/distinfo
Normal file
2
www/p5-HTML-Stream/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTML-Stream-1.60.tar.gz) = kQkGFKH2nPw6JsH8uLYYDnaXBGJf77STxVltkRaaeUQ=
|
||||
SIZE (HTML-Stream-1.60.tar.gz) = 63719
|
5
www/p5-HTML-Stream/pkg/DESCR
Normal file
5
www/p5-HTML-Stream/pkg/DESCR
Normal 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).
|
3
www/p5-HTML-Stream/pkg/PLIST
Normal file
3
www/p5-HTML-Stream/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/HTML/
|
||||
${P5SITE}/HTML/Stream.pm
|
||||
@man man/man3p/HTML::Stream.3p
|
Loading…
Add table
Add a link
Reference in a new issue