diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile index 9b7a56b8adc5..fa4f051d4957 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile @@ -2,14 +2,13 @@ # $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 @@ -21,5 +20,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo b/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo index f6d0dfda13dd..d8352a0e8ce8 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo @@ -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 diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr b/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr index fe147cf526cd..c6ddf2bd08df 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr @@ -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/