Port details on branch 2024Q1 |
- pdf-tools Emacs support library for PDF files
- 1.1.0_6 print =0 1.1.0_6Version of this port present on the latest quarterly branch.
- Maintainer: jrm@FreeBSD.org
- Port Added: 2024-03-27 00:00:05
- Last Update: 2024-03-26 23:51:49
- Commit Hash: bb5373b
- 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
- 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-29.3 : editors/emacs@full
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- gmake>=4.3 : devel/gmake
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Runtime dependencies:
-
- tablist>=0.70 : devel/tablist@full
- emacs-29.3 : 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0_6 26 Mar 2024 23:51:49 |
Joseph Mingrone (jrm) |
Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44492
(cherry picked from commit 26421ac37c3c013c7809400976c866a8f70db436) |
1.1.0_4 26 Mar 2024 23:41:02 |
Joseph Mingrone (jrm) |
*/*: Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D43615
(cherry picked from commit ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48) |