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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: games/brainworkshop/Makefile

Number of commits found: 25

Monday, 21 Nov 2022
17:23 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/py-pyglet: update to 2.0.0

- Preserve pyglet 1.x as graphics/py-pyglet1
- Add mutual conflicts between graphics/py-pyglet1 and graphics/py-pyglet
- Switch all consumers to graphics/py-pyglet1 as it's likely
  that no consumer is compatible with pyglet 2.x yet
commit hash: 0ab36cf8d98e937794e29170f46d89426ab72483 commit hash: 0ab36cf8d98e937794e29170f46d89426ab72483 commit hash: 0ab36cf8d98e937794e29170f46d89426ab72483 commit hash: 0ab36cf8d98e937794e29170f46d89426ab72483 0ab36cf
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 16 Mar 2022
20:33 Dmitry Marakasov (amdmi3) search for other commits by this committer
games/brainworkshop: update 5.0.git20191222 → 5.0.2

- Switch to latest pyglet
commit hash: b3eaf193ab33ffd43c8a1d6c3338f6b3049ba933 commit hash: b3eaf193ab33ffd43c8a1d6c3338f6b3049ba933 commit hash: b3eaf193ab33ffd43c8a1d6c3338f6b3049ba933 commit hash: b3eaf193ab33ffd43c8a1d6c3338f6b3049ba933 b3eaf19
Wednesday, 7 Apr 2021
23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer
Remove useless Created by: headers mentioning me
commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 5823922
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 29 Mar 2020
18:09 amdmi3 search for other commits by this committer
Switch to graphics/py-pyglet150
Original commitRevision:529822 
Thursday, 12 Dec 2019
19:59 amdmi3 search for other commits by this committer
- Update to 5.0.git20191222

PR:		219955
Original commitRevision:519945 
Sunday, 18 Mar 2018
16:51 yuri search for other commits by this committer
games/brainworkshop: Unbreak by fixing shebang
Original commitRevision:464932 
Monday, 4 Dec 2017
20:13 antoine search for other commits by this committer
Add explicit FLAVOR to dependency (useful when using
DEFAULT_VERSIONS=python=3.x)
Original commitRevision:455535 
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, 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 
Tuesday, 30 Sep 2014
13:52 amdmi3 search for other commits by this committer
- Convert to USES=python
Original commitRevision:369601 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Sunday, 11 May 2014
01:47 amdmi3 search for other commits by this committer
- Support staging
Original commitRevision:353640 
Monday, 10 Mar 2014
14:49 bapt search for other commits by this committer
Convert g* to USES=zip
Original commitRevision:347760 
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 
Friday, 12 Jul 2013
15:01 amdmi3 search for other commits by this committer
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Original commitRevision:322840 
Wednesday, 23 Jan 2013
15:00 makc search for other commits by this committer
Bump PORTREVISION after DESKTOP_ENTRIES update
Original commitRevision:310871 
Friday, 11 Sep 2009
21:57 amdmi3 search for other commits by this committer
- Add DESKTOP_ENTRY to bunch of ports
- Mark some ports MAKE_JOBS_SAFE
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
Original commit
Monday, 8 Jun 2009
14:20 amdmi3 search for other commits by this committer
- Add PORTSCOUT to ignore false positive new versions
Original commit
Monday, 19 Jan 2009
23:43 amdmi3 search for other commits by this committer
- Update to 4.4
Original commit
Monday, 17 Nov 2008
21:53 amdmi3 search for other commits by this committer
- Update to 4.3
Original commit
Tuesday, 4 Nov 2008
22:16 amdmi3 search for other commits by this committer
- Update to 4.2
Original commit
Friday, 31 Oct 2008
12:37 amdmi3 search for other commits by this committer
What if a simple mental exercise could improve your memory and
intelligence?

A recent study published in PNAS, an important scientific journal,
shows that a particular memory task called Dual N-Back actually
improves working memory (short term memory) and fluid intelligence.
This finding is important because fluid intelligence was previously
thought to be unchangeable. The game involves remembering a sequence
of spoken letters and a sequence of positions of a square at the
same time.

In addition to its ability to closely replicate the conditions of
the original study by Jaeggi et al. (2008), Brain Workshop includes
optional extended game modes such as Triple N-Back and Arithmetic
N-Back. It also includes features such as statistics tracking,
graphs and easy configurability.

WWW: http://brainworkshop.sourceforge.net/
Original commit

Number of commits found: 25