diff options
author | sat <sat@FreeBSD.org> | 2007-08-14 04:20:40 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-14 04:20:40 +0800 |
commit | 88f64e354f151050ca1971027b9545ee24f3c7f9 (patch) | |
tree | e0b2671173fda97d9ab162199c21053fc59a75ca /math/Makefile | |
parent | eec8cd878639d7dc6162b37a79e9f855a9d0c0c6 (diff) | |
download | freebsd-ports-gnome-88f64e354f151050ca1971027b9545ee24f3c7f9.tar.gz freebsd-ports-gnome-88f64e354f151050ca1971027b9545ee24f3c7f9.tar.zst freebsd-ports-gnome-88f64e354f151050ca1971027b9545ee24f3c7f9.zip |
Add port math/nyh-hoc:
Hoc, the High Order Calculator, is an interpreted language for
floating-point calculations. Its most basic use is as a powerful and
convenient calculator, interactively evaluating expressions such as
1+2*sin(0.7). But hoc is no ordinary calculator: It also lets you
assign values to variables, define your own functions, and use loops,
conditionals, and everything else you'd expect in a programming
language.
Hoc was developed by Brian Kernighan and Rob Pike, and introduced in
their 1984 book The Unix Programming Environment. This version has been
extended and improved by Nadav Y. Har'El.
WWW: http://nadav.harel.org.il/homepage/hoc/
Author: Nadav Y. Har'El <nadav@harel.org.il>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 7468ef19ff71..348bf1c17355 100644 --- a/math/Makefile +++ b/math/Makefile @@ -167,6 +167,7 @@ SUBDIR += nsc2ke SUBDIR += ntl SUBDIR += numdiff + SUBDIR += nyh-hoc SUBDIR += ocaml-ocamlgraph SUBDIR += octave SUBDIR += octave-devel |