diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-18 08:53:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-18 08:53:13 +0000 |
commit | c7d8cd0ef8a399ef0dfb4931dc100084e148733e (patch) | |
tree | fb0d040117a3ab0e5e05ebe7261febaa2c501899 /math/xlispstat | |
parent | 550bcd2700300036a6294a930f61beed5e64fc42 (diff) | |
download | ports-c7d8cd0ef8a399ef0dfb4931dc100084e148733e.tar.gz ports-c7d8cd0ef8a399ef0dfb4931dc100084e148733e.zip |
Notes
Diffstat (limited to 'math/xlispstat')
-rw-r--r-- | math/xlispstat/Makefile | 18 | ||||
-rw-r--r-- | math/xlispstat/distinfo | 1 | ||||
-rw-r--r-- | math/xlispstat/pkg-comment | 1 | ||||
-rw-r--r-- | math/xlispstat/pkg-descr | 37 | ||||
-rw-r--r-- | math/xlispstat/pkg-plist | 37 |
5 files changed, 94 insertions, 0 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile new file mode 100644 index 000000000000..f809db5a565f --- /dev/null +++ b/math/xlispstat/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xlisp-stat +# Version required: 3.44 +# Date created: Tue Aug 15 17:57:48 CDT 1995 +# Whom: erich@rrnet.com +# +# $Id$ +# + +DISTNAME= xlispstat-3-44 +PKGNAME= xlispstat-3.44 +CATEGORIES+= math languages +MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/ + +HAS_CONFIGURE= yes +# needs to connect to X server while build +IS_INTERACTIVE= yes + +.include <bsd.port.mk> diff --git a/math/xlispstat/distinfo b/math/xlispstat/distinfo new file mode 100644 index 000000000000..714f57099d7a --- /dev/null +++ b/math/xlispstat/distinfo @@ -0,0 +1 @@ +MD5 (xlispstat-3-44.tar.gz) = 857e29ac6c8cf6f76bc58b276d8d5f20 diff --git a/math/xlispstat/pkg-comment b/math/xlispstat/pkg-comment new file mode 100644 index 000000000000..ff2eeed13cfe --- /dev/null +++ b/math/xlispstat/pkg-comment @@ -0,0 +1 @@ +This is XLISP-STAT 3.44 for generic bsd systems diff --git a/math/xlispstat/pkg-descr b/math/xlispstat/pkg-descr new file mode 100644 index 000000000000..1f9b00ec5d1e --- /dev/null +++ b/math/xlispstat/pkg-descr @@ -0,0 +1,37 @@ +This is XLISP-STAT 3.44 Release 3 for generic bsd systems (with simple +tektronix graphics from the gnuplot system), or X11. + +XLISP-STAT is a statistical environment based on a dialect of the Lisp +language called XLISP. Originally developed for the Apple Macintosh, +XLISP-STAT is now also available for UNIX workstations using the X11 +window system and for Microsoft Windows. To facilitate statistical +computations, standard Lisp functions for addition, logarithms, etc., +have been modified to operate on lists and arrays of numbers, and a +number of basic statistical functions have been added. Many of these +functions have been written in Lisp, and additional functions can be +added easily by a user. Several basic forms of plots, including +histograms, scatterplots, rotatable plots and scatterplot matrices are +provided. These plots support various forms of interactive +highlighting operations and can be linked so points highlighted in one +plot will be highlighted in all linked plots. Interactions with the +plots are controlled by the mouse, menus and dialog boxes. An +object-oriented programming system is used to allow menus, dialogs, +and the response to mouse actions to be customized. + +Updates to this system will be posted periodically in the anonymous +ftp directory of umnstat.stat.umn.edu (128.101.51.1). + +A tutorial introduction to the system is available. It is written +primarily for the Macintosh version, but the differences to the UNIX +version are minor; see below. The tutorial is available as a set of +LaTeX files in xlispstat.doc.tar.Z at the ftp address above. + +For further information contact + + Luke Tierney + School of Statistics + University of Minnesota + Minneapolis, Mn. 55455 + + luke@umnstat.stat.umn.edu + diff --git a/math/xlispstat/pkg-plist b/math/xlispstat/pkg-plist new file mode 100644 index 000000000000..2048bfca9e46 --- /dev/null +++ b/math/xlispstat/pkg-plist @@ -0,0 +1,37 @@ +bin/xlispstat +lib/xlispstat/Data/absorbtion.lsp +lib/xlispstat/Data/stackloss.lsp +lib/xlispstat/Data/randu.lsp +lib/xlispstat/Data/puromycin.lsp +lib/xlispstat/Data/oxygen.lsp +lib/xlispstat/Data/metabolism.lsp +lib/xlispstat/Data/leukemia.lsp +lib/xlispstat/Data/iris.lsp +lib/xlispstat/Data/heating.lsp +lib/xlispstat/Data/diabetes.lsp +lib/xlispstat/Data/car-prices.lsp +lib/xlispstat/Data/book.lsp +lib/xlispstat/Data/aircraft.lsp +lib/xlispstat/Data/tutorial.lsp +lib/xlispstat/Examples/abrasiondemo.lsp +lib/xlispstat/Examples/tour.lsp +lib/xlispstat/Examples/rotatedemo.lsp +lib/xlispstat/Examples/regdemo.lsp +lib/xlispstat/Examples/plotcontrols.lsp +lib/xlispstat/Examples/inspect.lsp +lib/xlispstat/Examples/fstat.lsp +lib/xlispstat/Examples/dataprotos.lsp +lib/xlispstat/Examples/bcdemo.lsp +lib/xlispstat/Examples/addhandrotate.lsp +lib/xlispstat/Examples/addbox.lsp +lib/xlispstat/Examples/tourdemo.lsp +lib/xlispstat/Autoload/maximize.fsl +lib/xlispstat/Autoload/oneway.fsl +lib/xlispstat/Autoload/nonlin.fsl +lib/xlispstat/Autoload/stepper.fsl +lib/xlispstat/Autoload/glim.fsl +lib/xlispstat/Autoload/bayes.fsl +lib/xlispstat/Autoload/autoload.lsp +lib/xlispstat/xlisp +lib/xlispstat/xlisp.wks +lib/xlispstat/xlisp.hlp |