| Port details on branch 2024Q1 |
- auctex Integrated environment for writing LaTeX using GNU Emacs
- 13.2_3 print
=0 13.2_3Version of this port present on the latest quarterly branch. - Maintainer: hrs@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://www.gnu.org/software/auctex/
- Description:
- AUC TeX is a comprehensive customizable integrated environment for
writing input files for LaTeX using GNU Emacs.
AUC TeX lets you run TeX/LaTeX and other LaTeX-related tools, such
as a output filters or post processor from inside Emacs. Especially
`running LaTeX' is interesting, as AUC TeX lets you browse through the
errors TeX reported, while it moves the cursor directly to the reported
error, and displays some documentation for that particular error. This
will even work when the document is spread over several files.
AUC TeX automatically indents your `LaTeX-source', not only as you
write it -- you can also let it indent and format an entire document.
It has a special outline feature, which can greatly help you `getting an
overview' of a document.
Apart from these special features, AUC TeX provides a large range of
handy Emacs macros, which in several different ways can help you write
your LaTeX documents fast and painlessly.
All features of AUC TeX are documented using the GNU Emacs online
documentation system. That is, documentation for any command is just
a key click away! AUC TeX is written entirely in Emacs-Lisp, and hence
you can easily add new features for your own needs.
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/print/auctex/ && make install clean
- To add the package, run one of these commands:
- pkg install print/auctex
- pkg install auctex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: auctex
- Package flavors (<flavor>: <package>)
- full: auctex
- canna: auctex-emacs_canna
- nox: auctex-emacs_nox
- devel_full: auctex-emacs_devel
- devel_nox: auctex-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1692602259
SHA256 (auctex-13.2.tar.gz) = 1e7e402abcf846694eba7719925bf095c23ef33a5e6602201c74b6ca60944035
SIZE (auctex-13.2.tar.gz) = 1667548
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:
-
- emacs-29.3 : editors/emacs@full
- ghostscript10>=10.02.0 : print/ghostscript10
- gmake>=4.3 : devel/gmake
- tex.fmt : print/tex-formats
- Runtime dependencies:
-
- emacs-29.3 : editors/emacs@full
- ghostscript10>=10.02.0 : print/ghostscript10
- tex.fmt : print/tex-formats
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for auctex-13.2_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- print_auctex
- USES:
- emacs ghostscript gmake tex
- 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 |
13.2_3 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) |
13.2_2 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) |