From owner-cvs-all@FreeBSD.ORG Mon Oct 24 08:28:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 F0FE516A41F; Mon, 24 Oct 2005 08:28:28 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B9243D45; Mon, 24 Oct 2005 08:28:28 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9O8SSpM080459; Mon, 24 Oct 2005 08:28:28 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9O8SS87080458; Mon, 24 Oct 2005 08:28:28 GMT (envelope-from tobez) Message-Id: <200510240828.j9O8SS87080458@repoman.freebsd.org> From: Anton Berezin Date: Mon, 24 Oct 2005 08:28:28 +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/p5-Math-ConvexHull Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 24 Oct 2005 08:28:29 -0000 tobez 2005-10-24 08:28:28 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-ConvexHull Makefile distinfo pkg-descr pkg-plist Log: Add math/p5-Math-ConvexHull 1.00, a Perl module to calculate convex hulls using Graham's scan (n*log(n)). Revision Changes Path 1.343 +1 -0 ports/math/Makefile 1.1 +28 -0 ports/math/p5-Math-ConvexHull/Makefile (new) 1.1 +2 -0 ports/math/p5-Math-ConvexHull/distinfo (new) 1.1 +9 -0 ports/math/p5-Math-ConvexHull/pkg-descr (new) 1.1 +5 -0 ports/math/p5-Math-ConvexHull/pkg-plist (new)