Index: head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile =================================================================== --- head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile (revision 428792) +++ head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile (revision 428793) @@ -1,25 +1,25 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= HTML-FormatText-WithLinks-AndTables -PORTVERSION= 0.06 -PORTREVISION= 1 +PORTVERSION= 0.07 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- 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_COMB= dual BUILD_DEPENDS= p5-HTML-Format>=0:textproc/p5-HTML-Format \ p5-HTML-FormatText-WithLinks>=0:textproc/p5-HTML-FormatText-WithLinks \ p5-HTML-Tree>=0:www/p5-HTML-Tree RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Index: head/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo =================================================================== --- head/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo (revision 428792) +++ head/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo (revision 428793) @@ -1,2 +1,3 @@ -SHA256 (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = e5b23f0475fb81fd6fed688bb914295a39542b3e5b43c8517494226a52d868fa -SIZE (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = 299894 +TIMESTAMP = 1481997260 +SHA256 (HTML-FormatText-WithLinks-AndTables-0.07.tar.gz) = 809ee2f11705706b33c54312b5c7bee674838f2beaaedaf8cb945e702aae39b6 +SIZE (HTML-FormatText-WithLinks-AndTables-0.07.tar.gz) = 11934 Index: head/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr =================================================================== --- head/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr (revision 428792) +++ head/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr (revision 428793) @@ -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 + structure intact for inclusion as "multipart/alternative" content. +Further, it will preserve both the formatting specified by the
tag's +"align" attribute, and will also preserve multiline text inside of a +element provided it is broken using
tags. WWW: http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables/