pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-PDF-API2



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun May 26 12:40:36 UTC 2024

Modified Files:
        pkgsrc/textproc/p5-PDF-API2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/textproc/p5-PDF-API2/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/p5-PDF-API2/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-API2/Makefile
diff -u pkgsrc/textproc/p5-PDF-API2/Makefile:1.57 pkgsrc/textproc/p5-PDF-API2/Makefile:1.58
--- pkgsrc/textproc/p5-PDF-API2/Makefile:1.57   Sun Jan  7 13:03:15 2024
+++ pkgsrc/textproc/p5-PDF-API2/Makefile        Sun May 26 12:40:36 2024
@@ -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/}

Index: pkgsrc/textproc/p5-PDF-API2/distinfo
diff -u pkgsrc/textproc/p5-PDF-API2/distinfo:1.30 pkgsrc/textproc/p5-PDF-API2/distinfo:1.31
--- pkgsrc/textproc/p5-PDF-API2/distinfo:1.30   Sun Jan  7 13:03:15 2024
+++ pkgsrc/textproc/p5-PDF-API2/distinfo        Sun May 26 12:40:36 2024
@@ -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



Home | Main Index | Thread Index | Old Index