aboutsummaryrefslogtreecommitdiff
path: root/games/poker-eval
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Switch to upstream versioning schemeDmitry Marakasov2016-09-121-12/+3
| | | | | | | | - Switch to USES=pathfix - Switch to new test framework Notes: svn path=/head/; revision=421918
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Clarify LICENSEDmitry Marakasov2014-12-122-3/+1
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=374583
* - Release ports maintained by games@Dmitry Marakasov2014-10-311-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=371872
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-08-042-3/+5
| | | | | | | | - Strip libraries - Pass maintainership to games@ Notes: svn path=/head/; revision=364019
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=359185
* - Convert USE_GMAKE to USESDanilo Egea Gondolfo2013-11-051-4/+2
| | | | | | | - Add stage support Notes: svn path=/head/; revision=332799
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-7/+2
| | | | Notes: svn path=/head/; revision=316343
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+2
| | | | | | | | | 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
* - Update to 0.138Dennis Herrmann2011-03-235-24/+12
| | | | | | | | PR: ports/155810 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=271549
* upgrade to 0.136Ying-Chieh Liao2009-09-073-10/+10
| | | | Notes: svn path=/head/; revision=240993
* upgrade to 0.135Ying-Chieh Liao2009-05-012-5/+5
| | | | | | | drop maintainership Notes: svn path=/head/; revision=233058
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* upgrade to 0.134Ying-Chieh Liao2007-10-122-4/+4
| | | | Notes: svn path=/head/; revision=201343
* add missing dependencyYing-Chieh Liao2007-01-111-0/+1
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=182048
* add poker-evalYing-Chieh Liao2006-12-145-0/+102
A C library to evaluate poker hands Notes: svn path=/head/; revision=179762