pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/TeXmacs recognize maxima-5.19, bump PKGREVISION



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddcd30830d35
branches:  trunk
changeset: 397472:ddcd30830d35
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Aug 13 17:27:59 2009 +0000

description:
recognize maxima-5.19, bump PKGREVISION

diffstat:

 editors/TeXmacs/Makefile         |   4 ++--
 editors/TeXmacs/distinfo         |   6 +++---
 editors/TeXmacs/patches/patch-ai |  12 +++++++-----
 editors/TeXmacs/patches/patch-ak |   6 +++---
 4 files changed, 15 insertions(+), 13 deletions(-)

diffs (89 lines):

diff -r 3e8f4865f410 -r ddcd30830d35 editors/TeXmacs/Makefile
--- a/editors/TeXmacs/Makefile  Thu Aug 13 15:23:37 2009 +0000
+++ b/editors/TeXmacs/Makefile  Thu Aug 13 17:27:59 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.81 2009/05/20 00:58:15 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2009/08/13 17:27:59 drochner Exp $
 
 DISTNAME=              TeXmacs-1.0.6.15-src
 PKGNAME=               ${DISTNAME:S/-src//}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            editors
 MASTER_SITES=          ftp://ftp.texmacs.org/pub/TeXmacs/targz/
 MASTER_SITES+=         http://www.texmacs.org/Download/ftp/targz/
diff -r 3e8f4865f410 -r ddcd30830d35 editors/TeXmacs/distinfo
--- a/editors/TeXmacs/distinfo  Thu Aug 13 15:23:37 2009 +0000
+++ b/editors/TeXmacs/distinfo  Thu Aug 13 17:27:59 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.56 2009/02/16 12:26:51 drochner Exp $
+$NetBSD: distinfo,v 1.57 2009/08/13 17:27:59 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-ad) = f36da65f9e9a808a4a8af4a41af0b4388f2c18fd
 SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f
 SHA1 (patch-ag) = 2b1c0ce4aa0f6b824f08f05a95beacbb1722436b
-SHA1 (patch-ai) = 5eefbec68ec6500104b9391dfcdfab1e3d78a5dc
+SHA1 (patch-ai) = 4095c6712fbced70c89f4eb90b675366defc8899
 SHA1 (patch-aj) = 8f07479a6857900b535a0fd7b1f61043164baf15
-SHA1 (patch-ak) = 02ee80b3f889743f0b14dd4c706fc626b686b2ba
+SHA1 (patch-ak) = 5f84f452968cdb34bb13a83cd73aa195bb304321
 SHA1 (patch-al) = f7deed3d692af322aebe1a4068dfd3bde9e87a0a
diff -r 3e8f4865f410 -r ddcd30830d35 editors/TeXmacs/patches/patch-ai
--- a/editors/TeXmacs/patches/patch-ai  Thu Aug 13 15:23:37 2009 +0000
+++ b/editors/TeXmacs/patches/patch-ai  Thu Aug 13 17:27:59 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ai,v 1.10 2009/02/11 17:53:40 drochner Exp $
+$NetBSD: patch-ai,v 1.11 2009/08/13 17:27:59 drochner Exp $
 
---- plugins/maxima/bin/maxima_detect.orig      2008-08-16 18:30:29.000000000 +0200
+--- plugins/maxima/bin/maxima_detect.orig      2008-08-22 09:38:00.000000000 +0200
 +++ plugins/maxima/bin/maxima_detect
 @@ -36,11 +36,11 @@ find_old_help()
    fi
@@ -16,7 +16,7 @@
    then
      if [ "$1" ]
      then
-@@ -63,9 +63,12 @@ version 5.10
+@@ -63,9 +63,14 @@ version 5.10
  version 5.11
  version 5.12
  version 5.13
@@ -24,10 +24,12 @@
 +version 5.14
 +version 5.15
 +version 5.16
-+version 5.17" >/dev/null
++version 5.17
++version 5.18
++version 5.19" >/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
++          # 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
            maxima -d | grep -F 'maxima-htmldir=' | sed -e \
            's/maxima-htmldir=/"/' -e 's|$|/maxima_toc.html"|'
          else
diff -r 3e8f4865f410 -r ddcd30830d35 editors/TeXmacs/patches/patch-ak
--- a/editors/TeXmacs/patches/patch-ak  Thu Aug 13 15:23:37 2009 +0000
+++ b/editors/TeXmacs/patches/patch-ak  Thu Aug 13 17:27:59 2009 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ak,v 1.7 2009/02/11 17:53:40 drochner Exp $
+$NetBSD: patch-ak,v 1.8 2009/08/13 17:27:59 drochner Exp $
 
---- plugins/maxima/bin/tm_maxima.orig  2008-08-16 18:30:29.000000000 +0200
+--- plugins/maxima/bin/tm_maxima.orig  2008-08-22 09:38:00.000000000 +0200
 +++ 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.* | 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.*) 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.*) 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"



Home | Main Index | Thread Index | Old Index