From owner-cvs-all@FreeBSD.ORG Fri Sep 5 19:30:37 2003 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 4600216A4BF; Fri, 5 Sep 2003 19:30:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D5643FBD; Fri, 5 Sep 2003 19:30:35 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h862UZ0U086539; Fri, 5 Sep 2003 19:30:35 -0700 (PDT) (envelope-from foxfair@repoman.freebsd.org) Received: (from foxfair@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h862UZ80086538; Fri, 5 Sep 2003 19:30:35 -0700 (PDT) Message-Id: <200309060230.h862UZ80086538@repoman.freebsd.org> From: Foxfair Hu Date: Fri, 5 Sep 2003 19:30:35 -0700 (PDT) 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/p5-Math-Round 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: Sat, 06 Sep 2003 02:30:37 -0000 foxfair 2003/09/05 19:30:35 PDT FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Round Makefile distinfo pkg-descr pkg-plist Log: Import p5-Math-Round. Math::Round is a Perl module. It supplies functions to round numbers, both positive and negative, in various ways. This may seem like an odd thing to write a whole module for, but rounding can sometimes be a little tricky, so I thought some people might find this useful. Revision Changes Path 1.227 +1 -0 ports/math/Makefile 1.1 +22 -0 ports/math/p5-Math-Round/Makefile (new) 1.1 +1 -0 ports/math/p5-Math-Round/distinfo (new) 1.1 +7 -0 ports/math/p5-Math-Round/pkg-descr (new) 1.1 +7 -0 ports/math/p5-Math-Round/pkg-plist (new)