diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/auctex/Makefile | 7 | ||||
-rw-r--r-- | print/auctex/distinfo | 2 | ||||
-rw-r--r-- | print/auctex/files/patch-aa | 14 | ||||
-rw-r--r-- | print/auctex/pkg-descr | 2 | ||||
-rw-r--r-- | print/auctex/pkg-plist | 7 |
5 files changed, 20 insertions, 12 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile index dc2f27e8f08f..6893169581ac 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -6,10 +6,9 @@ # PORTNAME= auctex -PORTVERSION= 10.0g +PORTVERSION= 11.11 CATEGORIES= print elisp -MASTER_SITES= ${MASTER_SITE_TEX_CTAN} -MASTER_SITE_SUBDIR= support/auctex +MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/auctex/ MAINTAINER= yoichi@FreeBSD.org @@ -19,7 +18,7 @@ EMACS_PORT_NAME?= emacs21 EMACS_NO_RUN_DEPENDS= yes LISPDIR= ${EMACS_SITE_LISPDIR} ALL_TARGET= all contrib -INSTALL_TARGET= install install-contrib +INSTALL_TARGET= install install-contrib MAKE_ARGS+= lispdir=${PREFIX}/${LISPDIR} PLIST_SUB+= LISPDIR=${LISPDIR} diff --git a/print/auctex/distinfo b/print/auctex/distinfo index 82241b9861cf..eb36e7015020 100644 --- a/print/auctex/distinfo +++ b/print/auctex/distinfo @@ -1 +1 @@ -MD5 (auctex-10.0g.tar.gz) = 5b115bf49f79b63b9a71dec3301c4707 +MD5 (auctex-11.11.tar.gz) = f4d13a67632cffb6c02547b727b73acf diff --git a/print/auctex/files/patch-aa b/print/auctex/files/patch-aa index fda55cfbb09f..a6fa164bbb68 100644 --- a/print/auctex/files/patch-aa +++ b/print/auctex/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Apr 11 13:54:00 2001 -+++ Makefile Thu Apr 19 20:32:08 2001 +--- Makefile.orig Thu Jan 24 18:55:33 2002 ++++ Makefile Mon Apr 8 04:08:24 2002 @@ -10,7 +10,7 @@ ##---------------------------------------------------------------------- @@ -35,7 +35,7 @@ ##---------------------------------------------------------------------- ## BELOW THIS LINE ON YOUR OWN RISK! -@@ -118,7 +121,7 @@ +@@ -120,7 +123,7 @@ # $(ELC) hilit-LaTeX.el # Doesn't compile without X install-lisp: some @@ -44,7 +44,7 @@ if [ -f $(lispdir)/tex-site.el ]; \ then \ echo "Leaving old tex-site.el alone."; \ -@@ -126,17 +129,17 @@ +@@ -128,17 +131,17 @@ sed -e 's#@AUCDIR#$(aucdir)/#' tex-site.el \ > $(lispdir)/tex-site.el ; \ fi @@ -65,10 +65,10 @@ else true; fi ; \ touch $(aucdir)/auto/.nosearch ; \ else \ -@@ -196,9 +199,9 @@ +@@ -198,9 +201,9 @@ -(cd style; auc add `echo $(STYLESRC) | sed -e s@style/@@g` ) - auc commit -m 'Release_$(TAG)' - auc tag release_`echo $(TAG) | sed -e 's/[.]/_/g'` + cvs commit -m 'Release_$(TAG)' + cvs tag release_`echo $(TAG) | sed -e 's/[.]/_/g'` - mkdir auctex-$(TAG) - mkdir auctex-$(TAG)/style - mkdir auctex-$(TAG)/doc diff --git a/print/auctex/pkg-descr b/print/auctex/pkg-descr index 87dd7beddf9d..1360410f0390 100644 --- a/print/auctex/pkg-descr +++ b/print/auctex/pkg-descr @@ -21,3 +21,5 @@ your LaTeX documents fast and painlessly. 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.sunsite.dk/auctex/ diff --git a/print/auctex/pkg-plist b/print/auctex/pkg-plist index 9da212b473cd..c4e13815094c 100644 --- a/print/auctex/pkg-plist +++ b/print/auctex/pkg-plist @@ -99,6 +99,8 @@ share/doc/auctex/README %%LISPDIR%%/auctex/style/plfonts.elc %%LISPDIR%%/auctex/style/plhb.el %%LISPDIR%%/auctex/style/plhb.elc +%%LISPDIR%%/auctex/style/prosper.el +%%LISPDIR%%/auctex/style/prosper.elc %%LISPDIR%%/auctex/style/psfig.el %%LISPDIR%%/auctex/style/psfig.elc %%LISPDIR%%/auctex/style/report.el @@ -111,11 +113,16 @@ share/doc/auctex/README %%LISPDIR%%/auctex/style/swedish.elc %%LISPDIR%%/auctex/style/varioref.el %%LISPDIR%%/auctex/style/varioref.elc +%%LISPDIR%%/auctex/style/verbatim.el +%%LISPDIR%%/auctex/style/verbatim.elc %%LISPDIR%%/auctex/style/virtex.el %%LISPDIR%%/auctex/style/virtex.elc @dirrm %%LISPDIR%%/auctex/style %%LISPDIR%%/auctex/tex-buf.el %%LISPDIR%%/auctex/tex-buf.elc +%%LISPDIR%%/auctex/tex-font.el +%%LISPDIR%%/auctex/tex-font.elc +%%LISPDIR%%/auctex/tex-fptex.el %%LISPDIR%%/auctex/tex-info.el %%LISPDIR%%/auctex/tex-info.elc %%LISPDIR%%/auctex/tex-jp.el |