pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-PDF-Table
Module Name: pkgsrc
Committed By: wen
Date: Sat Mar 27 23:34:09 UTC 2021
Modified Files:
pkgsrc/textproc/p5-PDF-Table: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/p5-PDF-Table/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/p5-PDF-Table/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-PDF-Table/Makefile
diff -u pkgsrc/textproc/p5-PDF-Table/Makefile:1.25 pkgsrc/textproc/p5-PDF-Table/Makefile:1.26
--- pkgsrc/textproc/p5-PDF-Table/Makefile:1.25 Sun Nov 15 07:00:37 2020
+++ pkgsrc/textproc/p5-PDF-Table/Makefile Sat Mar 27 23:34:09 2021
@@ -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/}
Index: pkgsrc/textproc/p5-PDF-Table/distinfo
diff -u pkgsrc/textproc/p5-PDF-Table/distinfo:1.13 pkgsrc/textproc/p5-PDF-Table/distinfo:1.14
--- pkgsrc/textproc/p5-PDF-Table/distinfo:1.13 Sun Nov 15 07:00:37 2020
+++ pkgsrc/textproc/p5-PDF-Table/distinfo Sat Mar 27 23:34:09 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index