summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/patches
diff options
context:
space:
mode:
authorwiz <wiz>2005-11-10 21:12:07 +0000
committerwiz <wiz>2005-11-10 21:12:07 +0000
commit6c39cb9d56f07dd322e5a5588d81eb2520530ae0 (patch)
tree51b120232071817369a5537345f2d8c147aa9271 /editors/TeXmacs/patches
parent5237e281c7e9133d9ab29b6e6faaa3c6ddd245e4 (diff)
downloadpkgsrc-6c39cb9d56f07dd322e5a5588d81eb2520530ae0.tar.gz
Update to 1.0.5.12, provided by Geert Hendrickx in PR 31569:
* Several improvements in LaTeX converters (1.0.5.12). * User preference for Html converter to export formulas as images (1.0.5.12). * Several minor improvements in the graphics mode (1.0.5.12). * More options for the TeXmacs to LaTeX converter and updated documentation (1.0.5.11). * Several bug corrections and minor improvements in LaTeX to TeXmacs converter (1.0.5.11). * Faster and more portable help searching (1.0.5.10). * Added a plug-in for Mathematica (1.0.5.10). * Use Type 1 EC fonts by default (1.0.5.10). * Distribution of several font packages with Type 1 EC fonts (1.0.5.10). * More reliable quoting routines and related bug corrections (1.0.5.10). * Release a-version of graphical mode (1.0.5.9). * Improved exportation to Html (1.0.5.9). * Improved table importation to and from Html/MathML (1.0.5.9). * Further improvements in Maple interface (1.0.5.9). * Added a new interface with Maple (1.0.5.8). * Added converters from and to MathML (1.0.5.8). * XML parser now expands entities which are defined in the document (1.0.5.8). * Added an option for reverse video mode (1.0.5.8). * Further improvements for the upcoming graphical mode (1.0.5.8).
Diffstat (limited to 'editors/TeXmacs/patches')
-rw-r--r--editors/TeXmacs/patches/patch-ai13
1 files changed, 7 insertions, 6 deletions
diff --git a/editors/TeXmacs/patches/patch-ai b/editors/TeXmacs/patches/patch-ai
index 5960f50c77b..b38ffa3621d 100644
--- a/editors/TeXmacs/patches/patch-ai
+++ b/editors/TeXmacs/patches/patch-ai
@@ -1,12 +1,13 @@
-$NetBSD: patch-ai,v 1.1 2005/04/28 19:05:25 drochner Exp $
+$NetBSD: patch-ai,v 1.2 2005/11/10 21:12:07 wiz Exp $
---- plugins/maxima/bin/maxima_detect.orig 2005-04-28 16:25:54.000000000 +0200
+--- plugins/maxima/bin/maxima_detect.orig 2005-10-09 21:39:17.000000000 +0200
+++ plugins/maxima/bin/maxima_detect
-@@ -1,5 +1,5 @@
--#!/bin/bash
+@@ -36,7 +36,7 @@ find_old_help()
+ fi
+ }
+
-MAXIMA=`type -p maxima 2>/dev/null`
-+#!/bin/sh
+MAXIMA=`which maxima`
+
if [ $? -eq 0 ]
then
- if grep -F list-avail $MAXIMA >/dev/null