Import of p5-HTML-FormatExternal-26; ok ajacoutot@

This commit is contained in:
robert 2021-01-18 13:36:50 +00:00
parent 024d990f29
commit bb152ae541
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# $OpenBSD: Makefile,v 1.1.1.1 2021/01/18 13:36:50 robert Exp $
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,21 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/01/18 13:36:50 robert Exp $
${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