diff options
author | recht <recht> | 2004-07-03 21:25:53 +0000 |
---|---|---|
committer | recht <recht> | 2004-07-03 21:25:53 +0000 |
commit | f03a6d1d6842c696a35fb5089833d15c3d4c7792 (patch) | |
tree | 160c55d9bf93e121fe3d34094402cb1701bc7eb4 /editors | |
parent | dc5616a4890beb4ba481affb76b8b63b6f1c9ea6 (diff) | |
download | pkgsrc-f03a6d1d6842c696a35fb5089833d15c3d4c7792.tar.gz |
update to 1.0.3.10
changes
- Higher reactivity for editing large documents.
- Speed-up for starting TeXmacs.
- Tab-completion and hyperlinks for intra-project labels and
references.
- Patches by Henri Lesourd for better editing of graphics.
- Several bug corrections.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/TeXmacs/Makefile | 4 | ||||
-rw-r--r-- | editors/TeXmacs/PLIST | 4 | ||||
-rw-r--r-- | editors/TeXmacs/distinfo | 8 | ||||
-rw-r--r-- | editors/TeXmacs/patches/patch-ad | 8 |
4 files changed, 13 insertions, 11 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index f7694703e28..fee2444871a 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2004/06/27 01:08:44 recht Exp $ +# $NetBSD: Makefile,v 1.31 2004/07/03 21:25:53 recht Exp $ -DISTNAME= TeXmacs-1.0.3.9-src +DISTNAME= TeXmacs-1.0.3.10-src PKGNAME= ${DISTNAME:S/-src//} CATEGORIES= editors MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ diff --git a/editors/TeXmacs/PLIST b/editors/TeXmacs/PLIST index 427dce1e178..7180dee939b 100644 --- a/editors/TeXmacs/PLIST +++ b/editors/TeXmacs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2004/06/27 01:08:44 recht Exp $ +@comment $NetBSD: PLIST,v 1.17 2004/07/03 21:25:53 recht Exp $ bin/fig2ps bin/texmacs include/TeXmacs.h @@ -370,6 +370,7 @@ share/TeXmacs/doc/index.en.tm share/TeXmacs/doc/index.es.tm share/TeXmacs/doc/index.fr.tm share/TeXmacs/doc/index.it.tm +share/TeXmacs/doc/index.pl.tm share/TeXmacs/doc/index.pt.tm share/TeXmacs/doc/main/config/man-config-kbd-modkeys.en.tm share/TeXmacs/doc/main/config/man-config-kbd-modkeys.es.tm @@ -1448,6 +1449,7 @@ share/TeXmacs/plugins/matlab/code/typeinfo.m share/TeXmacs/plugins/matlab/progs/init-matlab.scm share/TeXmacs/plugins/maxima/lisp/texmacs-maxima-5.6.lisp share/TeXmacs/plugins/maxima/lisp/texmacs-maxima-5.9.0.lisp +share/TeXmacs/plugins/maxima/lisp/texmacs-maxima-5.9.1.lisp share/TeXmacs/plugins/maxima/packages/session/maxima.ts share/TeXmacs/plugins/maxima/progs/init-maxima.scm share/TeXmacs/plugins/maxima/progs/maxima-input.scm diff --git a/editors/TeXmacs/distinfo b/editors/TeXmacs/distinfo index cf3617a69fe..7d766fedea1 100644 --- a/editors/TeXmacs/distinfo +++ b/editors/TeXmacs/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.19 2004/06/27 01:08:44 recht Exp $ +$NetBSD: distinfo,v 1.20 2004/07/03 21:25:53 recht Exp $ -SHA1 (TeXmacs-1.0.3.9-src.tar.gz) = 4f7bcb929c9e1641df857af45733570cc0c8016b -Size (TeXmacs-1.0.3.9-src.tar.gz) = 2519095 bytes +SHA1 (TeXmacs-1.0.3.10-src.tar.gz) = 493bed5c12fb89b839fffad160d29997ac283ac5 +Size (TeXmacs-1.0.3.10-src.tar.gz) = 2528039 bytes SHA1 (patch-aa) = 95b9e42fe1ff343e891fe299382c3647636eec99 SHA1 (patch-ab) = 8849124ec8b41f8ab496f6255032430724866a24 SHA1 (patch-ac) = 03ca16a943531fe94ba3a6ad5055f92d087a3026 -SHA1 (patch-ad) = 467d93bfaf01a5750a7b2a799ced643bd87becf8 +SHA1 (patch-ad) = fb04a607c94d3228bd0f4d70779fc5f7e53a9b8b SHA1 (patch-ae) = ea2d1cc62f0ecfbc13822091e66ead665f2a105b SHA1 (patch-af) = c0c7cb96de31282cf68491d9cb1f73d89ded98f6 SHA1 (patch-ag) = acabfeb41b1e8b75989db3a2c0a84253a5e0b888 diff --git a/editors/TeXmacs/patches/patch-ad b/editors/TeXmacs/patches/patch-ad index 167fa0c5da4..1e9e2976446 100644 --- a/editors/TeXmacs/patches/patch-ad +++ b/editors/TeXmacs/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.1 2004/04/06 19:02:49 reinoud Exp $ +$NetBSD: patch-ad,v 1.2 2004/07/03 21:25:53 recht Exp $ ---- src/Classes/Abstract/basic.hpp.orig 2004-04-05 23:16:59.000000000 +0200 -+++ src/Classes/Abstract/basic.hpp -@@ -81,7 +81,7 @@ inline SI max (SI i, SI j) { if (i>j) re +--- src/Classes/Abstract/basic.hpp.orig 2004-06-30 11:19:43.000000000 +0200 ++++ src/Classes/Abstract/basic.hpp 2004-07-03 22:55:03.000000000 +0200 +@@ -83,7 +83,7 @@ inline double min (double i, double j) { if (i<j) return i; else return j; } inline double max (double i, double j) { if (i>j) return i; else return j; } inline int hash (int i) { return i; } |