diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-11 10:02:03 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-11 10:02:03 +0000 |
commit | 6df38ddd5c8e9361e158d3a0d53a2a234e40f9c2 (patch) | |
tree | 420941ccd9398f46f742aeb79a19bc0385743af3 /print | |
parent | b7797ef31ab12e7a72dd7cc84e274e91469b3760 (diff) | |
download | pkgsrc-6df38ddd5c8e9361e158d3a0d53a2a234e40f9c2.tar.gz |
Update to 11.13.
Changes since 11.11 from the ChangeLog:
* Makefile (STYLESRC): Add style/scrlttr2.el
* style/scrbase.el: Added optional Argument "Pagenumber" to
\maketitle. Changed \textsubscript from `t' to "Text".
* style/scrlttr2.el: Initial version.
* style/scrbase.el: Added additional clearpage commands:
\cleardoublestandardpage \cleardoubleplainpage and
\cleardoubleemptypage
(LaTeX-common-initialization): Added 26 LaTeX commands, 2 LaTeX2e
environments, and 41 LaTeX2e commands.
* Makefile (STYLESRC): Add compilation targets for Komascript
support.
* Check in Komascript support by Mark Trettin. See below.
* scrbase.el:
First attempt on implementing the `captionbeside'-Environment. I'm not
really satisfied by now.
* scrreprt.el, scrbook.el: Reformatted code.
* scrbase.el:
Changed `uppertitleback', `lowertitleback' from asking to just `t'
* scrbase.el:
Changed `addpart', `addsec' and `minisec' from Macro to sectioning
command.
* tex-buf.el (TeX-parse-TeX): Make subordinate files without
major mode default to that of the calling file when doing error
processing.
* tex.el (TeX-master-file): Don't make C-c ` bomb out in files
like xxx.gls. Probably a more elaborate way would be to export
the TeX-master variable into files visited by error parsing.
Could be incorrect, however, if more than one file included them.
* latex.el (LaTeX-common-initialization): Set
`fill-paragraph-function'.
(LaTeX-mode-map): Don't bind M-q.
Suggested by Nils Klarlund <klarlund@research.att.com>.
Diffstat (limited to 'print')
-rw-r--r-- | print/auctex/Makefile | 22 | ||||
-rw-r--r-- | print/auctex/PLIST | 17 | ||||
-rw-r--r-- | print/auctex/distinfo | 10 | ||||
-rw-r--r-- | print/auctex/patches/patch-aa | 6 | ||||
-rw-r--r-- | print/auctex/patches/patch-ac | 6 |
5 files changed, 37 insertions, 24 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile index bd38de15c12..33b76fc3f10 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2002/09/16 03:31:26 uebayasi Exp $ +# $NetBSD: Makefile,v 1.10 2003/01/11 10:02:03 uebayasi Exp $ -DISTNAME= auctex-11.11 +DISTNAME= auctex-11.13 CATEGORIES= print -MASTER_SITES= ftp://ftp.sunsite.auc.dk/pub/emacs/auctex/ftp/auctex/ +MASTER_SITES= http://savannah.nongnu.org/download/auctex/stable.pkg/11.13/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://sunsite.auc.dk/auctex/ +HOMEPAGE= http://www.nongnu.org/auctex/ COMMENT= Enhanced LaTeX mode for Emacs DEPENDS+= teTeX-[0-9]*:../../print/teTeX @@ -29,24 +29,25 @@ INFO_FILES+= auctex PLIST_SUBST+= INFODIR=${INFODIR} MESSAGE_SUBST+= LISPDIR=${LISPDIR} +EGDIR= ${PREFIX}/share/examples/auctex +CONF_FILES= ${EGDIR}/tex-site.el ${EMACS_LISPPREFIX}/auctex/tex-site.el + post-patch: ${MV} ${WRKSRC}/tex-site.el ${WRKSRC}/tex-site.el.orig ${SED} -e 's:@LISPDIR@:'${LISPDIR}':g' \ -e 's:@TEX_PREFIX@:'${TEX_PREFIX}':g' \ ${WRKSRC}/tex-site.el.orig > ${WRKSRC}/tex-site.el - ${CP} ${WRKSRC}/tex-site.el ${WRKSRC}/tex-site.el.dist +# ${CP} ${WRKSRC}/tex-site.el ${WRKSRC}/tex-site.el.dist post-build: ${RM} -f ${WRKSRC}/doc/auctex* cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} auctex do-install: + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/tex-site.el ${EGDIR} +# ${INSTALL_DATA} ${WRKSRC}/tex-site.el.dist ${EGDIR} ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/auctex - ${INSTALL_DATA} ${WRKSRC}/tex-site.el ${EMACS_LISPPREFIX}/auctex - ${INSTALL_DATA} ${WRKSRC}/tex-site.el.dist ${EMACS_LISPPREFIX}/auctex -.if !exists(${EMACS_LISPPREFIX}/auctex/tex-site.el) - ${INSTALL_DATA} ${WRKSRC}/tex-site.el ${EMACS_LISPPREFIX}/auctex/tex-site.el -.endif for f in auc-old.el bib-cite.el font-latex.el hilit-LaTeX.el \ latex.el lpath.el multi-prompt.el tex-buf.el tex-info.el tex-jp.el \ tex.el texmathp.el; do \ @@ -58,4 +59,5 @@ do-install: .include "../../mk/emacs.mk" .include "../../mk/texinfo.mk" +.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/auctex/PLIST b/print/auctex/PLIST index 6c068a32919..c5e76d7cc5f 100644 --- a/print/auctex/PLIST +++ b/print/auctex/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2002/09/16 03:31:26 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/01/11 10:02:03 uebayasi Exp $ @unexec ${INSTALL_INFO} --delete --info-dir=%D/${INFODIR} %D/${INFODIR}/auctex ${INFODIR}/auctex ${INFODIR}/auctex-1 ${INFODIR}/auctex-2 ${INFODIR}/auctex-3 @exec ${INSTALL_INFO} --info-dir=%D/${INFODIR} %D/${INFODIR}/auctex +share/examples/auctex/tex-site.el ${EMACS_LISPPREFIX}/auctex/auc-old.el ${EMACS_LISPPREFIX}/auctex/auc-old.elc ${EMACS_LISPPREFIX}/auctex/bib-cite.el @@ -98,6 +99,16 @@ ${EMACS_LISPPREFIX}/auctex/style/psfig.el ${EMACS_LISPPREFIX}/auctex/style/psfig.elc ${EMACS_LISPPREFIX}/auctex/style/report.el ${EMACS_LISPPREFIX}/auctex/style/report.elc +${EMACS_LISPPREFIX}/auctex/style/scrartcl.el +${EMACS_LISPPREFIX}/auctex/style/scrartcl.elc +${EMACS_LISPPREFIX}/auctex/style/scrbase.el +${EMACS_LISPPREFIX}/auctex/style/scrbase.elc +${EMACS_LISPPREFIX}/auctex/style/scrbook.el +${EMACS_LISPPREFIX}/auctex/style/scrbook.elc +${EMACS_LISPPREFIX}/auctex/style/scrlttr2.el +${EMACS_LISPPREFIX}/auctex/style/scrlttr2.elc +${EMACS_LISPPREFIX}/auctex/style/scrreprt.el +${EMACS_LISPPREFIX}/auctex/style/scrreprt.elc ${EMACS_LISPPREFIX}/auctex/style/slides.el ${EMACS_LISPPREFIX}/auctex/style/slides.elc ${EMACS_LISPPREFIX}/auctex/style/slovak.el @@ -115,10 +126,10 @@ ${EMACS_LISPPREFIX}/auctex/tex-buf.elc ${EMACS_LISPPREFIX}/auctex/tex-info.el ${EMACS_LISPPREFIX}/auctex/tex-info.elc ${EMACS_LISPPREFIX}/auctex/tex-jp.el -${EMACS_LISPPREFIX}/auctex/tex-site.el.dist ${EMACS_LISPPREFIX}/auctex/tex.el ${EMACS_LISPPREFIX}/auctex/tex.elc ${EMACS_LISPPREFIX}/auctex/texmathp.el ${EMACS_LISPPREFIX}/auctex/texmathp.elc @dirrm ${EMACS_LISPPREFIX}/auctex/style -@exec ${RMDIR} %D/${EMACS_LISPPREFIX}/auctex || ${TRUE} +@dirrm ${EMACS_LISPPREFIX}/auctex +@dirrm share/examples/auctex diff --git a/print/auctex/distinfo b/print/auctex/distinfo index 74c7778d716..b0991f2591c 100644 --- a/print/auctex/distinfo +++ b/print/auctex/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2002/09/16 03:31:26 uebayasi Exp $ +$NetBSD: distinfo,v 1.5 2003/01/11 10:02:03 uebayasi Exp $ -SHA1 (auctex-11.11.tar.gz) = b0c3f7cb5f79754c61a5db792b0fba8269c2f316 -Size (auctex-11.11.tar.gz) = 288669 bytes -SHA1 (patch-aa) = 1dae8ed2f709ccfe99c70c35ba20c171094b3b6c +SHA1 (auctex-11.13.tar.gz) = 82004bc64a040cda9455356faab4b8c6866f2d49 +Size (auctex-11.13.tar.gz) = 294261 bytes +SHA1 (patch-aa) = 4497d9f4d1e322af3aa4f558a4d39d4a7ec49590 SHA1 (patch-ab) = 08e32149fd6aa7d26c21f1881acdab54ce51b950 -SHA1 (patch-ac) = 27f38d4176f542f4a69044ba7697197fd2556c8e +SHA1 (patch-ac) = dc9ffad89255362ece66a446bcce6599d2595fb6 diff --git a/print/auctex/patches/patch-aa b/print/auctex/patches/patch-aa index 43f60338a8b..e585a11fcfa 100644 --- a/print/auctex/patches/patch-aa +++ b/print/auctex/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2002/09/16 03:31:27 uebayasi Exp $ +$NetBSD: patch-aa,v 1.4 2003/01/11 10:02:04 uebayasi Exp $ ---- Makefile.orig Thu Jan 24 18:55:33 2002 +--- Makefile.orig Mon Nov 25 23:43:16 2002 +++ Makefile @@ -10,7 +10,7 @@ ##---------------------------------------------------------------------- @@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.3 2002/09/16 03:31:27 uebayasi Exp $ ##---------------------------------------------------------------------- ## YOU MAY NEED TO EDIT THESE -@@ -111,7 +111,7 @@ +@@ -112,7 +112,7 @@ some: $(AUCELC) $(STYLESRC:.el=.elc) diff --git a/print/auctex/patches/patch-ac b/print/auctex/patches/patch-ac index 93b937de695..73c02159533 100644 --- a/print/auctex/patches/patch-ac +++ b/print/auctex/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.2 2001/03/01 18:50:06 jtb Exp $ +$NetBSD: patch-ac,v 1.3 2003/01/11 10:02:04 uebayasi Exp $ ---- tex-site.el.orig Sat Dec 2 07:30:00 2000 +--- tex-site.el.orig Mon Nov 25 23:43:16 2002 +++ tex-site.el -@@ -57,8 +57,12 @@ +@@ -47,8 +47,12 @@ ;; Copy variables you need to change from the start of `tex.el' and ;; insert them here. |