From owner-cvs-ports@FreeBSD.ORG Wed Nov 23 17:12:04 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C78A2106566C; Wed, 23 Nov 2011 17:12:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9DBC48FC08; Wed, 23 Nov 2011 17:12:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pANHC4Mb092536; Wed, 23 Nov 2011 17:12:04 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pANHC4eR092535; Wed, 23 Nov 2011 17:12:04 GMT (envelope-from sunpoet) Message-Id: <201111231712.pANHC4eR092535@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Nov 2011 17:12:04 +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/games Makefile ports/games/p5-Algorithm-Pair-Best2 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: Wed, 23 Nov 2011 17:12:04 -0000 sunpoet 2011-11-23 17:12:04 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/p5-Algorithm-Pair-Best2 Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Algorithm-Pair-Best2 2.035 Algorithm::Pair::Best2 is a re-write of Algorithm::Pair::Best. The interface is simplified and the implementation is significantly streamlined. After creating an Algorithm::Pair::Best2 object (with->new), add items to the list of items (i.e: players) to be paired. The final list must contain an even number of items or picking the pairs will throw an exception. Algorithm::Pair::Best2->pick explores all combinations of items and returns the pairing list with the best (lowest) score. WWW: http://search.cpan.org/dist/Algorithm-Pair-Best2/ Feature safe: yes Revision Changes Path 1.1395 +1 -0 ports/games/Makefile 1.1 +21 -0 ports/games/p5-Algorithm-Pair-Best2/Makefile (new) 1.1 +2 -0 ports/games/p5-Algorithm-Pair-Best2/distinfo (new) 1.1 +11 -0 ports/games/p5-Algorithm-Pair-Best2/pkg-descr (new) 1.1 +7 -0 ports/games/p5-Algorithm-Pair-Best2/pkg-plist (new)