SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
www/p5-HTML-Format/Makefile
Normal file
18
www/p5-HTML-Format/Makefile
Normal 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>
|
2
www/p5-HTML-Format/distinfo
Normal file
2
www/p5-HTML-Format/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTML-Format-2.11.tar.gz) = RKOva50BhLtMwwBiQ1J2DkQ1w9gCUhdC9C3SKORNSpU=
|
||||
SIZE (HTML-Format-2.11.tar.gz) = 48697
|
4
www/p5-HTML-Format/pkg/DESCR
Normal file
4
www/p5-HTML-Format/pkg/DESCR
Normal 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.
|
10
www/p5-HTML-Format/pkg/PLIST
Normal file
10
www/p5-HTML-Format/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue