Port details |
- shrinkpdf Simple wrapper around Ghostscript to reduce the file size of PDFs
- 1.2,1 print =2 1.1_2,1Version of this port present on the latest quarterly branch.
- Maintainer: grembo@FreeBSD.org
- Port Added: 2019-12-21 16:02:42
- Last Update: 2024-11-04 19:16:28
- Commit Hash: a22f95e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: graphics
- License: BSD3CLAUSE
- WWW:
- https://github.com/aklomp/shrinkpdf
- Description:
- A simple wrapper around Ghostscript to shrink PDFs (as in reduce filesize).
The script feeds a PDF through Ghostscript, which performs lossy
recompression by such methods as downsampling the images to 72dpi. The
result should be (but not always is) a much smaller file.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- shrinkpdf>0:print/shrinkpdf
- To install the port:
- cd /usr/ports/print/shrinkpdf/ && make install clean
- To add the package, run one of these commands:
- pkg install print/shrinkpdf
- pkg install shrinkpdf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: shrinkpdf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730638711
SHA256 (aklomp-shrinkpdf-v1.2_GH0.tar.gz) = 8040ee876411fdcfe8e74040f700dcf4fc2844a7e6f29c5041e8e73c34af9cd0
SIZE (aklomp-shrinkpdf-v1.2_GH0.tar.gz) = 4034
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- ghostscript10>=10.02.0 : print/ghostscript10
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- print_shrinkpdf
- USES:
- ghostscript:run
- 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.2,1 04 Nov 2024 19:16:28 |
Michael Gmelin (grembo) |
print/shrinkpdf: Update to 1.2 |
1.1_2,1 21 Jan 2024 19:25:24 |
Muhammad Moinur Rahman (bofh) |
print/shrinkpdf: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.1_1,1 03 Nov 2023 07:17:38 |
Michael Osipov (michaelo) |
*/*: Bump PORTREVISION for Ghostscript 10 change
Reported by: sunpoet
Approved by: jrm (mentor), sunpoet
Differential Revision: https://reviews.freebsd.org/D42412 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
1.1,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
1.1,1 13 Jul 2022 12:56:59 |
Michael Gmelin (grembo) |
print/shrinkpdf: Update to 1.1, bump PORTEPOCH
Upstream moved to github and started tagging releases. |
20191221 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
20191221 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20191221 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
20191221 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20191221 21 Dec 2019 16:05:00 |
grembo |
Remove forgotten leftover comments |
20191221 21 Dec 2019 16:02:34 |
grembo |
shrinkpdf is a nifty little tool to reduce the file size of a PDF |