The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD print : auctex

Integrated environment for writing LaTeX using GNU Emacs

    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. 

http://www.gnu.org/software/auctex/



auctex history


v. 1.32
date: 2007/12/16 14:44:38;  author: hrs;  state: Exp;  lines: +2 -2
- Remove hard-coded EMACS_PORT_NAME.
- Add PKGNAMESUFFIX based on EMACS_PORT_NAME.

Pointed out by:	Jan Henrik Sylvester

v. 1.31 date: 2007/07/23 09:36:24; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.30 date: 2007/05/19 20:20:41; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.29 date: 2007/04/08 13:24:55; author: hrs; state: Exp; lines: +3 -2 Update to 11.84. Changes include: * There have been problems with the `-without-texmf-dir' option to `configure' when the value of `-with-kpathsea-sep' was set or determined for an installation system with a default different from that of the runtime system. `with-kpathsea-sep' has been removed; the setting is now usually determined at runtime. Due to this and other problems, preview-latex in the released XEmacs package failed under Windows or with anything except recent 21.5 XEmacsen. * AUCTeX and preview-latex have been changed in order to accommodate file names containing spaces. preview-latex now tolerates bad PostScript code polluting the stack (like some Omega fonts). * `preview.sty' had in some cases failed to emit PostScript header specials. * Support for folding of comments was added. * The `polish' language option of the babel LaTeX package as well as the polski LaTeX package are now supported. Most notably this means that AUCTeX will help to insert quotation marks as defined by polish.sty (`"`..."'') and polski.sty (`,,...'''). * The TeX tool bar is now available and enabled by default in plain TeX mode. * Bug fix in the display of math subscripts and superscripts. * Bug fix `TeX-doc' for Emacs 21. * There has been quite a number of other bug fixes to various features and documentation across the board.
v. 1.28 date: 2006/06/25 17:28:06; author: hrs; state: Exp; lines: +2 -1 Update to 11.83. Changes include: - The new function `TeX-doc' provides easy access to documentation about commands and packages or information related to TeX and friends in general. It is accessible with the key binding `C-c ?' or the `Find Documentation...' entry in the mode menus. - You can now get rid of generated intermediate and output files by means of the new `Clean' and `Clean All' entries in `TeX-command-list' accessible with `C-c C-c' or the Command menu. - Support for forward search with PDF files was added. That means you can jump to a place in the output file corresponding to the position in the source file. Currently this only works if you use the pdfsync LaTeX package and xpdf as your PDF viewer. The accuracy is in the range of +/-1 page. - Adding support for this feature required the default value of the variable `TeX-output-view-style' to be changed. Please make sure you either remove any customizations overriding the new default or incorporate the changes into your customizations if you want to use this feature. - The error parsing of AUCTeX as well as preview-latex now deals with -file-line-error type messages from newer web2c versions (earlier versions would omit the traditional error context, which will not work). - The LaTeX tool bar is now enabled by default. - A problem in preview-latex in connection with XyMTeX has been fixed. IMPORTANT: Many of the new features in the 11.x series rely on special properties in the variable `TeX-command-list' and will not work if you customized this variable for a pre-11.5x release of AUCTeX. If this is the case for you, please re-initialize the variable by erasing the customization, thereby setting the variable to the new default, and re-adding your changes afterwards.
v. 1.27 date: 2006/01/28 02:11:33; author: linimon; state: Exp; lines: +1 -0 - Fix possibility of "infinite make fork" when "Registering install for ..." EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs [1], sem [1, 3, 8, 12], Andrew Heybey [2], Jamie Jones , tobez [4], Mark Andrews [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy [9], Ulrich Spoerlein [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
v. 1.26 date: 2005/12/20 05:38:41; author: hrs; state: Exp; lines: +2 -2 Update to 11.82. Changes include: * Support for the MinionPro LaTeX package was added. * Warnings and underfull/overfull boxes are now being indicated in the echo area after a LaTeX run, if the respective debugging options are activated with `TeX-toggle-debug-warnings' (`C-c C-t C-w') or `TeX-toggle-debug-bad-boxes' (`C-c C-t C-b'). In this case `TeX-next-error' will find these warnings in addition to normal errors. The key binding `C-c C-w' for `TeX-toggle-debug-bad-boxes' (which was renamed from `TeX-toggle-debug-boxes') now is deprecated. * AUCTeX now can automatically insert a pair of braces after typing <_> or <^> in math constructs if the new variable `TeX-electric-sub-and-superscript' is set to a non-nil value. * Some language-specific support for French was added. There now is completion support for the commands provided by the `frenchb' (and `francais') options of the babel LaTeX package and easier input of French quotation marks (`\\og ...\\fg') which can now be inserted by typing <">. * Completion support for options of some LaTeX packages was added. * Already in version 11.81 the way to activate AUCTeX changed substantially. This should now be done with `(load "auctex.el" nil t t)' instead of the former `(require 'tex-site)'. Related to this change `tex-mik.el' does not load `tex-site.el' anymore. That means if you used only `(require 'tex-mik)' in order to activate AUCTeX, you have to add `(load "auctex.el" nil t t)' before the latter statement. More detailed information can be found in the installation instructions. * Handling of verbatim constructs was consolidated across AUCTeX. This resulted in the font-latex-specific variables `font-latex-verb-like-commands', `font-latex-verbatim-macros', and `font-latex-verbatim-environments' being removed and the more general variables `LaTeX-verbatim-macros-with-delims', `LaTeX-verbatim-macros-with-braces', and `LaTeX-verbatim-environments' being added. * The output of a BibTeX run is now checked for warnings and errors, which are reported in the echo area. * The aliases for `font-latex-title-fontify' were removed. Use `font-latex-fontify-sectioning' instead. * The problem that Japanese macros where broken across lines was fixed. * Various bug fixes.
v. 1.25 date: 2005/09/30 08:38:14; author: hrs; state: Exp; lines: +3 -1 Set --with-texmf-dir explicitly.
v. 1.24 date: 2005/09/30 05:46:03; author: hrs; state: Exp; lines: +12 -3 Fix the missing dependency and pkg-plist. Spotted by: KIMURA Yasuhiro PR: ports/86734
v. 1.23 date: 2005/09/28 06:54:45; author: hrs; state: Exp; lines: +1 -3 Update to 11.81.
v. 1.22 date: 2005/02/06 16:41:15; author: hrs; state: Exp; lines: +3 -1 Update to 11.55[1] and mark as NOT_FOR_ARCHS=ia64[2]. PR: ports/76474[1] Submitted by: KIMURA Yasuhiro (yasu at utahime dot org)[1] Noticed by: kris[2]
v. 1.21 date: 2004/08/30 01:36:19; author: hrs; state: Exp; lines: +1 -1 Update to 11.53.
v. 1.20 date: 2004/08/21 07:55:52; author: hrs; state: Exp; lines: +2 -2 Update to 11.52.
v. 1.19 date: 2004/08/21 07:39:59; author: hrs; state: Exp; lines: +3 -1 Install contrib files. Submitted by: KIMURA Yasuhiro PR: ports/70754
v. 1.18 date: 2004/08/20 18:53:13; author: hrs; state: Exp; lines: +9 -18 - Update to 11.51. - Fix the install directory[*]. Submitted by: KIMURA Yasuhiro[*] PR: 68250[*]
v. 1.17 date: 2004/07/25 14:37:14; author: hrs; state: Exp; lines: +1 -1 Take maintainership. Approved by: linimon (mentor)
v. 1.16 date: 2004/06/19 10:43:41; author: vs; state: Exp; lines: +0 -2 Drop runtime-dependency on teTeX now that we've got so many different flavours. PR: ports/68092 Submitted by: KIMURA Yasuhiro
v. 1.15 date: 2004/05/23 21:23:03; author: pav; state: Exp; lines: +9 -14 - Update to 11.14 PR: ports/67043 Submitted by: KIMURA Yasuhiro
v. 1.14 date: 2003/10/03 11:04:58; author: edwin; state: Exp; lines: +2 -1 Chase up new MASTER_SITE_SAVANNAH. PR: ports/56970 Submitted by: Jean-Yves Lefort
v. 1.13 date: 2003/06/09 16:36:44; author: erwin; state: Exp; lines: +3 -1 Add two more MASTER_SITES PR: 53088 Submitted by: Serge Gagnon Approved by: edwin (mentor)
v. 1.12 date: 2003/03/28 00:44:10; author: yoichi; state: Exp; lines: +1 -1 Update preview-latex to 0.7.8, drop maintainership for auctex,preview-latex.
v. 1.11 date: 2003/03/07 06:09:01; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.10 date: 2003/01/08 08:36:15; author: yoichi; state: Exp; lines: +2 -2 Update to 11.13
v. 1.9 date: 2002/06/25 18:30:57; author: yoichi; state: Exp; lines: +2 -1 Use REINPLACE_CMD
v. 1.8 date: 2002/04/23 12:48:52; author: yoichi; state: Exp; lines: +3 -4 Update to auctex 11.11. Although it is not yet declared as out of alpha by the distributor, it is stable enough and now we can recommend it for FreeBSD users.
v. 1.7 date: 2002/04/20 13:22:45; author: yoichi; state: Exp; lines: +3 -1 Take maintainership. Make it to install contrib files. Approved by: mkamm@gmx.net (previous maintainer)
v. 1.6 date: 2002/02/04 10:22:47; author: yoichi; state: Exp; lines: +9 -25 Use Emacs21 by default. Terminate XEmacs support (ports/editors/xemacs-packages includes auctex). Arrange Makefile with bsd.emacs.mk. Approved by: maintainer
v. 1.5 date: 2001/06/06 18:19:02; author: roam; state: Exp; lines: +3 -2 Update to 10.0g. PR: 26544 Reported by: Eric Jacoboni - the PR Submitted by: maintainer - the patch
v. 1.4 date: 2000/10/08 10:22:41; author: asami; state: Exp; lines: +2 -2 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.3 date: 2000/04/09 17:49:17; author: cpiazza; state: Exp; lines: +3 -3 Accidental whitespace
v. 1.2 date: 2000/04/09 17:39:38; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.1 date: 1999/12/29 07:21:32; author: steve; state: Exp; Moving the auctex port from editors to print. ============================================================================= v. 1.32 date: 2007/12/16 14:44:38; author: hrs; state: Exp; lines: +2 -2 - Remove hard-coded EMACS_PORT_NAME. - Add PKGNAMESUFFIX based on EMACS_PORT_NAME. Pointed out by: Jan Henrik Sylvester
v. 1.31 date: 2007/07/23 09:36:24; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.30 date: 2007/05/19 20:20:41; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.29 date: 2007/04/08 13:24:55; author: hrs; state: Exp; lines: +3 -2 Update to 11.84. Changes include: * There have been problems with the `-without-texmf-dir' option to `configure' when the value of `-with-kpathsea-sep' was set or determined for an installation system with a default different from that of the runtime system. `with-kpathsea-sep' has been removed; the setting is now usually determined at runtime. Due to this and other problems, preview-latex in the released XEmacs package failed under Windows or with anything except recent 21.5 XEmacsen. * AUCTeX and preview-latex have been changed in order to accommodate file names containing spaces. preview-latex now tolerates bad PostScript code polluting the stack (like some Omega fonts). * `preview.sty' had in some cases failed to emit PostScript header specials. * Support for folding of comments was added. * The `polish' language option of the babel LaTeX package as well as the polski LaTeX package are now supported. Most notably this means that AUCTeX will help to insert quotation marks as defined by polish.sty (`"`..."'') and polski.sty (`,,...'''). * The TeX tool bar is now available and enabled by default in plain TeX mode. * Bug fix in the display of math subscripts and superscripts. * Bug fix `TeX-doc' for Emacs 21. * There has been quite a number of other bug fixes to various features and documentation across the board.
v. 1.28 date: 2006/06/25 17:28:06; author: hrs; state: Exp; lines: +2 -1 Update to 11.83. Changes include: - The new function `TeX-doc' provides easy access to documentation about commands and packages or information related to TeX and friends in general. It is accessible with the key binding `C-c ?' or the `Find Documentation...' entry in the mode menus. - You can now get rid of generated intermediate and output files by means of the new `Clean' and `Clean All' entries in `TeX-command-list' accessible with `C-c C-c' or the Command menu. - Support for forward search with PDF files was added. That means you can jump to a place in the output file corresponding to the position in the source file. Currently this only works if you use the pdfsync LaTeX package and xpdf as your PDF viewer. The accuracy is in the range of +/-1 page. - Adding support for this feature required the default value of the variable `TeX-output-view-style' to be changed. Please make sure you either remove any customizations overriding the new default or incorporate the changes into your customizations if you want to use this feature. - The error parsing of AUCTeX as well as preview-latex now deals with -file-line-error type messages from newer web2c versions (earlier versions would omit the traditional error context, which will not work). - The LaTeX tool bar is now enabled by default. - A problem in preview-latex in connection with XyMTeX has been fixed. IMPORTANT: Many of the new features in the 11.x series rely on special properties in the variable `TeX-command-list' and will not work if you customized this variable for a pre-11.5x release of AUCTeX. If this is the case for you, please re-initialize the variable by erasing the customization, thereby setting the variable to the new default, and re-adding your changes afterwards.
v. 1.27 date: 2006/01/28 02:11:33; author: linimon; state: Exp; lines: +1 -0 - Fix possibility of "infinite make fork" when "Registering install for ..." EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs [1], sem [1, 3, 8, 12], Andrew Heybey [2], Jamie Jones , tobez [4], Mark Andrews [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy [9], Ulrich Spoerlein [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
v. 1.26 date: 2005/12/20 05:38:41; author: hrs; state: Exp; lines: +2 -2 Update to 11.82. Changes include: * Support for the MinionPro LaTeX package was added. * Warnings and underfull/overfull boxes are now being indicated in the echo area after a LaTeX run, if the respective debugging options are activated with `TeX-toggle-debug-warnings' (`C-c C-t C-w') or `TeX-toggle-debug-bad-boxes' (`C-c C-t C-b'). In this case `TeX-next-error' will find these warnings in addition to normal errors. The key binding `C-c C-w' for `TeX-toggle-debug-bad-boxes' (which was renamed from `TeX-toggle-debug-boxes') now is deprecated. * AUCTeX now can automatically insert a pair of braces after typing <_> or <^> in math constructs if the new variable `TeX-electric-sub-and-superscript' is set to a non-nil value. * Some language-specific support for French was added. There now is completion support for the commands provided by the `frenchb' (and `francais') options of the babel LaTeX package and easier input of French quotation marks (`\\og ...\\fg') which can now be inserted by typing <">. * Completion support for options of some LaTeX packages was added. * Already in version 11.81 the way to activate AUCTeX changed substantially. This should now be done with `(load "auctex.el" nil t t)' instead of the former `(require 'tex-site)'. Related to this change `tex-mik.el' does not load `tex-site.el' anymore. That means if you used only `(require 'tex-mik)' in order to activate AUCTeX, you have to add `(load "auctex.el" nil t t)' before the latter statement. More detailed information can be found in the installation instructions. * Handling of verbatim constructs was consolidated across AUCTeX. This resulted in the font-latex-specific variables `font-latex-verb-like-commands', `font-latex-verbatim-macros', and `font-latex-verbatim-environments' being removed and the more general variables `LaTeX-verbatim-macros-with-delims', `LaTeX-verbatim-macros-with-braces', and `LaTeX-verbatim-environments' being added. * The output of a BibTeX run is now checked for warnings and errors, which are reported in the echo area. * The aliases for `font-latex-title-fontify' were removed. Use `font-latex-fontify-sectioning' instead. * The problem that Japanese macros where broken across lines was fixed. * Various bug fixes.
v. 1.25 date: 2005/09/30 08:38:14; author: hrs; state: Exp; lines: +3 -1 Set --with-texmf-dir explicitly.
v. 1.24 date: 2005/09/30 05:46:03; author: hrs; state: Exp; lines: +12 -3 Fix the missing dependency and pkg-plist. Spotted by: KIMURA Yasuhiro PR: ports/86734
v. 1.23 date: 2005/09/28 06:54:45; author: hrs; state: Exp; lines: +1 -3 Update to 11.81.
v. 1.22 date: 2005/02/06 16:41:15; author: hrs; state: Exp; lines: +3 -1 Update to 11.55[1] and mark as NOT_FOR_ARCHS=ia64[2]. PR: ports/76474[1] Submitted by: KIMURA Yasuhiro (yasu at utahime dot org)[1] Noticed by: kris[2]
v. 1.21 date: 2004/08/30 01:36:19; author: hrs; state: Exp; lines: +1 -1 Update to 11.53.
v. 1.20 date: 2004/08/21 07:55:52; author: hrs; state: Exp; lines: +2 -2 Update to 11.52.
v. 1.19 date: 2004/08/21 07:39:59; author: hrs; state: Exp; lines: +3 -1 Install contrib files. Submitted by: KIMURA Yasuhiro PR: ports/70754
v. 1.18 date: 2004/08/20 18:53:13; author: hrs; state: Exp; lines: +9 -18 - Update to 11.51. - Fix the install directory[*]. Submitted by: KIMURA Yasuhiro[*] PR: 68250[*]
v. 1.17 date: 2004/07/25 14:37:14; author: hrs; state: Exp; lines: +1 -1 Take maintainership. Approved by: linimon (mentor)
v. 1.16 date: 2004/06/19 10:43:41; author: vs; state: Exp; lines: +0 -2 Drop runtime-dependency on teTeX now that we've got so many different flavours. PR: ports/68092 Submitted by: KIMURA Yasuhiro
v. 1.15 date: 2004/05/23 21:23:03; author: pav; state: Exp; lines: +9 -14 - Update to 11.14 PR: ports/67043 Submitted by: KIMURA Yasuhiro
v. 1.14 date: 2003/10/03 11:04:58; author: edwin; state: Exp; lines: +2 -1 Chase up new MASTER_SITE_SAVANNAH. PR: ports/56970 Submitted by: Jean-Yves Lefort
v. 1.13 date: 2003/06/09 16:36:44; author: erwin; state: Exp; lines: +3 -1 Add two more MASTER_SITES PR: 53088 Submitted by: Serge Gagnon Approved by: edwin (mentor)
v. 1.12 date: 2003/03/28 00:44:10; author: yoichi; state: Exp; lines: +1 -1 Update preview-latex to 0.7.8, drop maintainership for auctex,preview-latex.
v. 1.11 date: 2003/03/07 06:09:01; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.10 date: 2003/01/08 08:36:15; author: yoichi; state: Exp; lines: +2 -2 Update to 11.13
v. 1.9 date: 2002/06/25 18:30:57; author: yoichi; state: Exp; lines: +2 -1 Use REINPLACE_CMD
v. 1.8 date: 2002/04/23 12:48:52; author: yoichi; state: Exp; lines: +3 -4 Update to auctex 11.11. Although it is not yet declared as out of alpha by the distributor, it is stable enough and now we can recommend it for FreeBSD users.
v. 1.7 date: 2002/04/20 13:22:45; author: yoichi; state: Exp; lines: +3 -1 Take maintainership. Make it to install contrib files. Approved by: mkamm@gmx.net (previous maintainer)
v. 1.6 date: 2002/02/04 10:22:47; author: yoichi; state: Exp; lines: +9 -25 Use Emacs21 by default. Terminate XEmacs support (ports/editors/xemacs-packages includes auctex). Arrange Makefile with bsd.emacs.mk. Approved by: maintainer
v. 1.5 date: 2001/06/06 18:19:02; author: roam; state: Exp; lines: +3 -2 Update to 10.0g. PR: 26544 Reported by: Eric Jacoboni - the PR Submitted by: maintainer - the patch
v. 1.4 date: 2000/10/08 10:22:41; author: asami; state: Exp; lines: +2 -2 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.3 date: 2000/04/09 17:49:17; author: cpiazza; state: Exp; lines: +3 -3 Accidental whitespace
v. 1.2 date: 2000/04/09 17:39:38; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.1 date: 1999/12/29 07:21:32; author: steve; state: Exp; Moving the auctex port from editors to print. ============================================================================= v. 1.32 date: 2007/12/16 14:44:38; author: hrs; state: Exp; lines: +2 -2 - Remove hard-coded EMACS_PORT_NAME. - Add PKGNAMESUFFIX based on EMACS_PORT_NAME. Pointed out by: Jan Henrik Sylvester
v. 1.31 date: 2007/07/23 09:36:24; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.30 date: 2007/05/19 20:20:41; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.29 date: 2007/04/08 13:24:55; author: hrs; state: Exp; lines: +3 -2 Update to 11.84. Changes include: * There have been problems with the `-without-texmf-dir' option to `configure' when the value of `-with-kpathsea-sep' was set or determined for an installation system with a default different from that of the runtime system. `with-kpathsea-sep' has been removed; the setting is now usually determined at runtime. Due to this and other problems, preview-latex in the released XEmacs package failed under Windows or with anything except recent 21.5 XEmacsen. * AUCTeX and preview-latex have been changed in order to accommodate file names containing spaces. preview-latex now tolerates bad PostScript code polluting the stack (like some Omega fonts). * `preview.sty' had in some cases failed to emit PostScript header specials. * Support for folding of comments was added. * The `polish' language option of the babel LaTeX package as well as the polski LaTeX package are now supported. Most notably this means that AUCTeX will help to insert quotation marks as defined by polish.sty (`"`..."'') and polski.sty (`,,...'''). * The TeX tool bar is now available and enabled by default in plain TeX mode. * Bug fix in the display of math subscripts and superscripts. * Bug fix `TeX-doc' for Emacs 21. * There has been quite a number of other bug fixes to various features and documentation across the board.
v. 1.28 date: 2006/06/25 17:28:06; author: hrs; state: Exp; lines: +2 -1 Update to 11.83. Changes include: - The new function `TeX-doc' provides easy access to documentation about commands and packages or information related to TeX and friends in general. It is accessible with the key binding `C-c ?' or the `Find Documentation...' entry in the mode menus. - You can now get rid of generated intermediate and output files by means of the new `Clean' and `Clean All' entries in `TeX-command-list' accessible with `C-c C-c' or the Command menu. - Support for forward search with PDF files was added. That means you can jump to a place in the output file corresponding to the position in the source file. Currently this only works if you use the pdfsync LaTeX package and xpdf as your PDF viewer. The accuracy is in the range of +/-1 page. - Adding support for this feature required the default value of the variable `TeX-output-view-style' to be changed. Please make sure you either remove any customizations overriding the new default or incorporate the changes into your customizations if you want to use this feature. - The error parsing of AUCTeX as well as preview-latex now deals with -file-line-error type messages from newer web2c versions (earlier versions would omit the traditional error context, which will not work). - The LaTeX tool bar is now enabled by default. - A problem in preview-latex in connection with XyMTeX has been fixed. IMPORTANT: Many of the new features in the 11.x series rely on special properties in the variable `TeX-command-list' and will not work if you customized this variable for a pre-11.5x release of AUCTeX. If this is the case for you, please re-initialize the variable by erasing the customization, thereby setting the variable to the new default, and re-adding your changes afterwards.
v. 1.27 date: 2006/01/28 02:11:33; author: linimon; state: Exp; lines: +1 -0 - Fix possibility of "infinite make fork" when "Registering install for ..." EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs [1], sem [1, 3, 8, 12], Andrew Heybey [2], Jamie Jones , tobez [4], Mark Andrews [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy [9], Ulrich Spoerlein [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
v. 1.26 date: 2005/12/20 05:38:41; author: hrs; state: Exp; lines: +2 -2 Update to 11.82. Changes include: * Support for the MinionPro LaTeX package was added. * Warnings and underfull/overfull boxes are now being indicated in the echo area after a LaTeX run, if the respective debugging options are activated with `TeX-toggle-debug-warnings' (`C-c C-t C-w') or `TeX-toggle-debug-bad-boxes' (`C-c C-t C-b'). In this case `TeX-next-error' will find these warnings in addition to normal errors. The key binding `C-c C-w' for `TeX-toggle-debug-bad-boxes' (which was renamed from `TeX-toggle-debug-boxes') now is deprecated. * AUCTeX now can automatically insert a pair of braces after typing <_> or <^> in math constructs if the new variable `TeX-electric-sub-and-superscript' is set to a non-nil value. * Some language-specific support for French was added. There now is completion support for the commands provided by the `frenchb' (and `francais') options of the babel LaTeX package and easier input of French quotation marks (`\\og ...\\fg') which can now be inserted by typing <">. * Completion support for options of some LaTeX packages was added. * Already in version 11.81 the way to activate AUCTeX changed substantially. This should now be done with `(load "auctex.el" nil t t)' instead of the former `(require 'tex-site)'. Related to this change `tex-mik.el' does not load `tex-site.el' anymore. That means if you used only `(require 'tex-mik)' in order to activate AUCTeX, you have to add `(load "auctex.el" nil t t)' before the latter statement. More detailed information can be found in the installation instructions. * Handling of verbatim constructs was consolidated across AUCTeX. This resulted in the font-latex-specific variables `font-latex-verb-like-commands', `font-latex-verbatim-macros', and `font-latex-verbatim-environments' being removed and the more general variables `LaTeX-verbatim-macros-with-delims', `LaTeX-verbatim-macros-with-braces', and `LaTeX-verbatim-environments' being added. * The output of a BibTeX run is now checked for warnings and errors, which are reported in the echo area. * The aliases for `font-latex-title-fontify' were removed. Use `font-latex-fontify-sectioning' instead. * The problem that Japanese macros where broken across lines was fixed. * Various bug fixes.
v. 1.25 date: 2005/09/30 08:38:14; author: hrs; state: Exp; lines: +3 -1 Set --with-texmf-dir explicitly.
v. 1.24 date: 2005/09/30 05:46:03; author: hrs; state: Exp; lines: +12 -3 Fix the missing dependency and pkg-plist. Spotted by: KIMURA Yasuhiro PR: ports/86734
v. 1.23 date: 2005/09/28 06:54:45; author: hrs; state: Exp; lines: +1 -3 Update to 11.81.
v. 1.22 date: 2005/02/06 16:41:15; author: hrs; state: Exp; lines: +3 -1 Update to 11.55[1] and mark as NOT_FOR_ARCHS=ia64[2]. PR: ports/76474[1] Submitted by: KIMURA Yasuhiro (yasu at utahime dot org)[1] Noticed by: kris[2]
v. 1.21 date: 2004/08/30 01:36:19; author: hrs; state: Exp; lines: +1 -1 Update to 11.53.
v. 1.20 date: 2004/08/21 07:55:52; author: hrs; state: Exp; lines: +2 -2 Update to 11.52.
v. 1.19 date: 2004/08/21 07:39:59; author: hrs; state: Exp; lines: +3 -1 Install contrib files. Submitted by: KIMURA Yasuhiro PR: ports/70754
v. 1.18 date: 2004/08/20 18:53:13; author: hrs; state: Exp; lines: +9 -18 - Update to 11.51. - Fix the install directory[*]. Submitted by: KIMURA Yasuhiro[*] PR: 68250[*]
v. 1.17 date: 2004/07/25 14:37:14; author: hrs; state: Exp; lines: +1 -1 Take maintainership. Approved by: linimon (mentor)
v. 1.16 date: 2004/06/19 10:43:41; author: vs; state: Exp; lines: +0 -2 Drop runtime-dependency on teTeX now that we've got so many different flavours. PR: ports/68092 Submitted by: KIMURA Yasuhiro
v. 1.15 date: 2004/05/23 21:23:03; author: pav; state: Exp; lines: +9 -14 - Update to 11.14 PR: ports/67043 Submitted by: KIMURA Yasuhiro
v. 1.14 date: 2003/10/03 11:04:58; author: edwin; state: Exp; lines: +2 -1 Chase up new MASTER_SITE_SAVANNAH. PR: ports/56970 Submitted by: Jean-Yves Lefort
v. 1.13 date: 2003/06/09 16:36:44; author: erwin; state: Exp; lines: +3 -1 Add two more MASTER_SITES PR: 53088 Submitted by: Serge Gagnon Approved by: edwin (mentor)
v. 1.12 date: 2003/03/28 00:44:10; author: yoichi; state: Exp; lines: +1 -1 Update preview-latex to 0.7.8, drop maintainership for auctex,preview-latex.
v. 1.11 date: 2003/03/07 06:09:01; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.10 date: 2003/01/08 08:36:15; author: yoichi; state: Exp; lines: +2 -2 Update to 11.13
v. 1.9 date: 2002/06/25 18:30:57; author: yoichi; state: Exp; lines: +2 -1 Use REINPLACE_CMD
v. 1.8 date: 2002/04/23 12:48:52; author: yoichi; state: Exp; lines: +3 -4 Update to auctex 11.11. Although it is not yet declared as out of alpha by the distributor, it is stable enough and now we can recommend it for FreeBSD users.
v. 1.7 date: 2002/04/20 13:22:45; author: yoichi; state: Exp; lines: +3 -1 Take maintainership. Make it to install contrib files. Approved by: mkamm@gmx.net (previous maintainer)
v. 1.6 date: 2002/02/04 10:22:47; author: yoichi; state: Exp; lines: +9 -25 Use Emacs21 by default. Terminate XEmacs support (ports/editors/xemacs-packages includes auctex). Arrange Makefile with bsd.emacs.mk. Approved by: maintainer
v. 1.5 date: 2001/06/06 18:19:02; author: roam; state: Exp; lines: +3 -2 Update to 10.0g. PR: 26544 Reported by: Eric Jacoboni - the PR Submitted by: maintainer - the patch
v. 1.4 date: 2000/10/08 10:22:41; author: asami; state: Exp; lines: +2 -2 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.3 date: 2000/04/09 17:49:17; author: cpiazza; state: Exp; lines: +3 -3 Accidental whitespace
v. 1.2 date: 2000/04/09 17:39:38; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.1 date: 1999/12/29 07:21:32; author: steve; state: Exp; Moving the auctex port from editors to print. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm