summaryrefslogtreecommitdiff
path: root/math/reduce/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/reduce/files')
-rw-r--r--math/reduce/files/patch-csl_fox_configure.ac (renamed from math/reduce/files/patch-fox-configure.ac)0
-rw-r--r--math/reduce/files/redpsl.118
-rw-r--r--math/reduce/files/runpsl.sh16
3 files changed, 0 insertions, 34 deletions
diff --git a/math/reduce/files/patch-fox-configure.ac b/math/reduce/files/patch-csl_fox_configure.ac
index 79d9c9094803..79d9c9094803 100644
--- a/math/reduce/files/patch-fox-configure.ac
+++ b/math/reduce/files/patch-csl_fox_configure.ac
diff --git a/math/reduce/files/redpsl.1 b/math/reduce/files/redpsl.1
deleted file mode 100644
index a4966d46b626..000000000000
--- a/math/reduce/files/redpsl.1
+++ /dev/null
@@ -1,18 +0,0 @@
-.TH REDPSL 1 "2010 October 10" "redpsl"
-.
-.
-.SH NAME
-redpsl \- Run REDUCE under PSL
-.
-.
-.SH Synopsis
-.B redpsl
-.
-.
-.SH DESCRIPTION
-.I redpsl
-runs REDUCE based on the
-.BR PSL
-Lisp system.
-.
-.
diff --git a/math/reduce/files/runpsl.sh b/math/reduce/files/runpsl.sh
deleted file mode 100644
index 67de252482a8..000000000000
--- a/math/reduce/files/runpsl.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#! /bin/sh
-
-case `uname -m` in
-amd64)
- STORE=2000
- ;;
-i386)
- STORE=16000000
- ;;
-esac
-
-bin="/usr/local/share/reduce/psl/bpsl"
-img="/usr/local/share/reduce/red/reduce.img"
-
-exec $bin -td $STORE -f $img $*
-