Port details |
- pdfmixtool Application to split, merge, rotate and mix PDF files
- 1.1.1_3 print =2 1.1.1_3Version of this port present on the latest quarterly branch.
- Maintainer: dev@submerge.ch
- Port Added: 2022-11-22 23:40:02
- Last Update: 2024-01-17 08:52:25
- Commit Hash: 963ccdb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: editors graphics
- License: GPLv3
- WWW:
- https://www.scarpetta.eu/pdfmixtool/
- Description:
- PDF Mix Tool is a simple and lightweight application that allows you to perform
common editing operations on PDF files.
Base operations it can perform are the following:
* Merge two or more files specifying a page set for each of them
* Rotate pages
* Composite more pages onto a single one (N-up)
* Combinations of all of the above
Besides, it can also mix files alternating their pages, generate booklets,
add white pages to a PDF file, delete pages from a PDF file, extract pages from
a PDF file, edit the PDF document information, extract images from a PDF file.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- pdfmixtool-qt5>0:print/pdfmixtool
- Conflicts:
- CONFLICTS_INSTALL:
- pdfmixtool-qt5
- pdfmixtool-qt6
- To install the port:
- cd /usr/ports/print/pdfmixtool/ && make install clean
- To add the package, run one of these commands:
- pkg install print/pdfmixtool
- pkg install pdfmixtool-qt5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pdfmixtool-qt5
- Package flavors (<flavor>: <package>)
- qt5: pdfmixtool-qt5
- qt6: pdfmixtool-qt6
- distinfo:
- TIMESTAMP = 1668987650
SHA256 (scarpetta-pdfmixtool-35d482029881d9904c6e7487fe7572a3a5795406_GL0.tar.gz) = ec767369f8d9fb02f320ec9f6044b0fc5bd962dbc45cc7b1be9c69cfa620c2b0
SIZE (scarpetta-pdfmixtool-35d482029881d9904c6e7487fe7572a3a5795406_GL0.tar.gz) = 174137
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- pkgconf>=1.3.0_1 : devel/pkgconf
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- Library dependencies:
-
- libqpdf.so : print/qpdf
- libMagick++-7.so : graphics/ImageMagick7
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5Xml.so : textproc/qt5-xml
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- print_pdfmixtool
- USES:
- cmake compiler:c++11-lang desktop-file-utils magick pkgconfig qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.1_3 17 Jan 2024 08:52:25 |
Fernando Apesteguía (fernape) Author: Florian Walpen |
print/pdfmixtool: Fix build after ImageMagick7 7.1.1 update.
iAfter the update to ImageMagick7 7.1.1, build would fail and complain about
MAGICKCORE_HDRI_ENABLE not being defined. While pkgconf clearly propagates these
additional CFLAGS, the CMakeLists.txt of pdfmixtool does not use them.
PR: 276362
Reported by: dev@submerge.ch (maintainer) |
1.1.1_2 26 Jul 2023 19:58:56 |
Loïc Bartoletti (lbartoletti) |
devel/qt6: bump dependent ports |
1.1.1_1 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
1.1.1_1 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
1.1.1 22 Nov 2022 23:38:39 |
Guangyuan Yang (ygy) Author: Florian Walpen |
print/pdfmixtool: Add port
PR: 267892 |