From owner-cvs-all@FreeBSD.ORG Sun Aug 29 17:35:23 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 82C4016A4CE; Sun, 29 Aug 2004 17:35:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7791343D45; Sun, 29 Aug 2004 17:35:23 +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 i7THZNau064866; Sun, 29 Aug 2004 17:35:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7THZNTr064865; Sun, 29 Aug 2004 17:35:23 GMT (envelope-from pav) Message-Id: <200408291735.i7THZNTr064865@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 29 Aug 2004 17:35:23 +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/convertall Makefile distinfo pkg-descr pkg-plist 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:35:23 -0000 pav 2004-08-29 17:35:23 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/convertall Makefile distinfo pkg-descr pkg-plist Log: Add convertall, a unit converter that can combine the units any way you want. If you want to convert from inches per decade, that's fine. Or from meter-pounds. Or from cubic nautical miles. The units don't have to make sense to anyone else. PR: ports/71081 Submitted by: Michael Johnson Revision Changes Path 1.284 +1 -0 ports/math/Makefile 1.1 +34 -0 ports/math/convertall/Makefile (new) 1.1 +2 -0 ports/math/convertall/distinfo (new) 1.1 +8 -0 ports/math/convertall/pkg-descr (new) 1.1 +36 -0 ports/math/convertall/pkg-plist (new)