From owner-cvs-all@FreeBSD.ORG Sun Aug 29 17:39:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FB1E16A4CE; Sun, 29 Aug 2004 17:39:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7395243D2F; Sun, 29 Aug 2004 17:39:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7THd2KY065073; Sun, 29 Aug 2004 17:39:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7THd2ZZ065072; Sun, 29 Aug 2004 17:39:02 GMT (envelope-from pav) Message-Id: <200408291739.i7THd2ZZ065072@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 29 Aug 2004 17:39:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/qalculate Makefile distinfo pkg-descr pkg-plist ports/math/qalculate/files extra-patch-FreeBSD4 patch-src::calclib::Calculator.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 29 Aug 2004 17:39:02 -0000 pav 2004-08-29 17:39:02 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/qalculate Makefile distinfo pkg-descr pkg-plist math/qalculate/files extra-patch-FreeBSD4 patch-src::calclib::Calculator.cc Log: Add qalculate, a multi-purpose desktop calculator for GNU/Linux (heh). It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface. PR: ports/68979 Submitted by: Sergey Akifyev Revision Changes Path 1.285 +1 -0 ports/math/Makefile 1.1 +40 -0 ports/math/qalculate/Makefile (new) 1.1 +2 -0 ports/math/qalculate/distinfo (new) 1.1 +11 -0 ports/math/qalculate/files/extra-patch-FreeBSD4 (new) 1.1 +15 -0 ports/math/qalculate/files/patch-src::calclib::Calculator.cc (new) 1.1 +6 -0 ports/math/qalculate/pkg-descr (new) 1.1 +67 -0 ports/math/qalculate/pkg-plist (new)