Update to 0.07. Add NO_ARCH, fix typo in COMMENT, and add a more
descriptive descr based on text from the POD. Changes: https://metacpan.org/changes/distribution/HTML-FormatText-WithLinks-AndTables
This commit is contained in:
parent
6b0cee2259
commit
7beefea5f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428793
3 changed files with 13 additions and 6 deletions
|
@ -2,14 +2,13 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= HTML-FormatText-WithLinks-AndTables
|
PORTNAME= HTML-FormatText-WithLinks-AndTables
|
||||||
PORTVERSION= 0.06
|
PORTVERSION= 0.07
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Perl5 module to convert HTML to text with tables in tact
|
COMMENT= Perl5 module to convert HTML to text with tables intact
|
||||||
|
|
||||||
LICENSE= ART10 GPLv1
|
LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
@ -21,5 +20,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = e5b23f0475fb81fd6fed688bb914295a39542b3e5b43c8517494226a52d868fa
|
TIMESTAMP = 1481997260
|
||||||
SIZE (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = 299894
|
SHA256 (HTML-FormatText-WithLinks-AndTables-0.07.tar.gz) = 809ee2f11705706b33c54312b5c7bee674838f2beaaedaf8cb945e702aae39b6
|
||||||
|
SIZE (HTML-FormatText-WithLinks-AndTables-0.07.tar.gz) = 11934
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
Converts HTML to Text with tables in tact
|
This module was inspired by HTML::FormatText::WithLinks which has proven to be
|
||||||
|
a useful `lynx -dump` work-alike. 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.
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/
|
WWW: http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/
|
||||||
|
|
Loading…
Reference in a new issue