summaryrefslogtreecommitdiff
path: root/editors/TeXmacs
diff options
context:
space:
mode:
authordrochner <drochner>2011-01-03 18:20:17 +0000
committerdrochner <drochner>2011-01-03 18:20:17 +0000
commit2dea249ddc6391d25d5244882e57bd361d7c0e13 (patch)
tree7e306cdefdc21a4fcd5de676550b31882c0a84ea /editors/TeXmacs
parentfa30a9689d4ebc7f9b1096fc60a967e3100e2d9d (diff)
downloadpkgsrc-2dea249ddc6391d25d5244882e57bd361d7c0e13.tar.gz
recognize maxima-5.23, bump PKGREVISION
Diffstat (limited to 'editors/TeXmacs')
-rw-r--r--editors/TeXmacs/Makefile4
-rw-r--r--editors/TeXmacs/distinfo6
-rw-r--r--editors/TeXmacs/patches/patch-ai9
-rw-r--r--editors/TeXmacs/patches/patch-ak4
4 files changed, 12 insertions, 11 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index 5741c6721b3..e9030b820be 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.88 2010/08/31 12:20:15 drochner Exp $
+# $NetBSD: Makefile,v 1.89 2011/01/03 18:20:17 drochner Exp $
DISTNAME= TeXmacs-1.0.6.15-src
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= editors
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
MASTER_SITES+= http://www.texmacs.org/Download/ftp/targz/
diff --git a/editors/TeXmacs/distinfo b/editors/TeXmacs/distinfo
index 25430bf0a55..bef7461fc9c 100644
--- a/editors/TeXmacs/distinfo
+++ b/editors/TeXmacs/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.60 2010/08/31 12:20:15 drochner Exp $
+$NetBSD: distinfo,v 1.61 2011/01/03 18:20:17 drochner Exp $
SHA1 (TeXmacs-1.0.6.15-src.tar.gz) = bd11a9176c7a3627322a374cd27d5eecfcd2527f
RMD160 (TeXmacs-1.0.6.15-src.tar.gz) = 97388fd96f110bd97ff5386e50b37530c24822ee
@@ -9,7 +9,7 @@ SHA1 (patch-ac) = 21810d4f9d5e6525a86ec2d0c347dcfd1c9e31c8
SHA1 (patch-ad) = f36da65f9e9a808a4a8af4a41af0b4388f2c18fd
SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f
SHA1 (patch-ag) = 2b1c0ce4aa0f6b824f08f05a95beacbb1722436b
-SHA1 (patch-ai) = 62ce655f5b51b4398df6be8054b4ff85c17c554f
+SHA1 (patch-ai) = 98a4a51a3bd7778f16008b243802385e264b965d
SHA1 (patch-aj) = 8f07479a6857900b535a0fd7b1f61043164baf15
-SHA1 (patch-ak) = 3e6919d70e5c434899117b70d4b435ce98f63921
+SHA1 (patch-ak) = dede7b76bac02e1a6395a7cb698990e385edebc8
SHA1 (patch-al) = f7deed3d692af322aebe1a4068dfd3bde9e87a0a
diff --git a/editors/TeXmacs/patches/patch-ai b/editors/TeXmacs/patches/patch-ai
index 64ec3185514..2c8269e8c0a 100644
--- a/editors/TeXmacs/patches/patch-ai
+++ b/editors/TeXmacs/patches/patch-ai
@@ -1,4 +1,4 @@
-$NetBSD: patch-ai,v 1.14 2010/08/31 12:20:15 drochner Exp $
+$NetBSD: patch-ai,v 1.15 2011/01/03 18:20:17 drochner Exp $
--- plugins/maxima/bin/maxima_detect.orig 2008-08-22 07:38:00.000000000 +0000
+++ plugins/maxima/bin/maxima_detect
@@ -16,7 +16,7 @@ $NetBSD: patch-ai,v 1.14 2010/08/31 12:20:15 drochner Exp $
then
if [ "$1" ]
then
-@@ -63,9 +63,17 @@ version 5.10
+@@ -63,9 +63,18 @@ version 5.10
version 5.11
version 5.12
version 5.13
@@ -29,10 +29,11 @@ $NetBSD: patch-ai,v 1.14 2010/08/31 12:20:15 drochner Exp $
+version 5.19
+version 5.20
+version 5.21
-+version 5.22" >/dev/null
++version 5.22
++version 5.23" >/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 or 5.14
-+ # 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 or 5.15 or 5.16 or 5.17 or 5.18 or 5.19 or 5.20 or 5.21 or 5.22
++ # 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 or 5.15 or 5.16 or 5.17 or 5.18 or 5.19 or 5.20 or 5.21 or 5.22 or 5.23
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
index 6da5fdf0c88..31ac42e08ce 100644
--- a/editors/TeXmacs/patches/patch-ak
+++ b/editors/TeXmacs/patches/patch-ak
@@ -1,4 +1,4 @@
-$NetBSD: patch-ak,v 1.11 2010/08/31 12:20:15 drochner Exp $
+$NetBSD: patch-ak,v 1.12 2011/01/03 18:20:17 drochner Exp $
--- plugins/maxima/bin/tm_maxima.orig 2008-08-22 07:38:00.000000000 +0000
+++ plugins/maxima/bin/tm_maxima
@@ -7,7 +7,7 @@ $NetBSD: patch-ak,v 1.11 2010/08/31 12:20:15 drochner Exp $
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.* | 5.14.*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp";;
-+ 5.11.* | 5.12.* | 5.13.* | 5.14.* | 5.15.* | 5.16.* | 5.17.* | 5.18.* | 5.19.* | 5.20.* | 5.21.* | 5.22.*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp";;
++ 5.11.* | 5.12.* | 5.13.* | 5.14.* | 5.15.* | 5.16.* | 5.17.* | 5.18.* | 5.19.* | 5.20.* | 5.21.* | 5.22.* | 5.23.*) 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"