summaryrefslogtreecommitdiff
path: root/math/nyh-hoc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 9.2Martin Wilke2009-01-152-5/+5
| | | | | | | | PR: 130460 Submitted by: Ports Fury Notes: svn path=/head/; revision=226207
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* Add port math/nyh-hoc:Andrew Pantyukhin2007-08-133-0/+38
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> Notes: svn path=/head/; revision=197599