On Thu, May 16, 2019 at 07:06:31PM +0200, Charlene Wendling wrote: > > Here is an update for Text::SimpleTable. > > What's new upstream [0]: > > - you can now make use of Unicode and CJK characters to draw lines > - tests are more resilient > > Port-wise it's a simple update, with an added TEST_DEPENDS, so > all tests can be run, and a standardised license marker. > > Testing: > > - 'make test' passes > - there is one direct consumer, www/p5-Catalyst-Runtime, that > i've tested, and found no new failures due to that update [1] > > Comments and feedback are welcome!
OK afresh1@ > Charlène. > > > [0] https://metacpan.org/source/MRAMBERG/Text-SimpleTable-2.07/Changes > [1] http://0x0.st/zAkj.tgz > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/textproc/p5-Text-SimpleTable/Makefile,v > retrieving revision 1.13 > diff -u -p -u -p -r1.13 Makefile > --- Makefile 20 Mar 2016 19:57:10 -0000 1.13 > +++ Makefile 16 May 2019 16:59:37 -0000 > @@ -2,15 +2,16 @@ > > COMMENT= simple eyecandy ASCII Tables > > -DISTNAME= Text-SimpleTable-2.03 > -REVISION= 1 > +DISTNAME= Text-SimpleTable-2.07 > CATEGORIES= textproc > > -# Same as Perl > +# Artistic 2.0 > PERMIT_PACKAGE_CDROM= Yes > > MODULES= cpan > PKG_ARCH= * > + > +TEST_DEPENDS+= converters/p5-Unicode-LineBreak > > MAKE_ENV= TEST_POD=Yes > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/textproc/p5-Text-SimpleTable/distinfo,v > retrieving revision 1.5 > diff -u -p -u -p -r1.5 distinfo > --- distinfo 18 Jan 2015 03:15:27 -0000 1.5 > +++ distinfo 16 May 2019 16:59:37 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Text-SimpleTable-2.03.tar.gz) = > 2n3vhV/vfbb1S/v/5sTdLXdKczE6iOnl2sFlLpPPF5Y= > -SIZE (Text-SimpleTable-2.03.tar.gz) = 7937 > +SHA256 (Text-SimpleTable-2.07.tar.gz) = > JW0/OHZOljMxWLFKsYJXuS8xVcYNZYyvuAOJ9y9GGe0= > +SIZE (Text-SimpleTable-2.07.tar.gz) = 10125 > > > -- andrew - http://afresh1.com Full-time system administration is a delicate balance between proactiveness and laziness. -- jhorwitz from use.perl.org
