From owner-cvs-ports@FreeBSD.ORG Sat May 28 08:26:24 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F18316A41C; Sat, 28 May 2005 08:26:24 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 127C343D1D; Sat, 28 May 2005 08:26:24 +0000 (GMT) (envelope-from jylefort@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 j4S8QN5O068075; Sat, 28 May 2005 08:26:23 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4S8QNrf068074; Sat, 28 May 2005 08:26:23 GMT (envelope-from jylefort) Message-Id: <200505280826.j4S8QNrf068074@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 28 May 2005 08:26:23 +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-Combinatorics 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: Sat, 28 May 2005 08:26:24 -0000 jylefort 2005-05-28 08:26:23 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Combinatorics Makefile distinfo pkg-descr pkg-plist Log: Add p5-Math-Combinatorics. Combinatorics is the branch of mathematics studying the enumeration, combination, and permutation of sets of elements and the mathematical relations that characterize their properties. As a jumping off point, refer to: http://mathworld.wolfram.com/Combinatorics.html This module provides a pure-perl implementation of nCk, nPk, and n! (combination, permutation, and factorial, respectively). Author: Allen Day WWW: http://search.cpan.org/dist/Math-Combinatorics/ PR: ports/81572 Submitted by: Aaron Dalton Revision Changes Path 1.324 +1 -0 ports/math/Makefile 1.1 +28 -0 ports/math/p5-Math-Combinatorics/Makefile (new) 1.1 +2 -0 ports/math/p5-Math-Combinatorics/distinfo (new) 1.1 +16 -0 ports/math/p5-Math-Combinatorics/pkg-descr (new) 1.1 +5 -0 ports/math/p5-Math-Combinatorics/pkg-plist (new)