notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
poker-engine Python library that implements poker rules
1.3.6_2 games Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.6_2Version of this port present on the latest quarterly branch.
Broken BROKEN: unfetchable
Deprecated DEPRECATED: Unfetchable, unmaintained
Expired This port expired on: 2019-10-16
Ignore IGNORE: is marked as broken: unfetchable
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: 2006-12-14 16:09:36
Last Update: 2019-10-16 15:29:32
SVN Revision: 514601
License: GPLv3+
WWW:
http://www.pokersource.info/wiki/poker-engine
Description:
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • poker-engine>0:games/poker-engine
No installation instructions:
This port has been deleted.
PKGNAME: poker-engine
Package flavors (<flavor>: <package>)
  • py27: poker-engine
distinfo:
SHA256 (poker-engine-1.3.6.tar.gz) = cae36386e85a0f932f86d349f627f22ef1c46de8763ab8eaf71ba97a0f143fb8 SIZE (poker-engine-1.3.6.tar.gz) = 298931

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. rsync : net/rsync
  2. pokereval.py : games/py-poker-eval@py27
  3. libxml2.py : textproc/py-libxml2@py27
  4. libxslt.py : textproc/py-libxslt@py27
  5. msgfmt : devel/gettext-tools
  6. gmake : devel/gmake
  7. pkgconf>=1.3.0_1 : devel/pkgconf
  8. python2.7 : lang/python27
Runtime dependencies:
  1. rsync : net/rsync
  2. pokereval.py : games/py-poker-eval@py27
  3. libxml2.py : textproc/py-libxml2@py27
  4. libxslt.py : textproc/py-libxslt@py27
  5. python2.7 : lang/python27
Library dependencies:
  1. libintl.so : devel/gettext-runtime
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
gettext gmake pathfix pkgconfig python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://download.gna.org/pokersource/sources/
Collapse this list.

Number of commits found: 37

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.6_2
16 Oct 2019 15:29:32
Revision:514601Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.6_2
15 Sep 2019 17:28:09
Revision:512125Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports
1.3.6_2
04 Aug 2019 11:43:40
Revision:508089Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: unfetchable
1.3.6_2
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
1.3.6_2
19 Feb 2018 11:10:43
Revision:462307Original commit files touched by this commit
antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
1.3.6_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.6_1
21 Oct 2016 15:21:13
Revision:424427Original commit files touched by this commit
mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
1.3.6_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.3.6_1
12 Jan 2016 16:20:32
Revision:405891Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
1.3.6_1
08 Dec 2014 18:40:31
Revision:374309Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Clarify LICENSE
- Pet portlint
- Drop @dirrm* from plist
31 Oct 2014 16:11:34
Revision:371872Original commit files touched by this commit Refresh
amdmi3 search for other commits by this committer
- Release ports maintained by games@

games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.

Suggested by:	marino
1.3.6_1
20 Oct 2014 17:36:03
Revision:371287Original commit files touched by this commit
mva search for other commits by this committer
- Convert games/ to new USES=python

Approved by:	portmgr (implicit)
1.3.6_1
04 Aug 2014 15:28:39
Revision:364021Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Pass maintainership to games@
1.3.6_1
25 Jun 2014 05:35:32
Revision:359185Original commit files touched by this commit
bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
1.3.6_1
16 Apr 2014 18:28:50
Revision:351411Original commit files touched by this commit
zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.6
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
1.3.6
05 Nov 2013 01:06:39
Revision:332798Original commit files touched by this commit
danilo search for other commits by this committer
- Add stage support
- Convert USE_GMAKE to USES
1.3.6
20 Sep 2013 17:36:36
Revision:327730Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
1.3.6
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
1.3.6
24 Apr 2013 07:35:41
Revision:316407Original commit files touched by this commit
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
1.3.6
23 Apr 2013 10:47:03
Revision:316343Original commit files touched by this commit Sanity Test Failure
bapt search for other commits by this committer
Convert g* to USES=pkgconfig
1.3.6
03 Jan 2013 00:35:24
Revision:309851Original commit files touched by this commit
jgh search for other commits by this committer
- trim historical header
- tighten COMMENT
1.3.6
26 Jul 2012 05:40:24
Original commit files touched by this commit
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)
1.3.6
22 Jul 2012 23:24:00
Original commit files touched by this commit
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.
1.3.6
21 Jan 2012 17:40:15
Original commit files touched by this commit
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
1.3.6
23 Mar 2011 17:43:20
Original commit files touched by this commit
dhn search for other commits by this committer
- Update to 1.3.6

PR:             ports/155810
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
1.3.5_1
12 Mar 2011 22:18:44
Original commit files touched by this commit
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
1.3.5_1
10 Mar 2011 23:06:10
Original commit files touched by this commit
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
1.3.5_1
25 Feb 2011 03:19:29
Original commit files touched by this commit
miwi search for other commits by this committer
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
1.3.5
18 Sep 2010 15:58:19
Original commit files touched by this commit
makc search for other commits by this committer
Update to 1.3.5

PR:             ports/150674
Submitted by:   KATO Tsuguru <tkato432 at yahoo.com>
1.3.4
13 Dec 2009 17:00:14
Original commit files touched by this commit
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
1.3.4
07 Sep 2009 17:17:02
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.3.4
1.3.3_1
03 May 2009 05:57:25
Original commit files touched by this commit
itetcu search for other commits by this committer
Fix plist and bump PORTREVISION.

Prompted by:    QAT
1.3.3
01 May 2009 16:43:49
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.3.3
drop maintainership
1.0.20
23 Jul 2007 09:36:52
Original commit files touched by this commit
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
1.0.20
14 Dec 2006 16:06:34
Original commit files touched by this commit
ijliao search for other commits by this committer
update pkg-comment
1.0.20
14 Dec 2006 16:03:08
Original commit files touched by this commit
ijliao search for other commits by this committer
add poker-engine
A python library that implements poker rules

Number of commits found: 37