[58737] trunk/dports/games

ram at macports.org ram at macports.org
Sat Oct 3 17:44:28 PDT 2009


Revision: 58737
          http://trac.macports.org/changeset/58737
Author:   ram at macports.org
Date:     2009-10-03 17:44:27 -0700 (Sat, 03 Oct 2009)
Log Message:
-----------
games/poker-eval: new port, closes #21791

Added Paths:
-----------
    trunk/dports/games/poker-eval/
    trunk/dports/games/poker-eval/Portfile

Added: trunk/dports/games/poker-eval/Portfile
===================================================================
--- trunk/dports/games/poker-eval/Portfile	                        (rev 0)
+++ trunk/dports/games/poker-eval/Portfile	2009-10-04 00:44:27 UTC (rev 58737)
@@ -0,0 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                poker-eval
+version             136.0
+categories          games math
+maintainers         nomaintainer
+description         Library for poker hand evaluation, dev files
+long_description    poker-eval is a C library to evaluate poker hands. \
+                    The result of the evalution for a given hand is a number. \
+                    The general idea is that if the evalution of your hand is \
+                    lower than the evaluation of the hand of your opponent, \
+                    you lose. Many poker variants are supported (draw, \
+                    holdem, omaha, etc.) and more can be added.  \
+                    poker-eval is designed for speed so that it can be used \
+                    within poker simulation software using either exhaustive \
+                    exploration or Monte Carlo.
+
+homepage            http://gna.org/projects/pokersource/
+platforms           darwin
+master_sites        http://download.gna.org/pokersource/sources/
+
+checksums           md5 7707f88e5ff93dcdb4c14d6f1a7a825c \
+                    sha1 3a82dd7828f995b22029367b5c9aca67ac44517f \
+                    rmd160 34d692b3c603dcf83f5ba6f68b5d4343971da908
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091003/932fc1f8/attachment-0001.html>


More information about the macports-changes mailing list