diff options
author | wen <wen@pkgsrc.org> | 2021-03-27 23:34:09 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2021-03-27 23:34:09 +0000 |
commit | d468f438993a8826953fa43f288f97f2af3739f9 (patch) | |
tree | cda07fe908696cf1b8c8b344ea97cc3327569398 /textproc | |
parent | 371b39e5fda7d82156f21bbaae4913fc7cc4b627 (diff) | |
download | pkgsrc-d468f438993a8826953fa43f288f97f2af3739f9.tar.gz |
Update to 1.002
Upstream changes:
=== Version 1.002 (2020-12-27)
README.md, lib/PDF/Table.pm, Makefile.PL
Miscellaneous updates to clean up support URLs, emails, etc.
util/pod2cpanhtml.pl
Remove use of search.cpan.org CSS reference, as that site no longer exists.
Looking for a good replacement, possibly Bootstrap, that doesn't require
that a phone be turned to landscape orientation in order to read text at
a decent size.
lib/PDF/Table.pm
Cells spanning columns only had the first part (cell) of the bottom
horizontal rule drawn. Reported by "stefanalt". Fixed to draw full spanned
width.
t/PDF-Table.t
One calculated value was considerably different between standard Perl (uses
doubles for floats), long-double Perl, and quad-math Perl. Round the
calculated value to 6 decimal digits so that it works on any system.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PDF-Table/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-PDF-Table/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile index b21e97ad539..e14541d3f63 100644 --- a/textproc/p5-PDF-Table/Makefile +++ b/textproc/p5-PDF-Table/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2020/11/15 07:00:37 wen Exp $ +# $NetBSD: Makefile,v 1.26 2021/03/27 23:34:09 wen Exp $ -DISTNAME= PDF-Table-1.001 +DISTNAME= PDF-Table-1.002 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} diff --git a/textproc/p5-PDF-Table/distinfo b/textproc/p5-PDF-Table/distinfo index 432b1145e0c..03b0c5a1aa3 100644 --- a/textproc/p5-PDF-Table/distinfo +++ b/textproc/p5-PDF-Table/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2020/11/15 07:00:37 wen Exp $ +$NetBSD: distinfo,v 1.14 2021/03/27 23:34:09 wen Exp $ -SHA1 (PDF-Table-1.001.tar.gz) = 482c82af64e244171282df3477baaefe38fd492c -RMD160 (PDF-Table-1.001.tar.gz) = 1e62650aeacf952ab4eafb00d2135dc8e6fe3b43 -SHA512 (PDF-Table-1.001.tar.gz) = 413b2017a2cd1f3e70e9378cb5a1c4c0b65b1caa0838fecf4c1d608dabdba505803b2c01faefa2ccbc705f59364bdd8348fe3f7844a373ecaffa8ab00eb67910 -Size (PDF-Table-1.001.tar.gz) = 74475 bytes +SHA1 (PDF-Table-1.002.tar.gz) = f7b766c2ce9b2fbfb98b14b9e3554abb0c3540f4 +RMD160 (PDF-Table-1.002.tar.gz) = 6aff666d751ff4baa4a892a91529bc3f0a964095 +SHA512 (PDF-Table-1.002.tar.gz) = 45630dbb43ed9745b0c0a84ba605c021c46141c8fd61b8546b12333e2477843f4eb3ce7ce976ce4e66fed1f60d39acbdf28ae60bea7ade49bd9ceefdf483384a +Size (PDF-Table-1.002.tar.gz) = 75274 bytes |