From owner-cvs-all@FreeBSD.ORG Thu Apr 26 20:05:23 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CFAD16A401; Thu, 26 Apr 2007 20:05:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2983913C4C4; Thu, 26 Apr 2007 20:05:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3QK5NUW025426; Thu, 26 Apr 2007 20:05:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3QK5NFq025425; Thu, 26 Apr 2007 20:05:23 GMT (envelope-from miwi) Message-Id: <200704262005.l3QK5NFq025425@repoman.freebsd.org> From: Martin Wilke Date: Thu, 26 Apr 2007 20:05:23 +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/wcalc Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2007 20:05:23 -0000 miwi 2007-04-26 20:05:22 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/wcalc Makefile distinfo pkg-descr Log: Wcalc is a powerful arbitrary-precision calculator. It has standard functions (sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.), variables, "active" variables, command history, and hex/octal/binary i/o, conversions, and more. WWW: http://w-calc.sourceforge.net/ -Amarendra Godbole amarendra.godbole@gmail.com PR: ports/112106 Submitted by: Amarendra Godbole Revision Changes Path 1.452 +1 -0 ports/math/Makefile 1.1 +30 -0 ports/math/wcalc/Makefile (new) 1.1 +3 -0 ports/math/wcalc/distinfo (new) 1.1 +9 -0 ports/math/wcalc/pkg-descr (new)