summaryrefslogtreecommitdiff
path: root/editors/TeXmacs
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-04-21 20:04:43 +0000
committerdrochner <drochner@pkgsrc.org>2008-04-21 20:04:43 +0000
commitd7cc8d314bde37786493911f399f10af30c08df3 (patch)
tree4ab68238256027340140825ac998c47bdb123caa /editors/TeXmacs
parent7bd1ce9a28e6f50b2d26cd3427219d5d9b0a4c47 (diff)
downloadpkgsrc-d7cc8d314bde37786493911f399f10af30c08df3.tar.gz
update to 1.0.6.14
changes: -TrueColor support -Started native Aqua port for TeXmacs -Fix compatibility issues for C++ and Guile
Diffstat (limited to 'editors/TeXmacs')
-rw-r--r--editors/TeXmacs/Makefile4
-rw-r--r--editors/TeXmacs/distinfo11
-rw-r--r--editors/TeXmacs/patches/patch-ai17
-rw-r--r--editors/TeXmacs/patches/patch-ak13
4 files changed, 9 insertions, 36 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index b6ade082cb3..443ac132458 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2008/04/21 19:07:53 ghen Exp $
+# $NetBSD: Makefile,v 1.75 2008/04/21 20:04:43 drochner Exp $
-DISTNAME= TeXmacs-1.0.6.12-src
+DISTNAME= TeXmacs-1.0.6.14-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
diff --git a/editors/TeXmacs/distinfo b/editors/TeXmacs/distinfo
index a1760f7da8b..9cabb215ad1 100644
--- a/editors/TeXmacs/distinfo
+++ b/editors/TeXmacs/distinfo
@@ -1,14 +1,13 @@
-$NetBSD: distinfo,v 1.50 2008/01/04 15:26:17 drochner Exp $
+$NetBSD: distinfo,v 1.51 2008/04/21 20:04:43 drochner Exp $
-SHA1 (TeXmacs-1.0.6.12-src.tar.gz) = 3fbddeb824703c61b5d4a193c4097f68305f9063
-RMD160 (TeXmacs-1.0.6.12-src.tar.gz) = c1d53d8e20f0d701f1e2fb602753d7d85ae7fb53
-Size (TeXmacs-1.0.6.12-src.tar.gz) = 4215464 bytes
+SHA1 (TeXmacs-1.0.6.14-src.tar.gz) = bab1a969be883608f5ffbaef9994d6b86c43226e
+RMD160 (TeXmacs-1.0.6.14-src.tar.gz) = 1558176e93527367907cc461fe6075d4c508e23a
+Size (TeXmacs-1.0.6.14-src.tar.gz) = 4313953 bytes
SHA1 (patch-aa) = 95b9e42fe1ff343e891fe299382c3647636eec99
SHA1 (patch-ab) = e2d3dff7ce46ff0a827c6d6e9320060b21d6bd71
SHA1 (patch-ac) = 21810d4f9d5e6525a86ec2d0c347dcfd1c9e31c8
SHA1 (patch-ad) = f36da65f9e9a808a4a8af4a41af0b4388f2c18fd
SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f
SHA1 (patch-ag) = 2b1c0ce4aa0f6b824f08f05a95beacbb1722436b
-SHA1 (patch-ai) = 3cfbf70742468329149b69dba4b5a82279770ced
+SHA1 (patch-ai) = d0d6e92c98c97a36e05cb9f9d267a91bd939d599
SHA1 (patch-aj) = 8f07479a6857900b535a0fd7b1f61043164baf15
-SHA1 (patch-ak) = 1972bbf64c24f6c6feeedb18f2ed9351d30bdecd
diff --git a/editors/TeXmacs/patches/patch-ai b/editors/TeXmacs/patches/patch-ai
index 8ce5627ca30..7bce7a86ba8 100644
--- a/editors/TeXmacs/patches/patch-ai
+++ b/editors/TeXmacs/patches/patch-ai
@@ -1,6 +1,6 @@
-$NetBSD: patch-ai,v 1.6 2008/01/04 15:26:17 drochner Exp $
+$NetBSD: patch-ai,v 1.7 2008/04/21 20:04:43 drochner Exp $
---- plugins/maxima/bin/maxima_detect.orig 2007-11-05 10:21:32.000000000 +0100
+--- plugins/maxima/bin/maxima_detect.orig 2008-03-19 18:16:36.000000000 +0100
+++ plugins/maxima/bin/maxima_detect
@@ -36,11 +36,11 @@ find_old_help()
fi
@@ -16,16 +16,3 @@ $NetBSD: patch-ai,v 1.6 2008/01/04 15:26:17 drochner Exp $
then
if [ "$1" ]
then
-@@ -62,9 +62,10 @@ version 5.9.3
- version 5.10
- version 5.11
- version 5.12
--version 5.13" >/dev/null
-+version 5.13
-+version 5.14" >/dev/null
- then
-- # 5.9.1 or 5.9.2 or 5.9.3 or 5.10 or 5.11 or 5.12 or 5.13
-+ # 5.9.1 or 5.9.2 or 5.9.3 or 5.10 or 5.11 or 5.12 or 5.13 or 5.14
- maxima -d | grep -F 'maxima-htmldir=' | sed -e \
- 's/maxima-htmldir=/"/' -e 's|$|/maxima_toc.html"|'
- else
diff --git a/editors/TeXmacs/patches/patch-ak b/editors/TeXmacs/patches/patch-ak
deleted file mode 100644
index c8729d56f9d..00000000000
--- a/editors/TeXmacs/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.3 2008/01/04 15:26:17 drochner Exp $
-
---- plugins/maxima/bin/tm_maxima.orig 2008-01-04 11:38:35.000000000 +0100
-+++ plugins/maxima/bin/tm_maxima
-@@ -17,7 +17,7 @@ case $1 in
- 5.9.1) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.9.1.lisp";;
- 5.9.1.1* | 5.9.2* | 5.9.3*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.9.2.lisp";;
- 5.10.*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.10.0.lisp";;
-- 5.11.* | 5.12.* | 5.13.*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp";;
-+ 5.11.* | 5.12.* | 5.13.* | 5.14.*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp";;
- cygwin)
- exec maxima.bat -p "`echo $TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp|cygpath --windows -f -`";;
- *) echo -e "\2latex:\\red Unsupported version of maxima: $1\5"