svn commit: r380791 - in head/textproc: . p5-HTML-FormatExternal

Matthew Seaman matthew at FreeBSD.org
Sun Mar 8 19:30:10 UTC 2015


Author: matthew
Date: Sun Mar  8 19:30:08 2015
New Revision: 380791
URL: https://svnweb.freebsd.org/changeset/ports/380791
QAT: https://qat.redports.org/buildarchive/r380791/

Log:
  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/

Added:
  head/textproc/p5-HTML-FormatExternal/
  head/textproc/p5-HTML-FormatExternal/Makefile   (contents, props changed)
  head/textproc/p5-HTML-FormatExternal/distinfo   (contents, props changed)
  head/textproc/p5-HTML-FormatExternal/pkg-descr   (contents, props changed)
  head/textproc/p5-HTML-FormatExternal/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Mar  8 19:18:43 2015	(r380790)
+++ head/textproc/Makefile	Sun Mar  8 19:30:08 2015	(r380791)
@@ -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

Added: head/textproc/p5-HTML-FormatExternal/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-HTML-FormatExternal/Makefile	Sun Mar  8 19:30:08 2015	(r380791)
@@ -0,0 +1,46 @@
+# $FreeBSD$
+
+PORTNAME=	HTML-FormatExternal
+PORTVERSION=	22
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl at 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>

Added: head/textproc/p5-HTML-FormatExternal/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-HTML-FormatExternal/distinfo	Sun Mar  8 19:30:08 2015	(r380791)
@@ -0,0 +1,2 @@
+SHA256 (HTML-FormatExternal-22.tar.gz) = 8dbce273f43796e3bf5d14ac4166694de4ed68a560fd0675d4a297ef998d2793
+SIZE (HTML-FormatExternal-22.tar.gz) = 50668

Added: head/textproc/p5-HTML-FormatExternal/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-HTML-FormatExternal/pkg-descr	Sun Mar  8 19:30:08 2015	(r380791)
@@ -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/

Added: head/textproc/p5-HTML-FormatExternal/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-HTML-FormatExternal/pkg-plist	Sun Mar  8 19:30:08 2015	(r380791)
@@ -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


More information about the svn-ports-head mailing list