Port details on branch 2025Q1 |
- pdf-tools Emacs support library for PDF files
- 1.1.0_9 print
=0 1.1.0_9Version of this port present on the latest quarterly branch. - Maintainer: jrm@FreeBSD.org
 - Port Added: 2025-02-25 02:30:21
- Last Update: 2025-02-25 02:25:41
- Commit Hash: 7381060
- 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 - There is no configure plist information for this port.
- Dependency lines:
-
- pdf-tools>0:print/pdf-tools
- Conflicts:
- CONFLICTS_INSTALL:
- pdf-tools
- pdf-tools-emacs_*
- 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
- Package flavors (<flavor>: <package>)
- full: pdf-tools
- canna: pdf-tools-emacs_canna
- wayland: pdf-tools-emacs_wayland
- devel_full: pdf-tools-emacs_devel
- distinfo:
- TIMESTAMP = 1686502995
SHA256 (vedang-pdf-tools-v1.1.0_GH0.tar.gz) = bb5badef03e27411e62290d71c9e4657952230b6bd557c8523699d42c30a3866
SIZE (vedang-pdf-tools-v1.1.0_GH0.tar.gz) = 464021
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cask>0 : devel/cask@full
- tablist>=0.70.4 : devel/tablist@full
- emacs-30.1 : editors/emacs@full
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- gmake>=4.4.1 : devel/gmake
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Runtime dependencies:
-
- tablist>=0.70 : devel/tablist@full
- emacs-30.1 : editors/emacs@full
- Library dependencies:
-
- libpng.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
- libMagick++-7.so : graphics/ImageMagick7
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- print_pdf-tools
- USES:
- autoreconf:build emacs gettext-runtime gmake gnome magick:7
- pkg-message:
- For install:
- Final pdf-tools setup instructions:
Add the line below to your Emacs initialization.
(load "pdf-tools-init.el")
- Master Sites:
|