SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
www/p5-HTML-FormatExternal/Makefile
Normal file
13
www/p5-HTML-FormatExternal/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
COMMENT = HTML to text formatting using external programs
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = HTML-FormatExternal-26
|
||||
CATEGORIES = www devel
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
CONFIGURE_STYLE = perl
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-HTML-FormatExternal/distinfo
Normal file
2
www/p5-HTML-FormatExternal/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTML-FormatExternal-26.tar.gz) = PFnyM9CxBoaoWu0MmUARzsaGJtoBKN6pC1xP3BdGz8M=
|
||||
SIZE (HTML-FormatExternal-26.tar.gz) = 57363
|
11
www/p5-HTML-FormatExternal/pkg/DESCR
Normal file
11
www/p5-HTML-FormatExternal/pkg/DESCR
Normal file
|
@ -0,0 +1,11 @@
|
|||
This is a collection of formatter modules which turn HTML into plain text by
|
||||
dumping it through the respective external programs. e.g.:
|
||||
|
||||
- HTML::FormatText::Elinks
|
||||
- HTML::FormatText::Html2text
|
||||
- HTML::FormatText::Links
|
||||
- HTML::FormatText::Lynx
|
||||
- HTML::FormatText::Netrik
|
||||
- HTML::FormatText::Vilistextum
|
||||
- HTML::FormatText::W3m
|
||||
- HTML::FormatText::Zen
|
20
www/p5-HTML-FormatExternal/pkg/PLIST
Normal file
20
www/p5-HTML-FormatExternal/pkg/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
${P5SITE}/HTML/
|
||||
${P5SITE}/HTML/FormatExternal.pm
|
||||
${P5SITE}/HTML/FormatText/
|
||||
${P5SITE}/HTML/FormatText/Elinks.pm
|
||||
${P5SITE}/HTML/FormatText/Html2text.pm
|
||||
${P5SITE}/HTML/FormatText/Links.pm
|
||||
${P5SITE}/HTML/FormatText/Lynx.pm
|
||||
${P5SITE}/HTML/FormatText/Netrik.pm
|
||||
${P5SITE}/HTML/FormatText/Vilistextum.pm
|
||||
${P5SITE}/HTML/FormatText/W3m.pm
|
||||
${P5SITE}/HTML/FormatText/Zen.pm
|
||||
@man man/man3p/HTML::FormatExternal.3p
|
||||
@man man/man3p/HTML::FormatText::Elinks.3p
|
||||
@man man/man3p/HTML::FormatText::Html2text.3p
|
||||
@man man/man3p/HTML::FormatText::Links.3p
|
||||
@man man/man3p/HTML::FormatText::Lynx.3p
|
||||
@man man/man3p/HTML::FormatText::Netrik.3p
|
||||
@man man/man3p/HTML::FormatText::Vilistextum.3p
|
||||
@man man/man3p/HTML::FormatText::W3m.3p
|
||||
@man man/man3p/HTML::FormatText::Zen.3p
|
Loading…
Add table
Add a link
Reference in a new issue