From efdc792b01c74bbf7469551d8a184ef3960d2dd2 Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 26 May 2024 12:40:36 +0000 Subject: [PATCH] Update to 2.047 Upstream changes: 2.047 2024-05-18 - Fixed implementation of GH-77. - Added $pdf->standard_fonts() and $pdf->is_standard_font($name) (initial patch by Johan Vromans). 2.046 2024-05-14 - [GH-74] Fixed documentation error saying that stroke_color and fill_color can be chained. - Crash instead of freezing if a PDF trailer's Prev keys result in a loop or if multiple trailers use the same object ID and generation number. - [GH-70] Fix off-by-one error when adding a page at the beginning of a PDF. - [GH-77] Significantly improve performance when adding many pages to a PDF. --- textproc/p5-PDF-API2/Makefile | 4 ++-- textproc/p5-PDF-API2/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index e167d875f5cd..2bb13e70b743 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2024/01/07 13:03:15 wen Exp $ +# $NetBSD: Makefile,v 1.58 2024/05/26 12:40:36 wen Exp $ -DISTNAME= PDF-API2-2.045 +DISTNAME= PDF-API2-2.047 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/} diff --git a/textproc/p5-PDF-API2/distinfo b/textproc/p5-PDF-API2/distinfo index d9a926e77745..2afcc6a49792 100644 --- a/textproc/p5-PDF-API2/distinfo +++ b/textproc/p5-PDF-API2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2024/01/07 13:03:15 wen Exp $ +$NetBSD: distinfo,v 1.31 2024/05/26 12:40:36 wen Exp $ -BLAKE2s (PDF-API2-2.045.tar.gz) = 8fd651c59a021a4aa19c43acb1051d91750f2de869508b1b00b93ef01de00232 -SHA512 (PDF-API2-2.045.tar.gz) = 86d71cec6ce9e7798948513b6408de404ec30e0022e8852a94e9ad602d4bc2f12285ec19f560c940c0e5303816748bdeaad604b9b53181252e9ea2ead1365be0 -Size (PDF-API2-2.045.tar.gz) = 3595544 bytes +BLAKE2s (PDF-API2-2.047.tar.gz) = b910f834c0c0eea5ab8a408e60d5555314f45f66d8127ed1533ce3441ebfd857 +SHA512 (PDF-API2-2.047.tar.gz) = 8e3fed9adbd96c15a052ccf78ec516bcf5735b0da95f7259cbbfa8c5486af56daa36bd9fe759821fa2d908cb63e46d993f38a1b2402ecc6c2f93a32d6ead8a9a +Size (PDF-API2-2.047.tar.gz) = 3596588 bytes