1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name poker-eval |
---|
7 | version 136.0 |
---|
8 | categories games math |
---|
9 | maintainers nomaintainer |
---|
10 | description Library for poker hand evaluation, dev files |
---|
11 | long_description poker-eval is a C library to evaluate poker hands. \ |
---|
12 | The result of the evalution for a given hand is a number. \ |
---|
13 | The general idea is that if the evalution of your hand is \ |
---|
14 | lower than the evaluation of the hand of your opponent, \ |
---|
15 | you lose. Many poker variants are supported (draw, \ |
---|
16 | holdem, omaha, etc.) and more can be added. \ |
---|
17 | poker-eval is designed for speed so that it can be used \ |
---|
18 | within poker simulation software using either exhaustive \ |
---|
19 | exploration or Monte Carlo. |
---|
20 | |
---|
21 | homepage http://gna.org/projects/pokersource/ |
---|
22 | platforms darwin |
---|
23 | master_sites http://download.gna.org/pokersource/sources/ |
---|
24 | |
---|
25 | checksums md5 7707f88e5ff93dcdb4c14d6f1a7a825c \ |
---|
26 | sha1 3a82dd7828f995b22029367b5c9aca67ac44517f \ |
---|
27 | rmd160 34d692b3c603dcf83f5ba6f68b5d4343971da908 |
---|
28 | |
---|
29 | configure.args --prefix=${prefix} |
---|