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',
  `CJK', and `hyperref'.

* An easy way to switch between TeX engines (PDFTeX, LuaTeX, XeTeX,
  Omega) was added.

* Support for SyncTeX was added.  This involves the command line
  options for LaTeX and the viewer.

* Folding can now be customized to use macro arguments as replacement
  text.

* `preview.sty' now works with XeTeX.

* A lot of smaller and larger bugs have been squashed.

Feature safe:	yes
This commit is contained in:
Hiroki Sato 2011-01-19 02:19:51 +00:00
parent f74020dd26
commit 20935cabf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267964
4 changed files with 38 additions and 12 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= auctex
PORTVERSION= 11.85
PORTREVISION= 3
PORTVERSION= 11.86
CATEGORIES= print elisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -1,3 +1,2 @@
MD5 (auctex-11.85.tar.gz) = 597c2adbee11877fe1f9b57baf0ba165
SHA256 (auctex-11.85.tar.gz) = aebbea00431f8fd1e6be6519d9cc28e974942000737f956027da2c952a6d304e
SIZE (auctex-11.85.tar.gz) = 1051323
SHA256 (auctex-11.86.tar.gz) = 3fc2cdbc0c8be1d385061ccb2e8c920b57344ea40eb44e014faf501c5d20e43b
SIZE (auctex-11.86.tar.gz) = 1179117

View file

@ -1,5 +1,5 @@
--- doc/Makefile.in.orig 2008-07-19 23:03:54.000000000 +0900
+++ doc/Makefile.in 2008-07-19 23:06:53.000000000 +0900
--- doc/Makefile.in.orig 2008-04-29 05:43:13.000000000 +0900
+++ doc/Makefile.in 2011-01-19 11:06:19.000000000 +0900
@@ -70,7 +70,11 @@
done ; \
}
@ -10,7 +10,7 @@
dist: $(DISTTEXTS) preview-latex.info auctex.info tex-ref.pdf
+.endif
extradist: html/auctex_toc.html auctex.ps auctex.pdf tex-ref.ps
extradist: html/auctex_toc.html auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf
@@ -110,6 +114,18 @@
auctex.info: $(AUCTEXTEXIFILES)
@ -31,10 +31,10 @@
install-auctex: auctex.info tex-ref.pdf
-$(MKINSTALLDIRS) $(DESTDIR)$(infodir)
rm -f $(DESTDIR)$(infodir)/auctex $(DESTDIR)$(infodir)/auctex-*
@@ -123,6 +139,7 @@
-$(MKINSTALLDIRS) $(DESTDIR)$(docdir)
rm -f $(DESTDIR)$(docdir)/tex-ref.pdf
$(INSTALL_DATA) tex-ref.pdf $(DESTDIR)$(docdir)
@@ -125,6 +141,7 @@
rm -f $(DESTDIR)$(docdir)/tex-ref.pdf; \
$(INSTALL_DATA) tex-ref.pdf $(DESTDIR)$(docdir); \
}
+.endif
# preview

View file

@ -199,6 +199,34 @@
%%LISPDIR%%/auctex/style/frenchb.elc
%%LISPDIR%%/auctex/style/francais.elc
%%LISPDIR%%/auctex/style/MinionPro.elc
%%LISPDIR%%/auctex/style/CJK.el
%%LISPDIR%%/auctex/style/CJK.elc
%%LISPDIR%%/auctex/style/CJKutf8.el
%%LISPDIR%%/auctex/style/CJKutf8.elc
%%LISPDIR%%/auctex/style/austrian.el
%%LISPDIR%%/auctex/style/austrian.elc
%%LISPDIR%%/auctex/style/bulgarian.el
%%LISPDIR%%/auctex/style/bulgarian.elc
%%LISPDIR%%/auctex/style/hyperref.el
%%LISPDIR%%/auctex/style/hyperref.elc
%%LISPDIR%%/auctex/style/multido.el
%%LISPDIR%%/auctex/style/multido.elc
%%LISPDIR%%/auctex/style/naustrian.el
%%LISPDIR%%/auctex/style/naustrian.elc
%%LISPDIR%%/auctex/style/pst-grad.el
%%LISPDIR%%/auctex/style/pst-grad.elc
%%LISPDIR%%/auctex/style/pst-node.el
%%LISPDIR%%/auctex/style/pst-node.elc
%%LISPDIR%%/auctex/style/pst-plot.el
%%LISPDIR%%/auctex/style/pst-plot.elc
%%LISPDIR%%/auctex/style/pst-slpe.el
%%LISPDIR%%/auctex/style/pst-slpe.elc
%%LISPDIR%%/auctex/style/ruby.el
%%LISPDIR%%/auctex/style/ruby.elc
%%LISPDIR%%/auctex/style/shortvrb.el
%%LISPDIR%%/auctex/style/shortvrb.elc
%%LISPDIR%%/auctex/style/tabularx.el
%%LISPDIR%%/auctex/style/tabularx.elc
%%LISPDIR%%/auctex/tex.elc
%%LISPDIR%%/auctex/tex-buf.elc
%%LISPDIR%%/auctex/latex.elc