From owner-cvs-ports@FreeBSD.ORG Sun Jan 31 10:28:12 2010 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 666AD106566B; Sun, 31 Jan 2010 10:28:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 565AF8FC16; Sun, 31 Jan 2010 10:28:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0VASBjj033574; Sun, 31 Jan 2010 10:28:11 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0VASB1g033573; Sun, 31 Jan 2010 10:28:11 GMT (envelope-from edwin) Message-Id: <201001311028.o0VASB1g033573@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 31 Jan 2010 10:28:11 +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/rpcalc Makefile distinfo pkg-descr pkg-plist 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: Sun, 31 Jan 2010 10:28:12 -0000 edwin 2010-01-31 10:28:11 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/rpcalc Makefile distinfo pkg-descr pkg-plist Log: New port: math/rpcalc rpCalc started out as a little program written to try out various Python GUI toolkits. But I ended up using it all the time (it's much quicker to pull it up than to pull an actual HP calculator out of the desk), and I made several improvements. So I decided to make it available to others who also like RPN calculators. WWW: http://rpcalc.bellz.org/index.html Author: Doug Bell Revision Changes Path 1.633 +1 -0 ports/math/Makefile 1.1 +26 -0 ports/math/rpcalc/Makefile (new) 1.1 +3 -0 ports/math/rpcalc/distinfo (new) 1.1 +8 -0 ports/math/rpcalc/pkg-descr (new) 1.1 +40 -0 ports/math/rpcalc/pkg-plist (new)