7443 FreshPorts -- games/poker-engine
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
poker-engine 1.3.6 games on this many watch lists=0 search for ports that depend on this port
Python library that implements poker rules

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 Dec 2006 16:09:36
License: GPLv3


poker-engine is a python library that implements poker rules according
to variants and betting structures specified in configuration files.
It designed to be used by a multiplayer poker server, a poker AI or a
poker client.

WWW: http://www.pokersource.info/wiki/poker-engine
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. net/rsync
  2. games/py-poker-eval
  3. textproc/py-libxml2
  4. textproc/py-libxslt
  5. lang/python27
  6. devel/pkgconf
  7. devel/gmake
Required To Run:
  1. net/rsync
  2. games/py-poker-eval
  3. textproc/py-libxml2
  4. textproc/py-libxslt
  5. lang/python27
Required Libraries:
  1. devel/gettext
There are no ports dependent upon this port

To install the port: cd /usr/ports/games/poker-engine/ && make install clean
To add the package: pkg_add -r poker-engine


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://download.gna.org/pokersource/sources/

Number of commits found: 18

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Apr 2013 07:35:41
Original commit files touched by this commit  1.3.6
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
23 Apr 2013 10:47:03
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert g* to USES=pkgconfig
03 Jan 2013 00:35:24
Original commit files touched by this commit  1.3.6
jgh search for other commits by this committer
- trim historical header
- tighten COMMENT
26 Jul 2012 05:40:24
Original commit files touched by this commit  1.3.6
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
22 Jul 2012 23:24:00
Original commit files touched by this commit  1.3.6
dougb search for other commits by this committer
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
21 Jan 2012 17:40:15
Original commit files touched by this commit  1.3.6
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
23 Mar 2011 17:43:20
Original commit files touched by this commit  1.3.6
dhn search for other commits by this committer
- Update to 1.3.6

PR:             ports/155810
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
12 Mar 2011 22:18:44
Original commit files touched by this commit  1.3.5_1
pav search for other commits by this committer
- Mark BROKEN: this depends on py26-poker-eval and py27-libxml2 which will
  clash

Reported by:    pointyhat
10 Mar 2011 23:06:10
Original commit files touched by this commit  1.3.5_1
pav search for other commits by this committer
- py-poker-eval is limited to python 2.5-2.6 so limit this too

Reported by:    pointyhat
25 Feb 2011 03:19:29
Original commit files touched by this commit  1.3.5_1
miwi search for other commits by this committer
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
18 Sep 2010 15:58:19
Original commit files touched by this commit  1.3.5
makc search for other commits by this committer
Update to 1.3.5

PR:             ports/150674
Submitted by:   KATO Tsuguru <tkato432 at yahoo.com>
13 Dec 2009 17:00:14
Original commit files touched by this commit  1.3.4
miwi search for other commits by this committer
- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:       portmgr
07 Sep 2009 17:17:02
Original commit files touched by this commit  1.3.4
ijliao search for other commits by this committer
upgrade to 1.3.4
03 May 2009 05:57:25
Original commit files touched by this commit  1.3.3_1
itetcu search for other commits by this committer
Fix plist and bump PORTREVISION.

Prompted by:    QAT
01 May 2009 16:43:49
Original commit files touched by this commit  1.3.3
ijliao search for other commits by this committer
upgrade to 1.3.3
drop maintainership
23 Jul 2007 09:36:52
Original commit files touched by this commit  1.0.20
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
14 Dec 2006 16:06:34
Original commit files touched by this commit  1.0.20
ijliao search for other commits by this committer
update pkg-comment
14 Dec 2006 16:03:08
Original commit files touched by this commit  1.0.20
ijliao search for other commits by this committer
add poker-engine
A python library that implements poker rules

Number of commits found: 18

2867
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24542
Broken 216
Deprecated 478
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 2
new 48 hours8
new 7 days30
new fortnight60
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0