mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
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]
This commit is contained in:
parent
e555ff2c0d
commit
29ad23ae19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128164
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= auctex
|
||||
PORTVERSION= 11.53
|
||||
PORTVERSION= 11.55
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= print elisp
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
@ -26,6 +26,8 @@ INSTALL_TARGET= install install-contrib
|
||||
PLIST_SUB+= LISPDIR=${LISPDIR}
|
||||
INFO= auctex
|
||||
|
||||
NOT_FOR_ARCHS= ia64
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (auctex-11.53.tar.gz) = 938ba7debc040c6bdb6d891706d17dcc
|
||||
SIZE (auctex-11.53.tar.gz) = 464368
|
||||
MD5 (auctex-11.55.tar.gz) = f22ae1ecc513d14b3b5ce3076f461395
|
||||
SIZE (auctex-11.55.tar.gz) = 536057
|
||||
|
@ -1,50 +0,0 @@
|
||||
--- doc/Makefile.in.orig Fri Aug 20 11:22:59 2004
|
||||
+++ doc/Makefile.in Sat Aug 21 16:51:04 2004
|
||||
@@ -18,9 +18,9 @@
|
||||
TEXIFILES = auctex.texi install.texi wininstall.texi intro.texi \
|
||||
changes.texi todo.texi faq.texi
|
||||
|
||||
-all: auctex.dvi tex-ref.dvi auctex
|
||||
+all: auctex.dvi tex-ref.dvi auctex.info
|
||||
|
||||
-dist: auctex INSTALL INSTALL.windows README CHANGES TODO FAQ \
|
||||
+dist: auctex.info INSTALL INSTALL.windows README CHANGES TODO FAQ \
|
||||
auctex_toc.html auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf
|
||||
|
||||
auctex_toc.html: auctex.texi
|
||||
@@ -48,8 +48,8 @@
|
||||
auctex.ps: auctex.dvi
|
||||
$(DVIPS) auctex.dvi -Ppdf -o auctex.ps
|
||||
|
||||
-auctex: $(TEXIFILES)
|
||||
- -$(MAKEINFO) auctex.texi
|
||||
+auctex.info: $(TEXIFILES)
|
||||
+ -$(MAKEINFO) --no-split --output auctex.info auctex.texi
|
||||
@echo "**********************************************************"
|
||||
@echo "** If this gave trouble, maybe you need to install"
|
||||
@echo "** a newer version of texinfo?"
|
||||
@@ -83,20 +83,20 @@
|
||||
-$(MAKEINFO) -D rawfile --no-headers --no-validate \
|
||||
faq.texi --output FAQ
|
||||
|
||||
-install: auctex
|
||||
+install: auctex.info
|
||||
-$(MKINSTALLDIRS) $(DESTDIR)$(infodir)
|
||||
- $(INSTALL_DATA) auctex $(DESTDIR)$(infodir)
|
||||
+ $(INSTALL_DATA) auctex.info $(DESTDIR)$(infodir)
|
||||
for x in auctex-*; do \
|
||||
if [ -r $$x ]; then \
|
||||
$(INSTALL_DATA) $$x $(DESTDIR)$(infodir) ; \
|
||||
fi; \
|
||||
done
|
||||
- -$(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) auctex
|
||||
+ -$(INSTALL_INFO) $(DESTDIR)$(infodir)/auctex.info $(DESTDIR)$(infodir)/dir
|
||||
|
||||
clean:
|
||||
rm -f *.dvi *.ps *.pdf *.aux *.cp *.fn *.info *.ky *.log *~ \#*\# \
|
||||
*.tp *.vr *.pg *.toc *.tp *.bak *.cps *.kys *.tps \
|
||||
- *.fns *.vrs *.pgs *.tmp auctex auctex-* *.html INSTALL \
|
||||
+ *.fns *.vrs *.pgs *.tmp auctex.info auctex-* *.html INSTALL \
|
||||
INSTALL.windows README CHANGES HISTORY TODO FAQ
|
||||
|
||||
distclean: clean
|
@ -18,4 +18,4 @@ 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.
|
||||
|
||||
WWW: http://www.nongnu.org/auctex/
|
||||
WWW: http://www.gnu.org/software/auctex/
|
||||
|
@ -16,6 +16,8 @@
|
||||
%%LISPDIR%%/auctex/bib-cite.el
|
||||
%%LISPDIR%%/auctex/tex-fptex.el
|
||||
%%LISPDIR%%/auctex/tex-jp.el
|
||||
%%LISPDIR%%/auctex/tex-bar.el
|
||||
%%LISPDIR%%/auctex/toolbar-x.el
|
||||
%%LISPDIR%%/auctex/auto/.nosearch
|
||||
%%LISPDIR%%/auctex/style/.nosearch
|
||||
%%LISPDIR%%/auctex/style/prosper.el
|
||||
@ -86,6 +88,12 @@
|
||||
%%LISPDIR%%/auctex/style/ltx-base.el
|
||||
%%LISPDIR%%/auctex/style/units.el
|
||||
%%LISPDIR%%/auctex/style/nicefrac.el
|
||||
%%LISPDIR%%/auctex/style/csquotes.el
|
||||
%%LISPDIR%%/auctex/style/jurabib.el
|
||||
%%LISPDIR%%/auctex/style/listings.el
|
||||
%%LISPDIR%%/auctex/style/url.el
|
||||
%%LISPDIR%%/auctex/style/jsarticle.el
|
||||
%%LISPDIR%%/auctex/style/jsbook.el
|
||||
%%LISPDIR%%/auctex/style/prosper.elc
|
||||
%%LISPDIR%%/auctex/style/slides.elc
|
||||
%%LISPDIR%%/auctex/style/foils.elc
|
||||
@ -154,6 +162,12 @@
|
||||
%%LISPDIR%%/auctex/style/ltx-base.elc
|
||||
%%LISPDIR%%/auctex/style/units.elc
|
||||
%%LISPDIR%%/auctex/style/nicefrac.elc
|
||||
%%LISPDIR%%/auctex/style/csquotes.elc
|
||||
%%LISPDIR%%/auctex/style/jurabib.elc
|
||||
%%LISPDIR%%/auctex/style/listings.elc
|
||||
%%LISPDIR%%/auctex/style/url.elc
|
||||
%%LISPDIR%%/auctex/style/jsarticle.elc
|
||||
%%LISPDIR%%/auctex/style/jsbook.elc
|
||||
%%LISPDIR%%/auctex/tex.elc
|
||||
%%LISPDIR%%/auctex/tex-buf.elc
|
||||
%%LISPDIR%%/auctex/latex.elc
|
||||
@ -170,6 +184,36 @@
|
||||
%%LISPDIR%%/auctex/bib-cite.elc
|
||||
%%LISPDIR%%/auctex/tex-fptex.elc
|
||||
%%LISPDIR%%/auctex/tex-jp.elc
|
||||
%%LISPDIR%%/auctex/tex-bar.elc
|
||||
%%LISPDIR%%/auctex/toolbar-x.elc
|
||||
%%LISPDIR%%/auctex/images/amstex.xpm
|
||||
%%LISPDIR%%/auctex/images/bibtex.xpm
|
||||
%%LISPDIR%%/auctex/images/dropdown.xpm
|
||||
%%LISPDIR%%/auctex/images/dvipdf.xpm
|
||||
%%LISPDIR%%/auctex/images/dvips.xpm
|
||||
%%LISPDIR%%/auctex/images/error.xpm
|
||||
%%LISPDIR%%/auctex/images/exec.xpm
|
||||
%%LISPDIR%%/auctex/images/execbibtex.xpm
|
||||
%%LISPDIR%%/auctex/images/execdvips.xpm
|
||||
%%LISPDIR%%/auctex/images/execerror.xpm
|
||||
%%LISPDIR%%/auctex/images/execpdftex.xpm
|
||||
%%LISPDIR%%/auctex/images/exectex.xpm
|
||||
%%LISPDIR%%/auctex/images/execviewdvi.xpm
|
||||
%%LISPDIR%%/auctex/images/execviewpdf.xpm
|
||||
%%LISPDIR%%/auctex/images/execviewps.xpm
|
||||
%%LISPDIR%%/auctex/images/gv.xpm
|
||||
%%LISPDIR%%/auctex/images/jumpdvi.xpm
|
||||
%%LISPDIR%%/auctex/images/ltx-symb-turn-off.xpm
|
||||
%%LISPDIR%%/auctex/images/ltx-symb-turn-on.xpm
|
||||
%%LISPDIR%%/auctex/images/pdftex.xpm
|
||||
%%LISPDIR%%/auctex/images/pspdf.xpm
|
||||
%%LISPDIR%%/auctex/images/sep.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/style
|
||||
@dirrm %%LISPDIR%%/auctex/auto
|
||||
@dirrm %%LISPDIR%%/auctex/images
|
||||
@dirrm %%LISPDIR%%/auctex
|
||||
|
Loading…
Reference in New Issue
Block a user