From owner-cvs-all@FreeBSD.ORG Sun Mar 14 08:18:27 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 A2CAB16A4CE; Sun, 14 Mar 2004 08:18:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CCFC43D41; Sun, 14 Mar 2004 08:18:27 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2EGIRGe049406; Sun, 14 Mar 2004 08:18:27 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2EGIRGc049405; Sun, 14 Mar 2004 08:18:27 -0800 (PST) (envelope-from pav) Message-Id: <200403141618.i2EGIRGc049405@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 14 Mar 2004 08:18:27 -0800 (PST) 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/ruby-numru_units 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, 14 Mar 2004 16:18:27 -0000 pav 2004/03/14 08:18:27 PST FreeBSD ports repository Modified files: math Makefile Added files: math/ruby-numru_units Makefile distinfo pkg-descr pkg-plist Log: Add ruby-numru_units, a Ruby class to handle units of physical quantities like 'hPa' -> '100 kg.m-1.sec-1' etc.. PR: ports/64247 Submitted by: Shin'ya Murakami Revision Changes Path 1.258 +1 -0 ports/math/Makefile 1.1 +35 -0 ports/math/ruby-numru_units/Makefile (new) 1.1 +2 -0 ports/math/ruby-numru_units/distinfo (new) 1.1 +14 -0 ports/math/ruby-numru_units/pkg-descr (new) 1.1 +6 -0 ports/math/ruby-numru_units/pkg-plist (new)