1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 11.88.

This commit is contained in:
Hiroki Sato 2014-11-03 14:50:20 +00:00
parent e16c72df42
commit 065e33f3e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372113
4 changed files with 147 additions and 36 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= auctex
PORTVERSION= 11.87
PORTREVISION= 2
PORTVERSION= 11.88
CATEGORIES= print elisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,2 +1,2 @@
SHA256 (auctex-11.87.tar.gz) = 63d57229e585dbf727f5545337615b997488bfdf475274da0718c90b77bd5cf2
SIZE (auctex-11.87.tar.gz) = 1206073
SHA256 (auctex-11.88.tar.gz) = 716867d5fbcc5c67cca781d7c1984e6a3a6d5da056ec3b4f35170805bf4dc83f
SIZE (auctex-11.88.tar.gz) = 1302836

View File

@ -1,6 +1,37 @@
--- 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 @@
--- doc/Makefile.in.orig 2014-10-30 04:21:17.000000000 +0900
+++ doc/Makefile.in 2014-11-03 23:20:17.000000000 +0900
@@ -38,18 +38,18 @@
# If `texi2html' is not available, use `makeinfo' when possible. Set the ToC
# file accordingly. Actually, makeinfo >= 5 is needed, but we don't check the
# version.
-ifneq (@TEXI2HTML@,:)
- TEXI2HTML=@TEXI2HTML@
- TEXI2HTML_TOC=auctex_toc.html
-else
- ifneq (@MAKEINFO@,:)
- TEXI2HTML=@MAKEINFO@ --html
- TEXI2HTML_TOC=index.html
- else
- TEXI2HTML=@TEXI2HTML@
- TEXI2HTML_TOC=auctex_toc.html
- endif
-endif
+.if "@TEXI2HTML@" == ":"
+TEXI2HTML=@TEXI2HTML@
+TEXI2HTML_TOC=auctex_toc.html
+.else
+. if "@MAKEINFO@" == ":"
+TEXI2HTML=@MAKEINFO@ --html
+TEXI2HTML_TOC=index.html
+. else
+TEXI2HTML=@TEXI2HTML@
+TEXI2HTML_TOC=auctex_toc.html
+. endif
+.endif
TEXI2DVI=@TEXI2DVI@
TEXI2PDF=@TEXI2PDF@
MKINSTALLDIRS = ../mkinstalldirs
@@ -85,7 +85,11 @@
done ; \
}
@ -10,9 +41,9 @@
dist: $(DISTTEXTS) preview-latex.info auctex.info tex-ref.pdf
+.endif
extradist: html/auctex_toc.html auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf
extradist: html/$(TEXI2HTML_TOC) auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf
@@ -110,6 +114,18 @@
@@ -125,6 +129,18 @@
auctex.info: $(AUCTEXTEXIFILES)
$(MAKEINFO) auctex.texi
@ -31,7 +62,7 @@
install-auctex: auctex.info tex-ref.pdf
-$(MKINSTALLDIRS) $(DESTDIR)$(infodir)
rm -f $(DESTDIR)$(infodir)/auctex $(DESTDIR)$(infodir)/auctex-*
@@ -125,6 +141,7 @@
@@ -140,6 +156,7 @@
rm -f $(DESTDIR)$(docdir)/tex-ref.pdf; \
$(INSTALL_DATA) tex-ref.pdf $(DESTDIR)$(docdir); \
}

View File

@ -1,8 +1,16 @@
%%LISPDIR%%/auctex.el
%%LISPDIR%%/preview-latex.el
%%LISPDIR%%/tex-site.el
%%LISPDIR%%/auctex/.nosearch
%%LISPDIR%%/auctex/auto/.nosearch
@dirrm %%LISPDIR%%/auctex/auto
%%LISPDIR%%/auctex/bib-cite.el
%%LISPDIR%%/auctex/bib-cite.elc
%%LISPDIR%%/auctex/context-en.el
%%LISPDIR%%/auctex/context-en.elc
%%LISPDIR%%/auctex/context-nl.el
%%LISPDIR%%/auctex/context-nl.elc
%%LISPDIR%%/auctex/context.el
%%LISPDIR%%/auctex/context.elc
%%LISPDIR%%/auctex/font-latex.el
%%LISPDIR%%/auctex/font-latex.elc
%%LISPDIR%%/auctex/images/amstex.xpm
%%LISPDIR%%/auctex/images/bibtex.xpm
%%LISPDIR%%/auctex/images/dropdown.xpm
@ -43,12 +51,22 @@
%%LISPDIR%%/auctex/images/prvwrk24.xpm
%%LISPDIR%%/auctex/images/pspdf.xpm
%%LISPDIR%%/auctex/images/sep.xpm
%%LISPDIR%%/auctex/images/spell.xpm
%%LISPDIR%%/auctex/images/tex.xpm
%%LISPDIR%%/auctex/images/view.xpm
%%LISPDIR%%/auctex/images/viewdvi.xpm
%%LISPDIR%%/auctex/images/viewpdf.xpm
%%LISPDIR%%/auctex/images/viewps.xpm
@dirrm %%LISPDIR%%/auctex/images
%%LISPDIR%%/auctex/latex.el
%%LISPDIR%%/auctex/latex.elc
%%LISPDIR%%/auctex/multi-prompt.el
%%LISPDIR%%/auctex/multi-prompt.elc
%%LISPDIR%%/auctex/plain-tex.el
%%LISPDIR%%/auctex/plain-tex.elc
%%LISPDIR%%/auctex/preview.el
%%LISPDIR%%/auctex/preview.elc
%%LISPDIR%%/auctex/prv-emacs.el
%%LISPDIR%%/auctex/prv-emacs.elc
%%LISPDIR%%/auctex/style/.nosearch
%%LISPDIR%%/auctex/style/CJK.el
%%LISPDIR%%/auctex/style/CJK.elc
@ -56,6 +74,12 @@
%%LISPDIR%%/auctex/style/CJKutf8.elc
%%LISPDIR%%/auctex/style/MinionPro.el
%%LISPDIR%%/auctex/style/MinionPro.elc
%%LISPDIR%%/auctex/style/acro.el
%%LISPDIR%%/auctex/style/acro.elc
%%LISPDIR%%/auctex/style/acronym.el
%%LISPDIR%%/auctex/style/acronym.elc
%%LISPDIR%%/auctex/style/afterpage.el
%%LISPDIR%%/auctex/style/afterpage.elc
%%LISPDIR%%/auctex/style/alltt.el
%%LISPDIR%%/auctex/style/alltt.elc
%%LISPDIR%%/auctex/style/alphanum.el
@ -70,12 +94,16 @@
%%LISPDIR%%/auctex/style/amsmath.elc
%%LISPDIR%%/auctex/style/amsopn.el
%%LISPDIR%%/auctex/style/amsopn.elc
%%LISPDIR%%/auctex/style/amssymb.el
%%LISPDIR%%/auctex/style/amssymb.elc
%%LISPDIR%%/auctex/style/amstex.el
%%LISPDIR%%/auctex/style/amstex.elc
%%LISPDIR%%/auctex/style/amstext.el
%%LISPDIR%%/auctex/style/amstext.elc
%%LISPDIR%%/auctex/style/amsthm.el
%%LISPDIR%%/auctex/style/amsthm.elc
%%LISPDIR%%/auctex/style/array.el
%%LISPDIR%%/auctex/style/array.elc
%%LISPDIR%%/auctex/style/article.el
%%LISPDIR%%/auctex/style/article.elc
%%LISPDIR%%/auctex/style/austrian.el
@ -86,6 +114,12 @@
%%LISPDIR%%/auctex/style/beamer.elc
%%LISPDIR%%/auctex/style/biblatex.el
%%LISPDIR%%/auctex/style/biblatex.elc
%%LISPDIR%%/auctex/style/bigdelim.el
%%LISPDIR%%/auctex/style/bigdelim.elc
%%LISPDIR%%/auctex/style/bigstrut.el
%%LISPDIR%%/auctex/style/bigstrut.elc
%%LISPDIR%%/auctex/style/bm.el
%%LISPDIR%%/auctex/style/bm.elc
%%LISPDIR%%/auctex/style/book.el
%%LISPDIR%%/auctex/style/book.elc
%%LISPDIR%%/auctex/style/booktabs.el
@ -94,6 +128,8 @@
%%LISPDIR%%/auctex/style/bulgarian.elc
%%LISPDIR%%/auctex/style/captcont.el
%%LISPDIR%%/auctex/style/captcont.elc
%%LISPDIR%%/auctex/style/cleveref.el
%%LISPDIR%%/auctex/style/cleveref.elc
%%LISPDIR%%/auctex/style/comment.el
%%LISPDIR%%/auctex/style/comment.elc
%%LISPDIR%%/auctex/style/csquotes.el
@ -114,14 +150,34 @@
%%LISPDIR%%/auctex/style/dutch.elc
%%LISPDIR%%/auctex/style/emp.el
%%LISPDIR%%/auctex/style/emp.elc
%%LISPDIR%%/auctex/style/english.el
%%LISPDIR%%/auctex/style/english.elc
%%LISPDIR%%/auctex/style/epigraph.el
%%LISPDIR%%/auctex/style/epigraph.elc
%%LISPDIR%%/auctex/style/epsf.el
%%LISPDIR%%/auctex/style/epsf.elc
%%LISPDIR%%/auctex/style/everysel.el
%%LISPDIR%%/auctex/style/everysel.elc
%%LISPDIR%%/auctex/style/exercise.el
%%LISPDIR%%/auctex/style/exercise.elc
%%LISPDIR%%/auctex/style/fancyhdr.el
%%LISPDIR%%/auctex/style/fancyhdr.elc
%%LISPDIR%%/auctex/style/fancynum.el
%%LISPDIR%%/auctex/style/fancynum.elc
%%LISPDIR%%/auctex/style/fancyref.el
%%LISPDIR%%/auctex/style/fancyref.elc
%%LISPDIR%%/auctex/style/fancyvrb.el
%%LISPDIR%%/auctex/style/fancyvrb.elc
%%LISPDIR%%/auctex/style/filecontents.el
%%LISPDIR%%/auctex/style/filecontents.elc
%%LISPDIR%%/auctex/style/flashcards.el
%%LISPDIR%%/auctex/style/flashcards.elc
%%LISPDIR%%/auctex/style/foils.el
%%LISPDIR%%/auctex/style/foils.elc
%%LISPDIR%%/auctex/style/fontspec.el
%%LISPDIR%%/auctex/style/fontspec.elc
%%LISPDIR%%/auctex/style/footmisc.el
%%LISPDIR%%/auctex/style/footmisc.elc
%%LISPDIR%%/auctex/style/francais.el
%%LISPDIR%%/auctex/style/francais.elc
%%LISPDIR%%/auctex/style/french.el
@ -140,6 +196,8 @@
%%LISPDIR%%/auctex/style/hyperref.elc
%%LISPDIR%%/auctex/style/icelandic.el
%%LISPDIR%%/auctex/style/icelandic.elc
%%LISPDIR%%/auctex/style/imakeidx.el
%%LISPDIR%%/auctex/style/imakeidx.elc
%%LISPDIR%%/auctex/style/index.el
%%LISPDIR%%/auctex/style/index.elc
%%LISPDIR%%/auctex/style/inputenc.el
@ -166,28 +224,52 @@
%%LISPDIR%%/auctex/style/jura.elc
%%LISPDIR%%/auctex/style/jurabib.el
%%LISPDIR%%/auctex/style/jurabib.elc
%%LISPDIR%%/auctex/style/kantlipsum.el
%%LISPDIR%%/auctex/style/kantlipsum.elc
%%LISPDIR%%/auctex/style/kpfonts.el
%%LISPDIR%%/auctex/style/kpfonts.elc
%%LISPDIR%%/auctex/style/latexinfo.el
%%LISPDIR%%/auctex/style/latexinfo.elc
%%LISPDIR%%/auctex/style/letter.el
%%LISPDIR%%/auctex/style/letter.elc
%%LISPDIR%%/auctex/style/lettrine.el
%%LISPDIR%%/auctex/style/lettrine.elc
%%LISPDIR%%/auctex/style/lipsum.el
%%LISPDIR%%/auctex/style/lipsum.elc
%%LISPDIR%%/auctex/style/listings.el
%%LISPDIR%%/auctex/style/listings.elc
%%LISPDIR%%/auctex/style/longtable.el
%%LISPDIR%%/auctex/style/longtable.elc
%%LISPDIR%%/auctex/style/lscape.el
%%LISPDIR%%/auctex/style/lscape.elc
%%LISPDIR%%/auctex/style/ltx-base.el
%%LISPDIR%%/auctex/style/ltx-base.elc
%%LISPDIR%%/auctex/style/ltxdoc.el
%%LISPDIR%%/auctex/style/ltxdoc.elc
%%LISPDIR%%/auctex/style/luacode.el
%%LISPDIR%%/auctex/style/luacode.elc
%%LISPDIR%%/auctex/style/makeidx.el
%%LISPDIR%%/auctex/style/makeidx.elc
%%LISPDIR%%/auctex/style/mathtools.el
%%LISPDIR%%/auctex/style/mathtools.elc
%%LISPDIR%%/auctex/style/mdwlist.el
%%LISPDIR%%/auctex/style/mdwlist.elc
%%LISPDIR%%/auctex/style/memoir.el
%%LISPDIR%%/auctex/style/memoir.elc
%%LISPDIR%%/auctex/style/metalogo.el
%%LISPDIR%%/auctex/style/metalogo.elc
%%LISPDIR%%/auctex/style/mflogo.el
%%LISPDIR%%/auctex/style/mflogo.elc
%%LISPDIR%%/auctex/style/multicol.el
%%LISPDIR%%/auctex/style/multicol.elc
%%LISPDIR%%/auctex/style/multido.el
%%LISPDIR%%/auctex/style/multido.elc
%%LISPDIR%%/auctex/style/multind.el
%%LISPDIR%%/auctex/style/multind.elc
%%LISPDIR%%/auctex/style/multirow.el
%%LISPDIR%%/auctex/style/multirow.elc
%%LISPDIR%%/auctex/style/nameref.el
%%LISPDIR%%/auctex/style/nameref.elc
%%LISPDIR%%/auctex/style/natbib.el
%%LISPDIR%%/auctex/style/natbib.elc
%%LISPDIR%%/auctex/style/naustrian.el
@ -202,6 +284,10 @@
%%LISPDIR%%/auctex/style/paralist.elc
%%LISPDIR%%/auctex/style/pdfsync.el
%%LISPDIR%%/auctex/style/pdfsync.elc
%%LISPDIR%%/auctex/style/placeins.el
%%LISPDIR%%/auctex/style/placeins.elc
%%LISPDIR%%/auctex/style/plext.el
%%LISPDIR%%/auctex/style/plext.elc
%%LISPDIR%%/auctex/style/plfonts.el
%%LISPDIR%%/auctex/style/plfonts.elc
%%LISPDIR%%/auctex/style/plhb.el
@ -224,6 +310,8 @@
%%LISPDIR%%/auctex/style/pst-slpe.elc
%%LISPDIR%%/auctex/style/pstricks.el
%%LISPDIR%%/auctex/style/pstricks.elc
%%LISPDIR%%/auctex/style/ragged2e.el
%%LISPDIR%%/auctex/style/ragged2e.elc
%%LISPDIR%%/auctex/style/report.el
%%LISPDIR%%/auctex/style/report.elc
%%LISPDIR%%/auctex/style/ruby.el
@ -244,6 +332,8 @@
%%LISPDIR%%/auctex/style/setspace.elc
%%LISPDIR%%/auctex/style/shortvrb.el
%%LISPDIR%%/auctex/style/shortvrb.elc
%%LISPDIR%%/auctex/style/siunitx.el
%%LISPDIR%%/auctex/style/siunitx.elc
%%LISPDIR%%/auctex/style/slides.el
%%LISPDIR%%/auctex/style/slides.elc
%%LISPDIR%%/auctex/style/slovak.el
@ -254,6 +344,12 @@
%%LISPDIR%%/auctex/style/swedish.elc
%%LISPDIR%%/auctex/style/tabularx.el
%%LISPDIR%%/auctex/style/tabularx.elc
%%LISPDIR%%/auctex/style/tabulary.el
%%LISPDIR%%/auctex/style/tabulary.elc
%%LISPDIR%%/auctex/style/ulem.el
%%LISPDIR%%/auctex/style/ulem.elc
%%LISPDIR%%/auctex/style/unicode-math.el
%%LISPDIR%%/auctex/style/unicode-math.elc
%%LISPDIR%%/auctex/style/units.el
%%LISPDIR%%/auctex/style/units.elc
%%LISPDIR%%/auctex/style/url.el
@ -264,30 +360,10 @@
%%LISPDIR%%/auctex/style/verbatim.elc
%%LISPDIR%%/auctex/style/virtex.el
%%LISPDIR%%/auctex/style/virtex.elc
%%LISPDIR%%/auctex/style/xparse.el
%%LISPDIR%%/auctex/style/xparse.elc
%%LISPDIR%%/auctex/style/xspace.el
%%LISPDIR%%/auctex/style/xspace.elc
@dirrm %%LISPDIR%%/auctex/style
%%LISPDIR%%/auctex/.nosearch
%%LISPDIR%%/auctex/bib-cite.el
%%LISPDIR%%/auctex/bib-cite.elc
%%LISPDIR%%/auctex/context-en.el
%%LISPDIR%%/auctex/context-en.elc
%%LISPDIR%%/auctex/context-nl.el
%%LISPDIR%%/auctex/context-nl.elc
%%LISPDIR%%/auctex/context.el
%%LISPDIR%%/auctex/context.elc
%%LISPDIR%%/auctex/font-latex.el
%%LISPDIR%%/auctex/font-latex.elc
%%LISPDIR%%/auctex/latex.el
%%LISPDIR%%/auctex/latex.elc
%%LISPDIR%%/auctex/multi-prompt.el
%%LISPDIR%%/auctex/multi-prompt.elc
%%LISPDIR%%/auctex/plain-tex.el
%%LISPDIR%%/auctex/plain-tex.elc
%%LISPDIR%%/auctex/preview.el
%%LISPDIR%%/auctex/preview.elc
%%LISPDIR%%/auctex/prv-emacs.el
%%LISPDIR%%/auctex/prv-emacs.elc
%%LISPDIR%%/auctex/tex-bar.el
%%LISPDIR%%/auctex/tex-bar.elc
%%LISPDIR%%/auctex/tex-buf.el
@ -310,7 +386,12 @@
%%LISPDIR%%/auctex/texmathp.elc
%%LISPDIR%%/auctex/toolbar-x.el
%%LISPDIR%%/auctex/toolbar-x.elc
%%LISPDIR%%/preview-latex.el
%%LISPDIR%%/tex-site.el
@dirrm %%LISPDIR%%/auctex
@dirrm %%LISPDIR%%/auctex/auto
@dirrm %%LISPDIR%%/auctex/images
@dirrm %%LISPDIR%%/auctex/style
%%TEXMFDIR%%/tex/latex/preview/prauctex.cfg
%%TEXMFDIR%%/tex/latex/preview/prauctex.def
%%TEXMFDIR%%/tex/latex/preview/prcounters.def