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,18 @@
COMMENT= HTML text formating class
MODULES= cpan
PKG_ARCH= *
DISTNAME= HTML-Format-2.11
CATEGORIES= www devel
REVISION= 0
# GPL
PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/p5-File-Slurp \
www/p5-HTML-Tree \
textproc/p5-Font-AFM
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= perl modbuild
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (HTML-Format-2.11.tar.gz) = RKOva50BhLtMwwBiQ1J2DkQ1w9gCUhdC9C3SKORNSpU=
SIZE (HTML-Format-2.11.tar.gz) = 48697

View file

@ -0,0 +1,4 @@
HTML formatters are able to format a HTML syntax tree into various
printable formats. Different formatters produce output for different
output media. Common for all formatters are that they will return the
formatted output when the format() method is called.

View file

@ -0,0 +1,10 @@
${P5SITE}/HTML/FormatMarkdown.pm
${P5SITE}/HTML/FormatPS.pm
${P5SITE}/HTML/FormatRTF.pm
${P5SITE}/HTML/FormatText.pm
${P5SITE}/HTML/Formatter.pm
@man man/man3p/HTML::FormatMarkdown.3p
@man man/man3p/HTML::FormatPS.3p
@man man/man3p/HTML::FormatRTF.3p
@man man/man3p/HTML::FormatText.3p
@man man/man3p/HTML::Formatter.3p