aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-03-08 19:32:55 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-03-08 19:32:55 +0000
commit0ef82d433ffabb6ea51a94c65d6969e62ccb457d (patch)
treebabc3dfc83a896ba1c06cb3225c2c0ea193a98f6 /print
parentb0a045ca2396aab9b6c656a13d32f6b35e341440 (diff)
downloadports-0ef82d433ffabb6ea51a94c65d6969e62ccb457d.tar.gz
ports-0ef82d433ffabb6ea51a94c65d6969e62ccb457d.zip
graphics/poppler: update to 21.03.0
Release 21.03.0: core: * Fix parsing text in some broken pdf files. Issue #1040 * Fix memory issue when using threads. Issue #1050 * TextSelectionDumper: Fix getText() for space after word * Change signature of OutputDev:tilingPatternFill * Make PDFDocBuilder return a std::unique_ptr * Improve well formed check for shading functions * Fix leak in case of fread failing * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap * PSOutputDev: Fix stack overflow in broken files glib: * poppler_annot_free_text_get_callout_line: Fix wrong static cast * poppler-structure-element: fix memleak * Improve documentation * demo: keep same visual appearance between displayed and copied text utils: * pdftotext: Add -cropbox option * pdftoppm: Add -progress option * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 qt6: * Add missing poppler-qt6.pc.cmake PR: 253953 Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=567866
Diffstat (limited to 'print')
-rw-r--r--print/cups-filters/Makefile2
-rw-r--r--print/deforaos-pdfviewer/Makefile2
-rw-r--r--print/ghostscript9-agpl-base/Makefile2
-rw-r--r--print/pdf-tools/Makefile2
-rw-r--r--print/qpdfview/Makefile2
-rw-r--r--print/scribus-devel/Makefile2
-rw-r--r--print/texlive-base/Makefile2
-rw-r--r--print/xreader/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index 1d06ada7cc34..5b93e18f7ce6 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cups-filters
PORTVERSION= 1.28.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= print
MASTER_SITES= https://www.openprinting.org/download/cups-filters/
diff --git a/print/deforaos-pdfviewer/Makefile b/print/deforaos-pdfviewer/Makefile
index 6c7160f93fb6..8473cf7a6d39 100644
--- a/print/deforaos-pdfviewer/Makefile
+++ b/print/deforaos-pdfviewer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pdfviewer
PORTVERSION= 0.0.2
-PORTREVISION= 22
+PORTREVISION= 23
CATEGORIES= print
MASTER_SITES= http://www.defora.org/os/download/download/4431/
PKGNAMEPREFIX= deforaos-
diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile
index d4347b169cc0..8f2d192625cc 100644
--- a/print/ghostscript9-agpl-base/Makefile
+++ b/print/ghostscript9-agpl-base/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ghostscript
PORTVERSION= 9.52
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= print
MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/
PKGNAMESUFFIX= 9-agpl-base
diff --git a/print/pdf-tools/Makefile b/print/pdf-tools/Makefile
index 45cd5654cfe7..6de45e295b78 100644
--- a/print/pdf-tools/Makefile
+++ b/print/pdf-tools/Makefile
@@ -4,7 +4,7 @@ PORTNAME= pdf-tools
DISTVERSIONPREFIX= v
DISTVERSION= 0.90-41
DISTVERSIONSUFFIX= -g2ece508
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= print elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile
index 936c15d6bd5f..503841428705 100644
--- a/print/qpdfview/Makefile
+++ b/print/qpdfview/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qpdfview
DISTVERSION= 0.4.18
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= print
MASTER_SITES= https://launchpadlibrarian.net/294276875/ \
https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile
index 2ffddfe86b9b..1f582627fb77 100644
--- a/print/scribus-devel/Makefile
+++ b/print/scribus-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scribus
PORTVERSION= 1.5.6.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print editors
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \
http://www.scribus.net/downloads/${PORTVERSION}/
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile
index 3d32fba465fb..2362636b7e44 100644
--- a/print/texlive-base/Makefile
+++ b/print/texlive-base/Makefile
@@ -2,7 +2,7 @@
PORTNAME= texlive
PORTVERSION= 20150521
-PORTREVISION= 62
+PORTREVISION= 63
CATEGORIES= print
MASTER_SITES= TEX_CTAN/systems/texlive/Source/
PKGNAMESUFFIX= -base
diff --git a/print/xreader/Makefile b/print/xreader/Makefile
index a9b6bef64db0..97e5208cb324 100644
--- a/print/xreader/Makefile
+++ b/print/xreader/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xreader
PORTVERSION= 2.8.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print gnome
MAINTAINER= danfe@FreeBSD.org