Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2011 17:12:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/games Makefile ports/games/p5-Algorithm-Pair-Best2 Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201111231712.pANHC4eR092535@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111231712.pANHC4eR092535>