initial import of p5-HTML-FormatText-WithLinks-AndTables-0.06, ok ajacoutot@

This commit is contained in:
robert 2015-10-14 17:36:29 +00:00
parent caf83ea841
commit 7714b252e9
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/10/14 17:36:29 robert Exp $
COMMENT = converts HTML to Text with tables intact
MODULES = cpan
DISTNAME = HTML-FormatText-WithLinks-AndTables-0.06
CATEGORIES = www textproc
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = www/p5-HTML-FormatText-WithLinks
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = 5bI/BHX7gf1v7WiLuRQpWjlUKz5bQ8hRdJQialLYaPo=
SIZE (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = 299894

View File

@ -0,0 +1,10 @@
This module was inspired by HTML::FormatText::WithLinks which has
proven to be a useful `lynx -dump` work-alike. However one frustration
was that no other HTML converters I came across had the ability to
deal affectively with HTML <TABLE>s. This module can in a rudimentary
sense do so. The aim was to provide facility to take a simple HTML
based email template, and to also convert it to text with the <TABLE>
structure intact for inclusion as "multipart/alternative" content.
Further, it will preserve both the formatting specified by the <TD>
tag's "align" attribute, and will also preserve multiline text
inside of a <TD> element provided it is broken using <BR/> tags.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/10/14 17:36:29 robert Exp $
${P5SITE}/HTML/
${P5SITE}/HTML/FormatText/
${P5SITE}/HTML/FormatText/WithLinks/
${P5SITE}/HTML/FormatText/WithLinks/AndTables.pm
${P5SITE}/HTML/FormatText/WithLinks/README.pod
@man man/man3p/HTML::FormatText::WithLinks::AndTables.3p
@man man/man3p/HTML::FormatText::WithLinks::README.3p