aboutsummaryrefslogtreecommitdiff
path: root/games/poker-engine
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316343
* - trim historical headerJason Helfman2013-01-031-7/+2
| | | | | | | - tighten COMMENT Notes: svn path=/head/; revision=309851
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=301539
* For the ports that are maintained by ports@ that have pkgconfig as theirDoug Barton2012-07-221-2/+6
| | | | | | | | | 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. Notes: svn path=/head/; revision=301357
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=289563
* - Update to 1.3.6Dennis Herrmann2011-03-234-122/+124
| | | | | | | | PR: ports/155810 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=271550
* - Mark BROKEN: this depends on py26-poker-eval and py27-libxml2 which willPav Lucistnik2011-03-121-0/+2
| | | | | | | | | clash Reported by: pointyhat Notes: svn path=/head/; revision=270762
* - py-poker-eval is limited to python 2.5-2.6 so limit this tooPav Lucistnik2011-03-101-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=270635
* - Move over to py25 or aboveMartin Wilke2011-02-252-2/+2
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* Update to 1.3.5Max Brazhnikov2010-09-182-10/+9
| | | | | | | | PR: ports/150674 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=261400
* - Get rip python 2.3+Martin Wilke2009-12-131-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=245717
* upgrade to 1.3.4Ying-Chieh Liao2009-09-072-5/+5
| | | | Notes: svn path=/head/; revision=240996
* Fix plist and bump PORTREVISION.Ion-Mihai Tetcu2009-05-032-0/+25
| | | | | | | Prompted by: QAT Notes: svn path=/head/; revision=233143
* upgrade to 1.3.3Ying-Chieh Liao2009-05-013-8/+11
| | | | | | | drop maintainership Notes: svn path=/head/; revision=233079
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* update pkg-commentYing-Chieh Liao2006-12-141-1/+1
| | | | Notes: svn path=/head/; revision=179768
* add poker-engineYing-Chieh Liao2006-12-144-0/+231
A python library that implements poker rules Notes: svn path=/head/; revision=179766