summaryrefslogtreecommitdiff
path: root/print/poppler-utils
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-05-09 09:28:22 +0000
committeradam <adam@pkgsrc.org>2019-05-09 09:28:22 +0000
commit3c9eb1f4b43e37cd7d99945c2078f36f96d72ebc (patch)
tree49b9c320a5e274efb84b6fa00e2af169805c2e09 /print/poppler-utils
parent21ea56b1f4ddd1889fcd5201c9c4feace12da809 (diff)
downloadpkgsrc-3c9eb1f4b43e37cd7d99945c2078f36f96d72ebc.tar.gz
poppler: updated to 0.76.1
poppler-0.76.1: core: * Make the mul tables be calculated at compile time with constexpr. * splash: Fix compile with SPLASH_CMYK enabled * Some typo fixing in error messages qt5: * Fix regression in annotation handling build system: * Fix some typos in build system output and comments poppler-0.76.0: core: * Fix regression on case-insensitive search. * Remove GooList, use std::vector instead * Fix radiobutton reporting wrong state. * Handle UTF16-LE strings * Don't error out if there's no DA in FreeText annotation * cairo: Compute correct coverage values for box filter. * cairo: Constrain number of cycles in rescale filter. * Read more fields from ViewerPreferences * Introduce and use Ref::INVALID * Fix crashes in broken files * Fix mismatched free/delete * Add missing include guards utils: * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. poppler-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
Diffstat (limited to 'print/poppler-utils')
-rw-r--r--print/poppler-utils/Makefile26
-rw-r--r--print/poppler-utils/PLIST4
2 files changed, 15 insertions, 15 deletions
diff --git a/print/poppler-utils/Makefile b/print/poppler-utils/Makefile
index 16f127477f3..5e86875fe46 100644
--- a/print/poppler-utils/Makefile
+++ b/print/poppler-utils/Makefile
@@ -1,29 +1,27 @@
-# $NetBSD: Makefile,v 1.42 2018/12/03 08:25:50 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2019/05/09 09:28:22 adam Exp $
.include "../../print/poppler/Makefile.common"
-PKGNAME= poppler-utils-${POPPLER_VERS}
-COMMENT= PDF utilities (from poppler)
-MAINTAINER= reed@reedmedia.net
+PKGNAME= poppler-utils-${POPPLER_VERS}
+COMMENT= PDF utilities (from poppler)
-CONFLICTS+= poppler-0.5.1 poppler-0.5.1nb1 poppler-0.5.1nb2
-CONFLICTS+= xpdf<3.02pl4nb1
+CONFLICTS+= poppler-0.5.1{,nb*}
+CONFLICTS+= xpdf<3.02pl4nb1
# Build the splash graphics backend. ## for pdftoppm
-CMAKE_ARGS+= -DENABLE_SPLASH=ON
+CMAKE_ARGS+= -DENABLE_SPLASH=ON
# Don't compile GTK+ test program.
-CMAKE_ARGS+= -DBUILD_GTK_TESTS=OFF
+CMAKE_ARGS+= -DBUILD_GTK_TESTS=OFF
# Don't compile GLib wrapper which also needs gtk2
-CMAKE_ARGS+= -DENABLE_GLIB=OFF
+CMAKE_ARGS+= -DENABLE_GLIB=OFF
# Build and install the tools
-CMAKE_ARGS+= -DENABLE_UTILS=ON
+CMAKE_ARGS+= -DENABLE_UTILS=ON
# Don't compile poppler cpp wrapper.
-CMAKE_ARGS+= -DENABLE_CPP=OFF
+CMAKE_ARGS+= -DENABLE_CPP=OFF
# Don't compile poppler qt5 wrapper.
-CMAKE_ARGS+= -DENABLE_QT5=OFF
+CMAKE_ARGS+= -DENABLE_QT5=OFF
# Don't build libcurl based HTTP support. ## might want to include
-CMAKE_ARGS+= -DENABLE_LIBCURL=OFF
-
+CMAKE_ARGS+= -DENABLE_LIBCURL=OFF
BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}
.include "../../print/poppler/buildlink3.mk"
diff --git a/print/poppler-utils/PLIST b/print/poppler-utils/PLIST
index 61b398178b5..52c14a78846 100644
--- a/print/poppler-utils/PLIST
+++ b/print/poppler-utils/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2019/03/27 11:18:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/05/09 09:28:22 adam 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