| Port details |
- pdf-tools Emacs support library for PDF files
- 1.3.0_3 print
=0 1.3.0_3Version of this port present on the latest quarterly branch. - Maintainer: jrm@FreeBSD.org
 - Port Added: 2018-02-02 16:04:52
- Last Update: 2026-06-22 16:20:25
- Commit Hash: 320e46a
- Also Listed In: elisp
- License: GPLv3+
- WWW:
- https://github.com/vedang/pdf-tools
- Description:
- PDF Tools is, among other things, a replacement of Emacs's DocView for PDF
files. The key difference is that pages are not pre-rendered by
e.g. ghostscript and stored in the file-system, but rather created on-demand and
stored in memory. This rendering is performed by a special library named, for
whatever reason, poppler, running inside a server program. This program is
called epdfinfo and its job is to successively read requests from Emacs and
produce the proper results, i.e. the PNG image of a PDF page.
Actually, displaying PDF files is just one part of PDF Tools. Since poppler can
provide us with all kinds of information about a document and is also able to
modify it, there is a lot more we can do with it.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- pdf-tools>0:print/pdf-tools
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/print/pdf-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install print/pdf-tools
- pkg install pdf-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pdf-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1767376867
SHA256 (vedang-pdf-tools-v1.3.0_GH0.tar.gz) = 0bc01cb55eaf82d0a2e9209c4dcc9a25eb986381f414f5625e5b5cfd7b06c9bc
SIZE (vedang-pdf-tools-v1.3.0_GH0.tar.gz) = 479665
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:
-
- emacs-30.2 : editors/emacs@nox
- gettext-runtime>=0.26 : devel/gettext-runtime
- gmake>=4.4.1 : devel/gmake
- ImageMagick7>=7 : graphics/ImageMagick7
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.73 : devel/autoconf
- automake>=1.18.1 : devel/automake
- Runtime dependencies:
-
- tablist>=0.70 : devel/tablist
- ImageMagick7>=7 : graphics/ImageMagick7
- Library dependencies:
-
- libpng16.so : graphics/png
- libpoppler-glib.so : graphics/poppler-glib
- libpoppler.so : graphics/poppler
- libintl.so : devel/gettext-runtime
- libcairo.so : graphics/cairo
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- print_pdf-tools
- USES:
- autoreconf:build emacs:build gettext-runtime gmake gnome magick:7,build,run pkgconfig
- pkg-message:
- For install:
- Final pdf-tools setup instructions:
Add the line below to your Emacs initialization.
(load "pdf-tools-init.el")
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.80.125_1 10 Nov 2018 19:57:08
  |
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
0.80.125 25 Oct 2018 01:37:50
  |
jrm  |
print/pdf-tools: Update to latest (213d685) master-branch commit |
0.80.101 14 Jun 2018 22:45:00
  |
jrm  |
print/pdf-tools: Update and add to elisp category |
0.80.79_1 08 Jun 2018 03:27:29
  |
linimon  |
Mark as broken on powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.80.79_1 31 May 2018 01:18:05
  |
jrm  |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html |
0.80.79 25 Feb 2018 16:46:51
  |
antoine  |
Canonicalize dependency on libpng |
0.80.79 02 Feb 2018 16:04:37
  |
jrm  |
New port, print/pdf-tools: Emacs support library for PDF files
WWW: https://github.com/politza/pdf-tools |