Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 17:56:55 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428793 - head/textproc/p5-HTML-FormatText-WithLinks-AndTables
Message-ID:  <201612171756.uBHHutLF004804@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Dec 17 17:56:55 2016
New Revision: 428793
URL: https://svnweb.freebsd.org/changeset/ports/428793

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

Modified:
  head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile
  head/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo
  head/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr

Modified: head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile
==============================================================================
--- head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile	Sat Dec 17 17:54:00 2016	(r428792)
+++ head/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile	Sat Dec 17 17:56:55 2016	(r428793)
@@ -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 <bsd.port.mk>

Modified: head/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo
==============================================================================
--- head/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo	Sat Dec 17 17:54:00 2016	(r428792)
+++ head/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo	Sat Dec 17 17:56:55 2016	(r428793)
@@ -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

Modified: head/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr
==============================================================================
--- head/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr	Sat Dec 17 17:54:00 2016	(r428792)
+++ head/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-descr	Sat Dec 17 17:56:55 2016	(r428793)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612171756.uBHHutLF004804>