summaryrefslogtreecommitdiff
path: root/graphics/dspdfviewer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost: bump consumers after Boost updateDima Panov2025-06-021-1/+1
|
* graphics/poppler: bump dependent portsLoïc Bartoletti2025-04-181-1/+1
|
* all: drop support for EOL FreeBSD 14.1Rene Ladan2025-04-011-14/+1
| | | | | | | | | | | | - Mk/bsd.port.mk: de-support FreeBSD 14.1 - devel/boost-libs: simplify a comment - devel/libdispatch: remove a commented out and outdated code block - editors/imhex: simplify some tautologies - editors/libreoffice: remove an outdated BROKEN - graphics/dspdfviewer: simplify OSVERSION logic Approved by: portmgr (implicit) Differential Revision: https://reviews.freebsd.org/D49099
* graphics/poppler: bump dependent portsLoïc Bartoletti2025-03-291-1/+1
|
* devel/boost: bump consumers after Boost-1.87 updateDima Panov2025-02-141-1/+1
| | | | Sponsored by: Future Crew, LLC
* graphics/dspdfviewer: Fix builds in 13.4Santhosh Raju2025-01-101-2/+2
|
* devel/boost: bump consu,ers after update Boost to 1.86 releaseDima Panov2024-11-201-1/+1
| | | | Sponsored by: Future Crew, LLC
* */*: bump consumers after devel/boost* updateDima Panov2024-10-031-1/+1
| | | | | With hat: office Sponsored by: Future Crew, LLC
* all: drop support for expired FreeBSD 14.0Rene Ladan2024-10-011-1/+1
| | | | | | | | Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
* graphics/dspdfviewer: Fix builds in 13.3 and 14.1.Santhosh Raju2024-08-041-2/+2
|
* graphics/dspdfviewer: fix build failure for Clang 18.1.4.Santhosh Raju2024-04-231-0/+5
|
* graphics/dspdfviewer: Move man pages to share/manNuno Teixeira2024-03-092-14/+3
| | | | Approved by: portmgr (blanket)
* graphics/poppler: bump consumers of graphics/popplerTobias C. Berner2024-03-021-1/+1
| | | | Bump after rupdate in 478df79a3071b399f648107456cf371587e84a3f
* graphics/poppler: bump revision of consumersTobias C. Berner2024-01-031-1/+1
|
* graphics/dspdfviewer: Remove OSVERSION conditionalsMuhammad Moinur Rahman2023-09-301-1/+1
| | | | | | | Minimum supported OSVERSION is 120400 by the port infrastructure so no need for additional conditions. Approved by: portmgr (blanket)
* graphics/dspdfviewer: Fix build failures for clang 16.0.6Santhosh Raju2023-07-151-0/+5
| | | | Change applies to 14.0-CURRENT (1400092 and above).
* graphics/poppler: bump dependenciesTobias C. Berner2023-05-141-1/+1
|
* graphics/poppler: bump consumers after update to 23.04Tobias C. Berner2023-04-201-1/+1
| | | | graphics/poppler was updated in 06339c451266f5843e53bd6406c81a89eedd4ab1
* graphics/dspdfviewer: repair buildAdriaan de Groot2023-03-261-0/+9
| | | | | dspdfviewer.cpp:50:22: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical] secondaryWindow(0, (r.useFullPage() | r.duplicate())? PagePart::FullPage
* graphics/dspdfviewer: Unbreak build for Release 12.4 (1204000) and above.Santhosh Raju2023-03-221-1/+1
|
* graphics/poppler: bump dependenciesTobias C. Berner2023-01-091-1/+1
| | | | Follow-up to 9b78681895a5a5b7225299242098f7f2f27d959c
* graphics/poppler: bump dependenciesTobias C. Berner2022-12-081-1/+1
|
* graphics/poppler: bump PORTREVISION of dependenciesTobias C. Berner2022-11-081-1/+1
| | | | - after update to 22.11 in d01d0d73b169
* graphics/poppler: bump port revision of poppler consumersTobias C. Berner2022-10-081-1/+1
| | | | - poppler was updated to 22.10 in df406767857ddfc6d9580d72b1613a7cf8579bbc
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-1/+1
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* graphics/poppler: bump port revision of consumers after upgrade to 22.09Tobias C. Berner2022-09-111-1/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* graphics/dspdfviewer: Unbreak the build for latest boost library.Santhosh Raju2022-08-222-2/+13
| | | | Force using c++14 standard for clang when compiling with boost headers.
* */*: bump all consumers after recent boost upgradeDima Panov2022-08-121-1/+1
|
* graphics/poppler: bump dependenciesTobias C. Berner2022-08-091-1/+1
| | | | Bump port revisions of poppler users after 04f1b0c1a895851aed9221282c1a503bc7415a37
* graphics/poppler: bump PORTREVISION of poppler consumersTobias C. Berner2022-07-061-1/+1
|
* graphics/dspdfviewer: Fix build on HEAD >= 1400059.Santhosh Raju2022-06-051-0/+5
|
* graphics/poppler: bump port revision of consumers after 22.06 upgradeTobias C. Berner2022-06-051-1/+1
|
* devel/boost-all: bump all library consumers after boost upgradeDima Panov2022-05-221-1/+1
| | | | PR: 246106
* graphics/poppler: bump portrevision of consumersTobias C. Berner2022-05-091-1/+1
|
* graphics/poppler: bump portrevision of consumersTobias C. Berner2022-04-261-1/+1
| | | | | | Bump revisions after 0ee787592d5a due to so-version bump. PR: 263009
* graphics/poppler: bump consumersTobias C. Berner2022-03-291-1/+1
| | | | Bump consumers of graphics/poppler after e25859e09380f5930718094423dc8616cbb202b3
* graphics/poppler: update to 21.12Tobias C. Berner2021-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | Release 21.12.0: core: * Add API to add images * CairoOutputDev: Fix de-duping of Flate images * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393 * Minor code improvements glib: * Add API for validation of signatures * Add API to read/save to file descriptor utils: * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117 build system: * Increase C++ standard to 17 Exp-run by: antoine PR: 260344
* Bump PORTREVISION of graphics/poppler consumers.Gleb Popov2021-11-081-1/+1
| | | | PR: 259656
* graphics/poppler: bump consumers after 2dee0997fbc9ee01991f73f0fa55f9b18908a264Tobias C. Berner2021-10-121-1/+1
|
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-1/+1
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* poppler: bump revisions of usersTobias C. Berner2021-09-061-1/+1
| | | | | | Bump the remaining users of poppler after d98b56f1deb5b6a03a7e04fc16192ecb2af9df1e PR: 258206
* graphics/poppler: update to 21.08.0Tobias C. Berner2021-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.08.0: core: * Add API to allow addition and modification of outlines into a PDF * Use additional samples to test for constant parts of an axial gradient * forms: Create fallback fonts for some well known font names * Support reading the PDF Version from the Catalog * Fix XRef::copy when there are modified objects * Take into account that Date string may be in unicode * JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error" * Replace a local bubble sort implementation by std::sort * Fix issues with malformed files build system: * Better error message when libjpeg is not found * Better error messages when libopenjpeg2 is not found qt5/qt6: * Document that a document has to outlive its pages * Make getPdfVersion return a dedicated version object glib: * mimick TextSelectionDumper logic change for spaceAfter Exp-run by: antoine PR: 257539
* graphics/poppler: update to 21.07.0Tobias C. Berner2021-07-061-1/+1
| | | | | | | | | | | | | | | Release 21.07.0: core: * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535 * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088 * CairoOutputDev: Fix memory leak on broken files * Minor code improvements build system: * set C standard to 11 without extensions Exp-run by: antoine PR: 256981
* graphics/poppler: update to 21.06.0Tobias C. Berner2021-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.06.0: core: * Fix rendering of some extended latin1 characters in annotations. Issue #1070 * Support some not so well formed documents with password. Issue #1083 * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual representation * Fix crashes in malformed files * Minor code improvements qt6: * Change some functions to return std::unique_ptr qt5/qt6: * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual representation * Don't assert when trying to invert singular matrices build system: * make boost opt-out if building splash - Add dependency on boost to enable the splash backend. PR: 256370 Exp-run by: antoine
* graphics/poppler: update to 21.05.0Tobias C. Berner2021-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Release 21.05.0: core: * Fix crashes in malformed files * Export SplashFont* symbols used by Scribus * Minor code improvements qt5/qt6: * Make sure new signatures are always properly oriented * Allow to pass the border width when signing glib: * Enhance find to support multi-line matching utils: * pdftoppm: Fix regression when using single scaleTo. Issue #1062 build system: * Allow to disable building manual tests PR: 255562 Exp-run by: antoine
* graphics/poppler: update to 21.04.0Tobias C. Berner2021-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.04.0: core: * Hide symbols by default * TextSelectionDumper: fix word order for RTL text * Fix rendering of text in some files. Issue #1052 * Implement rendering of Masks of Image subtype. Issue #1058 * Forms: fix unclicking standalone form buttons. Issue #1034 glib: * Expose more fields from MediaRendition in PopplerMedia * Use stock glib macro to define boxed type * Remove incorrecly used volatile from enum type registration code qt5: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" qt6: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" utils: * pdfsig: New paragraph for "-sign" in manpage * pdfimages: Do not assert in "too big images". Issue #1061 build system: * Require cmake >= 3.10 * Require Qt 5 >= 5.9 * Require glib >= 2.56 * Require gtk 3 >= 3.22 * Require gdk-pixbuf >= 2.36 PR: poppler-21.04.0 Exp-run by: antoine
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|