| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
22 Feb 2012 13:31:32
11.86_4
|
ashish  |
- Chase Emacs updates
PR: ports/165082 |
17 Oct 2011 06:01:31
11.86_3
|
ashish  |
- Chase editors/emacs update |
07 Sep 2011 20:21:30
11.86_2
|
ashish  |
Chase editors/emacs update |
27 Aug 2011 22:22:57
11.86_1
|
ashish  |
Chase editors/emacs update.
PR: ports/160196 |
19 Jan 2011 02:19:51
11.86
|
hrs  |
Update to 11.86. Changes:
* Parsing of LaTeX output was improved. It is now less likely that
AUCTeX opens a non-existent file upon calling `TeX-next-error'; a
problem for example encountered when using MiKTeX 2.8. In addition
quoted file names as emitted by MiKTeX are now supported.
* A new framework for the definition and selection of viewers was
implemented. If you have customizations regarding viewers you
will have to redo them in this new framework or reenable the old
one. See the section on viewers in the manual for details.
* Comprehensive editing support for PSTricks was added.
* Support for various LaTeX packages was added, e.g. `tabularx', (Only the first 15 lines of the commit message are shown above ) |
28 Mar 2010 06:47:48
11.85_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
11.85_2
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
11.85_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
19 Jul 2008 15:05:26
11.85
|
hrs  |
Update to 11.85. Changes include:
- Font locking has been improved significantly. It is now less
prone to color bleeding which could lead to high resource
usage. In addition it now includes information about LaTeX
macro syntax and can indicate syntactically incorrect macros in
LaTeX mode.
- The license was updated to GPLv3.
- Support for the nomencl, flashcards and comment LaTeX packages
as well as the Icelandic language option of babel were added.
- Support for folding of math macros was added.
(Only the first 15 lines of the commit message are shown above ) |
06 Jun 2008 13:58:01
11.84_3
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
16 Dec 2007 14:44:38
11.84_2
|
hrs  |
- Remove hard-coded EMACS_PORT_NAME.
- Add PKGNAMESUFFIX based on EMACS_PORT_NAME.
Pointed out by: Jan Henrik Sylvester |
23 Jul 2007 09:36:52
11.84_1
|
rafan  |
- 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 |
19 May 2007 20:32:57
11.84_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
08 Apr 2007 13:24:55
11.84
|
hrs  |
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).(Only the first 15 lines of the commit message are shown above ) |
25 Jun 2006 17:28:06
11.83
|
hrs  |
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 (Only the first 15 lines of the commit message are shown above ) |
28 Jan 2006 02:11:36
11.82
|
linimon  |
- 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]
(Only the first 15 lines of the commit message are shown above ) |
20 Dec 2005 05:38:41
11.82
|
hrs  |
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 (Only the first 15 lines of the commit message are shown above ) |
30 Sep 2005 08:38:14
11.81_1
|
hrs  |
Set --with-texmf-dir explicitly. |
30 Sep 2005 06:13:02
11.81_1
|
hrs  |
Update the instruction. |
30 Sep 2005 05:46:04
11.81_1
|
hrs  |
Fix the missing dependency and pkg-plist.
Spotted by: KIMURA Yasuhiro
PR: ports/86734 |
28 Sep 2005 06:54:45
11.81
|
hrs  |
Update to 11.81. |
06 Feb 2005 16:41:15
11.55
|
hrs  |
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] |
30 Aug 2004 01:36:19
11.53
|
hrs  |
Update to 11.53. |
21 Aug 2004 07:55:52
11.52
|
hrs  |
Update to 11.52. |
21 Aug 2004 07:39:59
11.51_1
|
hrs  |
Install contrib files.
Submitted by: KIMURA Yasuhiro
PR: ports/70754 |
20 Aug 2004 18:53:14
11.51
|
hrs  |
- Update to 11.51.
- Fix the install directory[*].
Submitted by: KIMURA Yasuhiro[*]
PR: 68250[*] |
25 Jul 2004 14:37:14
11.14
|
hrs  |
Take maintainership.
Approved by: linimon (mentor) |
19 Jun 2004 10:43:41
11.14
|
vs  |
Drop runtime-dependency on teTeX now that we've got so many different flavours.
PR: ports/68092
Submitted by: KIMURA Yasuhiro |
23 May 2004 21:23:03
11.14
|
pav  |
- Update to 11.14
PR: ports/67043
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |
10 Apr 2004 17:11:02
11.13
|
trevor  |
Cram into 80 columns by 24 rows. |
29 Jan 2004 16:13:06
11.13
|
trevor  |
SIZEify. |
03 Oct 2003 11:04:59
11.13
|
edwin  |
Chase up new MASTER_SITE_SAVANNAH.
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> |
09 Jun 2003 16:36:44
11.13
|
erwin  |
Add two more MASTER_SITES
PR: 53088
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor) |
28 Mar 2003 00:44:11
11.13
|
yoichi  |
Update preview-latex to 0.7.8, drop maintainership
for auctex,preview-latex. |
07 Mar 2003 06:09:08
11.13
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
08 Jan 2003 08:36:15
11.13
|
yoichi  |
Update to 11.13 |
25 Jun 2002 18:30:57
11.11
|
yoichi  |
Use REINPLACE_CMD |
23 Apr 2002 12:48:52
11.11
|
yoichi  |
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. |
20 Apr 2002 13:22:45
10.0g
|
yoichi  |
Take maintainership.
Make it to install contrib files.
Approved by: mkamm@gmx.net (previous maintainer) |
04 Feb 2002 10:22:47 
|
yoichi  |
Use Emacs21 by default. Terminate XEmacs support
(ports/editors/xemacs-packages includes auctex). Arrange Makefile with
bsd.emacs.mk. |
06 Jun 2001 19:19:03 
|
roam  |
Update to 10.0g. |
08 Oct 2000 11:23:49 
|
asami  |
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. |
08 Oct 2000 05:10:43 
|
asami  |
Convert category print to new layout. |