non port: games/pythonchess/Makefile |
Number of commits found: 16 |
Thursday, 26 Dec 2019
|
07:54 antoine
Deprecate a few ports
With hat: portmgr
|
Monday, 19 Feb 2018
|
11:10 antoine
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Thursday, 30 Nov 2017
|
15:50 mat
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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 31 Oct 2014
|
16:11 amdmi3
- 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
|
Thursday, 9 Oct 2014
|
14:00 amdmi3
- Add LICENSE_FILE
- Convert to USES=python
- Drop @dirrm* from plist
|
Sunday, 18 May 2014
|
12:28 nemysis
- Update to 0.7, announce message is here:
http://yakinikuman.wordpress.com/2009/04/28/python-chess-v-07-lowering-pygames-cpu-usage/
- Change master sites, add icon
- Transfer maintainership to games@ team
- Add license (GPLv3)
- Change USE_PYTHON=yes to USE_PYTHON=2
- Add USES dos2unix
- Add files/pythonchess.in and Desktop entry file
- Remove unnecessary Thumbs.db and pygame2exe_Chess.py
- Fix the usage of 'python' to get rid of the implicit lang/python dependency
- Change build and install
- Change pkg-descr and add WWW
|
Saturday, 12 Apr 2014
|
17:15 pawel
Add staging support
|
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Saturday, 2 Mar 2013
|
22:32 lwhsu
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
|
Sunday, 27 Feb 2011
|
04:54 tabthorpe
- Reassign ports to heap
Submitted by: alepulver
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Saturday, 7 Oct 2006
|
18:59 alepulver
- Remove invalid WWW entry from pkg-descr.
- Mirror distfile to my ~/public_distfiles (MASTER_SITE disappeared).
Reported by: Bill "distfiles" Fenner
|
Sunday, 9 Apr 2006
|
13:08 alepulver
Change the maintainership address to the @FreeBSD.org one.
Approved by: garga (mentor)
|
Friday, 25 Nov 2005
|
03:40 edwin
[NEW PORT] games/pythonchess - Small program for playing chess against the
computer
pythonchess is a computer chess program for human vs.
computer games. pythonchess is a complete chess program
with alpha-beta search, hashing, pondering, iterative
deepening, etc. implemented in Python programming language.
WWW: http://www.kolumbus.fi/jyrki.alakuijala/pychess.html
PR: ports/89518
Submitted by: "Alejandro Pulver" <alejandro@varnet.biz>
|
Number of commits found: 16 |