pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/qpdf



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Mar 11 15:11:59 UTC 2024

Modified Files:
        pkgsrc/print/qpdf: Makefile PLIST distinfo

Log Message:
qpdf: Update to 11.9.0

Changelog:
11.9.0:
This is qpdf version 11.9.0. This release includes some performance
optimizations and reliability enhancements to JSON support, an
enhanced command-line syntax for --pages in preparation for future
options, support for multiple overlay and underlay specifications,
and a few minor fixes and improvements to new features from qpdf
11.8.0.

11.8.0:
This is qpdf version 11.8.0. This release includes a few enhancements
and bug fixes related to page splitting and merging operations. It
is in preparation for more substantial changes in this area. This
includes more flexible collation, more flexible page range
specification, the ability to set page labels, and one bug fix
related to hyperlinks when flattening annotations.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/print/qpdf/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/qpdf/PLIST
cvs rdiff -u -r1.45 -r1.46 pkgsrc/print/qpdf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/qpdf/Makefile
diff -u pkgsrc/print/qpdf/Makefile:1.59 pkgsrc/print/qpdf/Makefile:1.60
--- pkgsrc/print/qpdf/Makefile:1.59     Fri Jan  5 22:05:06 2024
+++ pkgsrc/print/qpdf/Makefile  Mon Mar 11 15:11:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2024/01/05 22:05:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.60 2024/03/11 15:11:59 ryoon Exp $
 
-DISTNAME=      qpdf-11.7.0
+DISTNAME=      qpdf-11.9.0
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qpdf/}
 
@@ -11,7 +11,7 @@ LICENSE=      apache-2.0
 
 CMAKE_CONFIGURE_ARGS+= -DUSE_IMPLICIT_CRYPTO=off -DREQUIRE_CRYPTO_OPENSSL=on
 
-USE_LANGUAGES=         c c++17
+USE_LANGUAGES=         c c++
 USE_CXX_FEATURES+=     c++17
 
 USE_TOOLS+=            pkg-config

Index: pkgsrc/print/qpdf/PLIST
diff -u pkgsrc/print/qpdf/PLIST:1.19 pkgsrc/print/qpdf/PLIST:1.20
--- pkgsrc/print/qpdf/PLIST:1.19        Fri Jan  5 22:05:06 2024
+++ pkgsrc/print/qpdf/PLIST     Mon Mar 11 15:11:59 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2024/01/05 22:05:06 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.20 2024/03/11 15:11:59 ryoon Exp $
 bin/fix-qdf
 bin/qpdf
 bin/zlib-flate
@@ -66,6 +66,7 @@ include/qpdf/auto_job_c_copy_att.hh
 include/qpdf/auto_job_c_enc.hh
 include/qpdf/auto_job_c_main.hh
 include/qpdf/auto_job_c_pages.hh
+include/qpdf/auto_job_c_set_page_labels.hh
 include/qpdf/auto_job_c_uo.hh
 include/qpdf/qpdf-c.h
 include/qpdf/qpdfjob-c.h
@@ -77,7 +78,7 @@ lib/cmake/qpdf/qpdfConfigVersion.cmake
 lib/libqpdf.a
 lib/libqpdf.so
 lib/libqpdf.so.29
-lib/libqpdf.so.29.7.0
+lib/libqpdf.so.29.9.0
 lib/pkgconfig/libqpdf.pc
 man/man1/fix-qdf.1
 man/man1/qpdf.1

Index: pkgsrc/print/qpdf/distinfo
diff -u pkgsrc/print/qpdf/distinfo:1.45 pkgsrc/print/qpdf/distinfo:1.46
--- pkgsrc/print/qpdf/distinfo:1.45     Fri Jan  5 22:05:06 2024
+++ pkgsrc/print/qpdf/distinfo  Mon Mar 11 15:11:59 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2024/01/05 22:05:06 ryoon Exp $
+$NetBSD: distinfo,v 1.46 2024/03/11 15:11:59 ryoon Exp $
 
-BLAKE2s (qpdf-11.7.0.tar.gz) = b0de71f8bc1b3c33f101a5db84ac4325f9534447be4ee6d6dc27cbbf8411880c
-SHA512 (qpdf-11.7.0.tar.gz) = 6ee302671fd4513c5b22f101feb773b4101de6cc5ff6b0e25d1daa03df82420f87ce7db49a6c47758d7e8bbc3beeb997d4671d52e4cf0ac0d4f817f10677d1f9
-Size (qpdf-11.7.0.tar.gz) = 18124824 bytes
+BLAKE2s (qpdf-11.9.0.tar.gz) = d3d82116103d0cc4dff7931d651ee2b208ff0c66e1cad104b51303c90ac809af
+SHA512 (qpdf-11.9.0.tar.gz) = 5e0a990797081f121b3a52fddedea199baf1af260093a384ed6df347e052601622b03c9ff62b7ea069d81464eb0381932428cb8c0565b3686961f7505021a165
+Size (qpdf-11.9.0.tar.gz) = 18552462 bytes
 SHA1 (patch-libqpdf.pc.in) = 594c009942d3d0ae54388aed669e07fec030c0bc



Home | Main Index | Thread Index | Old Index