summaryrefslogtreecommitdiff
path: root/math/yorick/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:32:23 +0000
committerzuntum <zuntum>2001-11-01 00:32:23 +0000
commit12b93642c9daf031b8f20f51ed2a9a139529d6ef (patch)
treed0c7515e829b3d20d8e3aaca76db926e459dd4f3 /math/yorick/DESCR
parent21b47178a2509fb914e8d69116de89c76d5ad1d2 (diff)
downloadpkgsrc-12b93642c9daf031b8f20f51ed2a9a139529d6ef.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/yorick/DESCR')
-rw-r--r--math/yorick/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/math/yorick/DESCR b/math/yorick/DESCR
new file mode 100644
index 00000000000..4d71a51d1ed
--- /dev/null
+++ b/math/yorick/DESCR
@@ -0,0 +1,16 @@
+Yorick is an interpreted language and is useful for scientific
+computing and numerical analysis. It is similar to Matlab.
+
+It can also do interactive graphics package via the X window system,
+including x-y plots, quadrilateral meshes, and cell arrays, and
+includes tools to assist making animated and simple 3D graphs.
+
+Yorick's binary file package can read or write floating point formats
+foreign to the machine where Yorick is running.
+
+A library of functions written in the Yorick language, including
+Bessel, gamma, and related functions, multiple key sorting, spline,
+rational function, and least squares fitting, and routines to read and
+write netCDF files.
+
+NetBSD port by John P. Refling <refling@comet.lbl.gov>