mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
HTML-FormatExternal lets you turn HTML into plain text using one of
the browsing/formatting programs, elinks http://elinks.cz/ html2text http://www.mbayer.de/html2text/ links http://links.twibright.com/ lynx http://lynx.isc.org/ netrik http://netrik.sourceforge.net/ vilistextum http://bhaak.dyndns.org/vilistextum/ w3m http://sourceforge.net/projects/w3m zen http://www.nocrew.org/software/zen/ WWW: http://search.cpan.org/dist/HTML-FormatExternal/
This commit is contained in:
parent
a6a1b00023
commit
47eb0ad173
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380791
5 changed files with 80 additions and 0 deletions
|
@ -527,6 +527,7 @@
|
|||
SUBDIR += p5-HTML-Entities-Numbered
|
||||
SUBDIR += p5-HTML-EscapeEvil
|
||||
SUBDIR += p5-HTML-Format
|
||||
SUBDIR += p5-HTML-FormatExternal
|
||||
SUBDIR += p5-HTML-FormatText-WithLinks
|
||||
SUBDIR += p5-HTML-FormatText-WithLinks-AndTables
|
||||
SUBDIR += p5-HTML-Fraction
|
||||
|
|
46
textproc/p5-HTML-FormatExternal/Makefile
Normal file
46
textproc/p5-HTML-FormatExternal/Makefile
Normal file
|
@ -0,0 +1,46 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= HTML-FormatExternal
|
||||
PORTVERSION= 22
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= HTML to text formatting using external programs
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
OPTIONS_DEFINE= ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M
|
||||
OPTIONS_DEFAULT= LYNX
|
||||
|
||||
BUILD_DEPENDS= p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \
|
||||
p5-URI>=0.08:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
INSTALL_TARGET= pure_install
|
||||
|
||||
ELINKS_DESC= Install with elinks
|
||||
ELINKS_RUN_DEPENDS= elinks:${PORTSDIR}/www/elinks
|
||||
|
||||
HTML2TEXT_DESC= Install with html2text
|
||||
HTML2TEXT_RUN_DEPENDS= html2text:${PORTSDIR}/textproc/html2text
|
||||
|
||||
LINKS_DESC= Install with links
|
||||
LINKS_RUN_DEPENDS= links:${PORTSDIR}/www/links
|
||||
|
||||
LYNX_DESC= Install with lynx
|
||||
LYNX_RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx
|
||||
|
||||
LYNX_CURRENT_DESC= Install with lynx-current
|
||||
LYNX_CURRENT_RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx-current
|
||||
|
||||
NETRIK_DESC= Install with netrik
|
||||
NETRIK_RUN_DEPENDS= netrik:${PORTSDIR}/www/netrik
|
||||
|
||||
W3M_DESC= Install with w3m
|
||||
W3M_RUN_DEPENDS= w3m:${PORTSDIR}/www/w3m
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-HTML-FormatExternal/distinfo
Normal file
2
textproc/p5-HTML-FormatExternal/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTML-FormatExternal-22.tar.gz) = 8dbce273f43796e3bf5d14ac4166694de4ed68a560fd0675d4a297ef998d2793
|
||||
SIZE (HTML-FormatExternal-22.tar.gz) = 50668
|
13
textproc/p5-HTML-FormatExternal/pkg-descr
Normal file
13
textproc/p5-HTML-FormatExternal/pkg-descr
Normal file
|
@ -0,0 +1,13 @@
|
|||
HTML-FormatExternal lets you turn HTML into plain text using one of
|
||||
the browsing/formatting programs,
|
||||
|
||||
elinks http://elinks.cz/
|
||||
html2text http://www.mbayer.de/html2text/
|
||||
links http://links.twibright.com/
|
||||
lynx http://lynx.isc.org/
|
||||
netrik http://netrik.sourceforge.net/
|
||||
vilistextum http://bhaak.dyndns.org/vilistextum/
|
||||
w3m http://sourceforge.net/projects/w3m
|
||||
zen http://www.nocrew.org/software/zen/
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTML-FormatExternal/
|
18
textproc/p5-HTML-FormatExternal/pkg-plist
Normal file
18
textproc/p5-HTML-FormatExternal/pkg-plist
Normal file
|
@ -0,0 +1,18 @@
|
|||
%%SITE_PERL%%/HTML/FormatExternal.pm
|
||||
%%SITE_PERL%%/HTML/FormatText/Elinks.pm
|
||||
%%SITE_PERL%%/HTML/FormatText/Html2text.pm
|
||||
%%SITE_PERL%%/HTML/FormatText/Links.pm
|
||||
%%SITE_PERL%%/HTML/FormatText/Lynx.pm
|
||||
%%SITE_PERL%%/HTML/FormatText/Netrik.pm
|
||||
%%SITE_PERL%%/HTML/FormatText/Vilistextum.pm
|
||||
%%SITE_PERL%%/HTML/FormatText/W3m.pm
|
||||
%%SITE_PERL%%/HTML/FormatText/Zen.pm
|
||||
%%PERL5_MAN3%%/HTML::FormatExternal.3.gz
|
||||
%%PERL5_MAN3%%/HTML::FormatText::Elinks.3.gz
|
||||
%%PERL5_MAN3%%/HTML::FormatText::Html2text.3.gz
|
||||
%%PERL5_MAN3%%/HTML::FormatText::Links.3.gz
|
||||
%%PERL5_MAN3%%/HTML::FormatText::Lynx.3.gz
|
||||
%%PERL5_MAN3%%/HTML::FormatText::Netrik.3.gz
|
||||
%%PERL5_MAN3%%/HTML::FormatText::Vilistextum.3.gz
|
||||
%%PERL5_MAN3%%/HTML::FormatText::W3m.3.gz
|
||||
%%PERL5_MAN3%%/HTML::FormatText::Zen.3.gz
|
Loading…
Add table
Reference in a new issue