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.

non port: games/pythonchess/Makefile

Number of commits found: 16

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Thursday, 30 Nov 2017
15:50 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
  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
Original commitRevision:455210 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Friday, 31 Oct 2014
16:11 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
Original commitRevision:371872 
Thursday, 9 Oct 2014
14:00 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Convert to USES=python
- Drop @dirrm* from plist
Original commitRevision:370528 
Sunday, 18 May 2014
12:28 nemysis search for other commits by this committer
- 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
Original commitRevision:354414 
Saturday, 12 Apr 2014
17:15 pawel search for other commits by this committer
Add staging support
Original commitRevision:351113 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Saturday, 2 Mar 2013
22:32 lwhsu search for other commits by this committer
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Original commitRevision:313303 
Sunday, 27 Feb 2011
04:54 tabthorpe search for other commits by this committer
- Reassign ports to heap

Submitted by:   alepulver
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 7 Oct 2006
18:59 alepulver search for other commits by this committer
- Remove invalid WWW entry from pkg-descr.
- Mirror distfile to my ~/public_distfiles (MASTER_SITE disappeared).

Reported by:    Bill "distfiles" Fenner
Original commit
Sunday, 9 Apr 2006
13:08 alepulver search for other commits by this committer
Change the maintainership address to the @FreeBSD.org one.

Approved by:    garga (mentor)
Original commit
Friday, 25 Nov 2005
03:40 edwin search for other commits by this committer
[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>
Original commit

Number of commits found: 16