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,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>

View file

@ -0,0 +1,2 @@
SHA256 (HTML-FormatExternal-26.tar.gz) = PFnyM9CxBoaoWu0MmUARzsaGJtoBKN6pC1xP3BdGz8M=
SIZE (HTML-FormatExternal-26.tar.gz) = 57363

View 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

View 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