Skip to content

Commit

Permalink
Update to 2.044
Browse files Browse the repository at this point in the history
Upstream changes:
2.044     2022-11-16

    - Added support for QR codes.

    - [GH-44] The X coordinate returned by $text->position() or (deprecated)
      $text->textpos() was incorrect when read after being set twice (report by
      Johan Vromans).

    - [GH-45] Renamed transform's "relative" option to "repeat" and fixed the
      documentation describing what it does (report by Johan Vromans).

    - [GH-49] Fix page_layout storing its value as page_mode (report by Johan
      Vromans).

    - [GH-50] Fix $pdf->viewer_preferences to return the same values it accepts
      for non_full_screen_page_mode (report by Johan Vromans).

    - Minor doc clarifications and improved error messages.
  • Loading branch information
wen committed Jul 4, 2023
1 parent 29e0679 commit 2cf5b23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions textproc/p5-PDF-API2/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.54 2022/06/28 11:36:20 wiz Exp $
# $NetBSD: Makefile,v 1.55 2023/07/04 02:17:16 wen Exp $

DISTNAME= PDF-API2-2.043
DISTNAME= PDF-API2-2.044
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/}

Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-PDF-API2/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.28 2022/01/18 10:15:59 wen Exp $
$NetBSD: distinfo,v 1.29 2023/07/04 02:17:16 wen Exp $

BLAKE2s (PDF-API2-2.043.tar.gz) = 37e23693b91930305ec7577a799973fe9f0418eae3ad1d196d35fd03c3bfcb5d
SHA512 (PDF-API2-2.043.tar.gz) = 457d638d19831718542a791ecc3f74c2af8111f16c4fc2f9a9eb499f8dbf480bc8dd928820cd838d3db18a568ac39451be7ee8051d3743c71ab3d4636e5bb2b9
Size (PDF-API2-2.043.tar.gz) = 3594106 bytes
BLAKE2s (PDF-API2-2.044.tar.gz) = 8a71694a0b8e65ce5d167c1cf51e59685ff9ad75e7303787d4c5966b2fa0ccb4
SHA512 (PDF-API2-2.044.tar.gz) = 5d749676496d133164125275f1d35d84c6e3373cebf2b1515266473470a97cc1843f4dc8a494be0146c0c58486b535e7c27b4a034ae1b7ad19ecdb1e5c69e425
Size (PDF-API2-2.044.tar.gz) = 3595900 bytes

0 comments on commit 2cf5b23

Please sign in to comment.