From owner-cvs-ports@FreeBSD.ORG Mon Aug 13 20:20:40 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C151C16A41A; Mon, 13 Aug 2007 20:20:40 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AFC3B13C47E; Mon, 13 Aug 2007 20:20:40 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7DKKecu098980; Mon, 13 Aug 2007 20:20:40 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7DKKexY098979; Mon, 13 Aug 2007 20:20:40 GMT (envelope-from sat) Message-Id: <200708132020.l7DKKexY098979@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 13 Aug 2007 20:20:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/nyh-hoc Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2007 20:20:40 -0000 sat 2007-08-13 20:20:40 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/nyh-hoc Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.462 +1 -0 ports/math/Makefile 1.1 +21 -0 ports/math/nyh-hoc/Makefile (new) 1.1 +3 -0 ports/math/nyh-hoc/distinfo (new) 1.1 +14 -0 ports/math/nyh-hoc/pkg-descr (new)