aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2011-01-19 10:19:51 +0800
committerhrs <hrs@FreeBSD.org>2011-01-19 10:19:51 +0800
commitac4d86807b86c3f7a059ab26f46ac3960ae2267a (patch)
treeadde7e695edf3f3468a01f598af65e78612fe3b3 /print
parent068b7d5a33461a65079ead382e8b4652cac41a91 (diff)
downloadfreebsd-ports-gnome-ac4d86807b86c3f7a059ab26f46ac3960ae2267a.tar.gz
freebsd-ports-gnome-ac4d86807b86c3f7a059ab26f46ac3960ae2267a.tar.zst
freebsd-ports-gnome-ac4d86807b86c3f7a059ab26f46ac3960ae2267a.zip
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
Diffstat (limited to 'print')
-rw-r--r--print/auctex/Makefile3
-rw-r--r--print/auctex/distinfo5
-rw-r--r--print/auctex/files/patch-doc-Makefile.in14
-rw-r--r--print/auctex/pkg-plist28
4 files changed, 38 insertions, 12 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile
index 398bcaa25ec9..9ffa901fc8f0 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -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}
diff --git a/print/auctex/distinfo b/print/auctex/distinfo
index 651808fe982a..4100c0ba5898 100644
--- a/print/auctex/distinfo
+++ b/print/auctex/distinfo
@@ -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
diff --git a/print/auctex/files/patch-doc-Makefile.in b/print/auctex/files/patch-doc-Makefile.in
index 3edcacf83e77..136e38cfa5ff 100644
--- a/print/auctex/files/patch-doc-Makefile.in
+++ b/print/auctex/files/patch-doc-Makefile.in
@@ -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
diff --git a/print/auctex/pkg-plist b/print/auctex/pkg-plist
index 84e46a6b453f..89f636eac5a3 100644
--- a/print/auctex/pkg-plist
+++ b/print/auctex/pkg-plist
@@ -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