From owner-cvs-all@FreeBSD.ORG Tue May 29 16:12:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8D9416A400; Tue, 29 May 2007 16:12:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DB05613C46C; Tue, 29 May 2007 16:12:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4TGCRnf055983; Tue, 29 May 2007 16:12:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4TGCRNQ055982; Tue, 29 May 2007 16:12:27 GMT (envelope-from miwi) Message-Id: <200705291612.l4TGCRNQ055982@repoman.freebsd.org> From: Martin Wilke Date: Tue, 29 May 2007 16:12:27 +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/pear-Math_Combinatorics Makefile distinfo pkg-descr 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: Tue, 29 May 2007 16:12:28 -0000 miwi 2007-05-29 16:12:27 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/pear-Math_Combinatorics Makefile distinfo pkg-descr Log: A package that returns all the combinations and permutations, without repitition, of a given set and subset size. Associative arrays are preserved. WWW: http://pear.php.net/package/Math_Combinatorics/ PR: ports/112824 Submitted by: Zhen REN Revision Changes Path 1.455 +1 -0 ports/math/Makefile 1.1 +31 -0 ports/math/pear-Math_Combinatorics/Makefile (new) 1.1 +3 -0 ports/math/pear-Math_Combinatorics/distinfo (new) 1.1 +5 -0 ports/math/pear-Math_Combinatorics/pkg-descr (new)