Mon Apr 21 20:04:43 2008 UTC ()
update to 1.0.6.14
changes:
-TrueColor support
-Started native Aqua port for TeXmacs
-Fix compatibility issues for C++ and Guile


(drochner)
diff -r1.74 -r1.75 pkgsrc/editors/TeXmacs/Makefile
diff -r1.50 -r1.51 pkgsrc/editors/TeXmacs/distinfo
diff -r1.6 -r1.7 pkgsrc/editors/TeXmacs/patches/patch-ai
diff -r1.3 -r0 pkgsrc/editors/TeXmacs/patches/patch-ak

cvs diff -r1.74 -r1.75 pkgsrc/editors/TeXmacs/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/TeXmacs/Makefile 2008/04/21 19:07:53 1.74
+++ pkgsrc/editors/TeXmacs/Makefile 2008/04/21 20:04:43 1.75
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.74 2008/04/21 19:07:53 ghen Exp $ 1# $NetBSD: Makefile,v 1.75 2008/04/21 20:04:43 drochner Exp $
2 2
3DISTNAME= TeXmacs-1.0.6.12-src 3DISTNAME= TeXmacs-1.0.6.14-src
4PKGNAME= ${DISTNAME:S/-src//} 4PKGNAME= ${DISTNAME:S/-src//}
5CATEGORIES= editors 5CATEGORIES= editors
6MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ 6MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
7MASTER_SITES+= http://www.texmacs.org/Download/ftp/targz/ 7MASTER_SITES+= http://www.texmacs.org/Download/ftp/targz/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.texmacs.org/ 10HOMEPAGE= http://www.texmacs.org/
11COMMENT= GNU TeXmacs (free scientific text editor) 11COMMENT= GNU TeXmacs (free scientific text editor)
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15BUILD_TARGET= TEXMACS 15BUILD_TARGET= TEXMACS
16 16

cvs diff -r1.50 -r1.51 pkgsrc/editors/TeXmacs/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/TeXmacs/distinfo 2008/01/04 15:26:17 1.50
+++ pkgsrc/editors/TeXmacs/distinfo 2008/04/21 20:04:43 1.51
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1$NetBSD: distinfo,v 1.50 2008/01/04 15:26:17 drochner Exp $ 1$NetBSD: distinfo,v 1.51 2008/04/21 20:04:43 drochner Exp $
2 2
3SHA1 (TeXmacs-1.0.6.12-src.tar.gz) = 3fbddeb824703c61b5d4a193c4097f68305f9063 3SHA1 (TeXmacs-1.0.6.14-src.tar.gz) = bab1a969be883608f5ffbaef9994d6b86c43226e
4RMD160 (TeXmacs-1.0.6.12-src.tar.gz) = c1d53d8e20f0d701f1e2fb602753d7d85ae7fb53 4RMD160 (TeXmacs-1.0.6.14-src.tar.gz) = 1558176e93527367907cc461fe6075d4c508e23a
5Size (TeXmacs-1.0.6.12-src.tar.gz) = 4215464 bytes 5Size (TeXmacs-1.0.6.14-src.tar.gz) = 4313953 bytes
6SHA1 (patch-aa) = 95b9e42fe1ff343e891fe299382c3647636eec99 6SHA1 (patch-aa) = 95b9e42fe1ff343e891fe299382c3647636eec99
7SHA1 (patch-ab) = e2d3dff7ce46ff0a827c6d6e9320060b21d6bd71 7SHA1 (patch-ab) = e2d3dff7ce46ff0a827c6d6e9320060b21d6bd71
8SHA1 (patch-ac) = 21810d4f9d5e6525a86ec2d0c347dcfd1c9e31c8 8SHA1 (patch-ac) = 21810d4f9d5e6525a86ec2d0c347dcfd1c9e31c8
9SHA1 (patch-ad) = f36da65f9e9a808a4a8af4a41af0b4388f2c18fd 9SHA1 (patch-ad) = f36da65f9e9a808a4a8af4a41af0b4388f2c18fd
10SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f 10SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f
11SHA1 (patch-ag) = 2b1c0ce4aa0f6b824f08f05a95beacbb1722436b 11SHA1 (patch-ag) = 2b1c0ce4aa0f6b824f08f05a95beacbb1722436b
12SHA1 (patch-ai) = 3cfbf70742468329149b69dba4b5a82279770ced 12SHA1 (patch-ai) = d0d6e92c98c97a36e05cb9f9d267a91bd939d599
13SHA1 (patch-aj) = 8f07479a6857900b535a0fd7b1f61043164baf15 13SHA1 (patch-aj) = 8f07479a6857900b535a0fd7b1f61043164baf15
14SHA1 (patch-ak) = 1972bbf64c24f6c6feeedb18f2ed9351d30bdecd 

cvs diff -r1.6 -r1.7 pkgsrc/editors/TeXmacs/patches/Attic/patch-ai (expand / switch to unified diff)

--- pkgsrc/editors/TeXmacs/patches/Attic/patch-ai 2008/01/04 15:26:17 1.6
+++ pkgsrc/editors/TeXmacs/patches/Attic/patch-ai 2008/04/21 20:04:43 1.7
@@ -1,31 +1,18 @@ @@ -1,31 +1,18 @@
1$NetBSD: patch-ai,v 1.6 2008/01/04 15:26:17 drochner Exp $ 1$NetBSD: patch-ai,v 1.7 2008/04/21 20:04:43 drochner Exp $
2 2
3--- plugins/maxima/bin/maxima_detect.orig 2007-11-05 10:21:32.000000000 +0100 3--- plugins/maxima/bin/maxima_detect.orig 2008-03-19 18:16:36.000000000 +0100
4+++ plugins/maxima/bin/maxima_detect 4+++ plugins/maxima/bin/maxima_detect
5@@ -36,11 +36,11 @@ find_old_help() 5@@ -36,11 +36,11 @@ find_old_help()
6 fi 6 fi
7 } 7 }
8  8
9-if [ $OSTYPE = "cygwin" ] ; then EXT='.bat'; else EXT=''; fi 9-if [ $OSTYPE = "cygwin" ] ; then EXT='.bat'; else EXT=''; fi
10+if [ x$OSTYPE = x"cygwin" ] ; then EXT='.bat'; else EXT=''; fi 10+if [ x$OSTYPE = x"cygwin" ] ; then EXT='.bat'; else EXT=''; fi
11 MAXIMA=`which maxima$EXT 2>/dev/null` 11 MAXIMA=`which maxima$EXT 2>/dev/null`
12 if [ $? -eq 0 ] 12 if [ $? -eq 0 ]
13 then 13 then
14- if [ $OSTYPE = "cygwin" ] 14- if [ $OSTYPE = "cygwin" ]
15+ if [ x$OSTYPE = x"cygwin" ] 15+ if [ x$OSTYPE = x"cygwin" ]
16 then 16 then
17 if [ "$1" ] 17 if [ "$1" ]
18 then 18 then
19@@ -62,9 +62,10 @@ version 5.9.3 
20 version 5.10 
21 version 5.11 
22 version 5.12 
23-version 5.13" >/dev/null 
24+version 5.13 
25+version 5.14" >/dev/null 
26 then 
27- # 5.9.1 or 5.9.2 or 5.9.3 or 5.10 or 5.11 or 5.12 or 5.13 
28+ # 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 
29 maxima -d | grep -F 'maxima-htmldir=' | sed -e \ 
30 's/maxima-htmldir=/"/' -e 's|$|/maxima_toc.html"|' 
31 else 

File Deleted: pkgsrc/editors/TeXmacs/patches/Attic/patch-ak