notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2024Q1
auctex Integrated environment for writing LaTeX using GNU Emacs
13.2_3 print on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 13.2_3Version of this port present on the latest quarterly branch.
Maintainer: hrs@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • auctex>0:print/auctex
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. emacs-29.3 : editors/emacs@full
  2. ghostscript10>=10.02.0 : print/ghostscript10
  3. gmake>=4.3 : devel/gmake
  4. tex.fmt : print/tex-formats
Runtime dependencies:
  1. emacs-29.3 : editors/emacs@full
  2. ghostscript10>=10.02.0 : print/ghostscript10
  3. tex.fmt : print/tex-formats
  4. 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:
Expand this list (11 items)
Collapse this list.
  1. ftp://ftp.fu-berlin.de/unix/gnu/auctex/
  2. ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/auctex/
  3. ftp://mirrors.rit.edu/gnu/auctex/
  4. http://ftp.halifax.rwth-aachen.de/gnu/auctex/
  5. http://ftp.kddilabs.jp/GNU/gnu/auctex/
  6. http://mirror.navercorp.com/gnu/auctex/
  7. https://ftp.gnu.org/gnu/auctex/
  8. https://ftpmirror.gnu.org/auctex/
  9. https://mirror.netcologne.de/gnu/auctex/
  10. https://mirrors.kernel.org/gnu/auctex/
  11. https://www.nic.funet.fi/pub/gnu/gnu/auctex/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
13.2_3
26 Mar 2024 23:51:49
commit hash: bb5373b0b95f1ffe3b58e728adbe9acb64dd51c3commit hash: bb5373b0b95f1ffe3b58e728adbe9acb64dd51c3commit hash: bb5373b0b95f1ffe3b58e728adbe9acb64dd51c3commit hash: bb5373b0b95f1ffe3b58e728adbe9acb64dd51c3 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
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
commit hash: 082542e6c694d58c24d1c425c9f06441c6a16db7commit hash: 082542e6c694d58c24d1c425c9f06441c6a16db7commit hash: 082542e6c694d58c24d1c425c9f06441c6a16db7commit hash: 082542e6c694d58c24d1c425c9f06441c6a16db7 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
*/*: 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)

Number of commits found: 2