Sun Apr 28 00:43:38 2024 UTC (15d)
Update to 1.006

Upstream changes:
=== Version 1.006 (2024-03-20)

    examples/*.pl
     Add ability to read an ENV environmental variable 'PDF_prefLib' to get
      the preferred library to use (API2 or Builder). Checks for command line
      A or B (or -A -B), ENV{PDF_prefLib} A or B, PDF::API2 or PDF::Builder,
      examples/PDFpref file A or B, PDF::API2 or PDF::Builder. This is of
      real interest only when BOTH libraries are installed, and you need to
      pick one or the other to run with.

      Note that util/3_examples.pl also has the ability to give 'A' or 'B'
      on the command line to indicate a preference for API2 or Builder (if
      both are installed).

      Note that the t-tests use a dummy library PDFAPI2Mock, that provides
      enough of the interface to let the tests be run, regardless of whether
      you already have API2 or Builder installed! However, you will still need
      to have at least one of the two installed in order to run the examples
      or otherwise use PDF::Table.

    lib/PDF/Table.pm, examples/no_repeat.pl (new), util/3_examples
     Was incorrectly defaulting undefined header repeat switch, in a manner
      that did not allow the switch to be '0': no repeating the header (#77).
      Add new example of multipage table without repeating header.

    README.md  update to point to new Home Page structure on catskilltech.com
      including both full documentation and examples


(wen)
diff -r1.30 -r1.31 pkgsrc/textproc/p5-PDF-Table/Makefile
diff -r1.17 -r1.18 pkgsrc/textproc/p5-PDF-Table/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/textproc/p5-PDF-Table/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-PDF-Table/Makefile 2023/07/06 09:41:42 1.30
+++ pkgsrc/textproc/p5-PDF-Table/Makefile 2024/04/28 00:43:38 1.31
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.30 2023/07/06 09:41:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2024/04/28 00:43:38 wen Exp $
2 2
3DISTNAME= PDF-Table-1.005 3DISTNAME= PDF-Table-1.006
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/PDF-Table 9HOMEPAGE= https://metacpan.org/release/PDF-Table
11COMMENT= Utility class for building table layouts in a Perl5 PDF::API2 object 10COMMENT= Utility class for building table layouts in a Perl5 PDF::API2 object
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-PDF-API2>=2.019:../../textproc/p5-PDF-API2 13DEPENDS+= p5-PDF-API2>=2.019:../../textproc/p5-PDF-API2
15 14
16PERL5_PACKLIST= auto/PDF/Table/.packlist 15PERL5_PACKLIST= auto/PDF/Table/.packlist
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

cvs diff -r1.17 -r1.18 pkgsrc/textproc/p5-PDF-Table/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-PDF-Table/distinfo 2023/07/04 02:25:13 1.17
+++ pkgsrc/textproc/p5-PDF-Table/distinfo 2024/04/28 00:43:38 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2023/07/04 02:25:13 wen Exp $ 1$NetBSD: distinfo,v 1.18 2024/04/28 00:43:38 wen Exp $
2 2
3BLAKE2s (PDF-Table-1.005.tar.gz) = 3396e95e177607ca93470b1415bfbd15e369313e028a4f594717aa48a031c64e 3BLAKE2s (PDF-Table-1.006.tar.gz) = 3b6afa4ed87259e003b76765554d7829ea0063c0fe5474d93b82e9c361b8d557
4SHA512 (PDF-Table-1.005.tar.gz) = b93aaeb37ec8500fecd50ff3e5bdf79872ee942b76561f6ad62a6f33907fec3401af571272063fcb2950d73f6e92355e1f34ade0ff3448898eb0b0ca037c178f 4SHA512 (PDF-Table-1.006.tar.gz) = 04d201a1a1f3f69f356f8a74868775bd2c340a9f369ec0ef773ac222955306beb4e3614d4ffa7172377fe4fd3cb791d698619c71ae284c89c40e9e9dbe944eda
5Size (PDF-Table-1.005.tar.gz) = 91154 bytes 5Size (PDF-Table-1.006.tar.gz) = 92514 bytes