pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar 26 06:59:06 UTC 2019

Modified Files:
        pkgsrc/print/poppler: Makefile.common PLIST distinfo
        pkgsrc/print/poppler-utils: PLIST

Log Message:
poppler*: update to 0.75.0

Release 0.75.0:
        core:
         * Fix rendering of some annotations
         * Fix crashes in broken files
         * Small internal code improvements

        cpp:
         * Improve documentation
         * tests: Add showing version information to poppler-dump

        utils:
         * pdfattach: new util
         * pdftohtml: add -dataurls parameter
         * pdftoppm: add -sep and -forcenum parameters
         * pdftohtml: make singleHtml and stout not mutually exclusive
         * pdfsig: fix use after free


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/poppler/PLIST
cvs rdiff -u -r1.135 -r1.136 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/poppler-utils/PLIST

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

Modified files:

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.106 pkgsrc/print/poppler/Makefile.common:1.107
--- pkgsrc/print/poppler/Makefile.common:1.106  Sat Feb 16 13:19:19 2019
+++ pkgsrc/print/poppler/Makefile.common        Tue Mar 26 06:59:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.106 2019/02/16 13:19:19 wiz Exp $
+# $NetBSD: Makefile.common,v 1.107 2019/03/26 06:59:06 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -7,7 +7,7 @@
 # used by print/poppler-qt5/Makefile
 # used by print/poppler-utils/Makefile
 
-POPPLER_VERS=          0.74.0
+POPPLER_VERS=          0.75.0
 DISTNAME=              poppler-${POPPLER_VERS}
 CATEGORIES=            print
 MASTER_SITES=          https://poppler.freedesktop.org/

Index: pkgsrc/print/poppler/PLIST
diff -u pkgsrc/print/poppler/PLIST:1.18 pkgsrc/print/poppler/PLIST:1.19
--- pkgsrc/print/poppler/PLIST:1.18     Sat Feb 16 13:19:19 2019
+++ pkgsrc/print/poppler/PLIST  Tue Mar 26 06:59:06 2019
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.18 2019/02/16 13:19:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2019/03/26 06:59:06 wiz Exp $
 lib/libpoppler.so
-lib/libpoppler.so.85
-lib/libpoppler.so.85.0.0
+lib/libpoppler.so.86
+lib/libpoppler.so.86.0.0
 lib/pkgconfig/poppler-splash.pc
 lib/pkgconfig/poppler.pc
 share/doc/poppler/README

Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.135 pkgsrc/print/poppler/distinfo:1.136
--- pkgsrc/print/poppler/distinfo:1.135 Sat Feb 16 13:19:19 2019
+++ pkgsrc/print/poppler/distinfo       Tue Mar 26 06:59:06 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.135 2019/02/16 13:19:19 wiz Exp $
+$NetBSD: distinfo,v 1.136 2019/03/26 06:59:06 wiz Exp $
 
-SHA1 (poppler-0.74.0.tar.xz) = 9b2029e855d35d38d177512b58d972c5b2e9d61f
-RMD160 (poppler-0.74.0.tar.xz) = a50bb9ec9522f5ddf70907e0bbed1bbee10372ad
-SHA512 (poppler-0.74.0.tar.xz) = 4e48e2ffb559863ee693930db3b8594fd7e60e4b4ca3cdeb198faf90a6f4dbb5e102461492a12058221bc1218fe7e17c9085afb9e7956ae4bf26c11674315e66
-Size (poppler-0.74.0.tar.xz) = 1514044 bytes
+SHA1 (poppler-0.75.0.tar.xz) = eab9dced5d5473da53d398577368acb88ebf3c0e
+RMD160 (poppler-0.75.0.tar.xz) = 60ed070dbe125f76c387324ba58e0a750ea7f8b1
+SHA512 (poppler-0.75.0.tar.xz) = 6a1b76cc5095b7c5809eaa5072aeb4ea615744ff8ffce537f40a3f73a81fc12cc18d596876ceda1c78b5312ad20535f72366e69c861b620d108616f24a98e6b8
+Size (poppler-0.75.0.tar.xz) = 1523872 bytes
 SHA1 (patch-poppler_CMap.cc) = d37745ea4cbeae76ad43c4ac74e942531f7b7dd8

Index: pkgsrc/print/poppler-utils/PLIST
diff -u pkgsrc/print/poppler-utils/PLIST:1.3 pkgsrc/print/poppler-utils/PLIST:1.4
--- pkgsrc/print/poppler-utils/PLIST:1.3        Thu Jul  6 11:29:59 2017
+++ pkgsrc/print/poppler-utils/PLIST    Tue Mar 26 06:59:06 2019
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2017/07/06 11:29:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/03/26 06:59:06 wiz Exp $
+bin/pdfattach
 bin/pdfdetach
 bin/pdffonts
 bin/pdfimages
@@ -10,6 +11,7 @@ bin/pdftoppm
 bin/pdftops
 bin/pdftotext
 bin/pdfunite
+man/man1/pdfattach.1
 man/man1/pdfdetach.1
 man/man1/pdffonts.1
 man/man1/pdfimages.1



Home | Main Index | Thread Index | Old Index