summaryrefslogtreecommitdiff
path: root/games/pysolfc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* games/pysolfc: Update to 2.14.1Kai Knoblich2022-01-022-4/+4
| | | | | | | | Changelog: https://github.com/shlomif/PySolFC/blob/pysolfc-2.14.1/NEWS.asciidoc MFH: 2022Q1
* games/pysolfc: Update to 2.14.0Kai Knoblich2021-09-222-9/+8
| | | | | | | | * Pet portclippy while I'm here. Changelog: https://github.com/shlomif/PySolFC/blob/pysolfc-2.14.0/NEWS.asciidoc
* games/pysolfc: Update to 2.12.0Kai Knoblich2021-09-015-74/+103
| | | | | | | | | | | | | | * Make the port less restrictive and thus distributable again by using a reduced collection of cardsets, which contains clearly defined licenses. It's also bundled by upstream for the distributed binary packages of PySolFC. * Introduce PILLOW/SOUND options which enables sound and enhanced graphics support. Changelog since 2.6.2: https://github.com/shlomif/PySolFC/blob/pysolfc-2.12.0/NEWS.asciidoc
* games/pysolfc: Fix runtime issues with Python 3.8+Kai Knoblich2021-06-302-1/+22
| | | | | | | | | | | | | | * The deprecated function "time.clock()" has been removed in Python 3.8 and "time.perf_counter()" should be used instead. Because updating to a newer version of PySolFC requires a bit more work, use a backport for now to remedy the runtime issues. * Bump PORTREVISION due changed package contents. PR: 256504 Reported by: <sven.a.jonsson@bahnhof.se> MFH: 2021Q2
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Follow up on graphics/py-pillow6 port removal in r559976Rene Ladan2021-01-051-1/+1
| | | | | | | | | | | The graphics/py-pillow6 port was removed in r559976 as it was for Python 2.7 only and no longer referenced in the default cases. However it was still defined in Mk/Uses/python.mk in PY_PILLOW, leaving a dangling reference. Remove it from Mk/Uses/python.mk, leaving only the Python 3 version of that port, graphics/py-pillow, defined and bump the minimal verion of Python to 3.6 for affected ports.
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-241-10/+3
| | | | | With hat: portmgr Originally submitted by: kai
* graphics/py-pillow: Update to 7.0.0Kai Knoblich2020-02-241-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release dropped the support for Python 2. * Apply conditional statements to use either Pillow 7.x or Pillow 6.x for consumers that can be built for Python 2 or newer. * Exceptions are ports that can be built only for either Python 2 or Python 3. For the first case, consumers are just assigned to the repo-copied graphics/py-pillow6. * Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not listed in setup.py as a build dependency [1] and relax the version requirements of Pillow for www/py-wagtail. Release Notes: * https://pillow.readthedocs.io/en/latest/releasenotes/index.html Backward Incompatible Changes (7.0.0): * https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes Detailed Changelog: * https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst PR: 243665 Submitted by: sunpoet (patch for 7.0.0 and repo-copied version) Reviewed by: koobs [1], sunpoet Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D23713
* games/pysolfc: Update to 2.6.4Kai Knoblich2019-04-292-4/+4
| | | | | | | | | Changelog: * Fix for Freezes (with pygame >= 1.9.5) * Fixed Three Peaks scoring Approved by: mentors (implicit)
* games/pysolfc: Update to 2.6.3Kai Knoblich2019-04-123-6/+6
| | | | | | | | | | | | | | | | | | | | | | While I'm here: * Fix the symlink for "pysol01.png" by changing it from absolute to relative because source and target are both inside of ${PREFIX}. * Update the WWW entry to save uneccessary redirects from HTTP to HTTPS. Changelog since 2.4.0: * Compatibility with Pillow 6.x * Restore the "Save games geometry" feature * Added a NEWS.asciidoc file * Forbid illegal moves in Spider and some other variants * Support for solving Golf using a solver * Fixed a bug with cards that couldn't be moved or selected * Ability to run the test suite without Python 2.x and/or pygtk * Code cleanups https://github.com/shlomif/PySolFC/blob/pysolfc-2.6.3/NEWS.asciidoc Approved by: mentors (implicit)
* Change my maintainer email address to my new one at the FreeBSD project.Kai Knoblich2019-02-011-1/+1
| | | | | | Reviewed by: miwi (mentor) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19050
* games/pysolfc: Update to 2.4.0Steve Wills2018-06-242-14/+9
| | | | | PR: 229275 Submitted by: Kai <freebsd_ports@k-worx.org> (maintainer)
* - Update to 2.2.0Wen Heping2018-04-294-67/+72
| | | | | | | | - Pass maintainership to submitter - Add all LICENSE PR: 227830 Submitted by: freebsd_ports@k-worx.org
* - Add explicit FLAVOR to a few dependenciesAntoine Brodin2017-12-031-2/+2
| | | | | | - Remove FLAVOR from py-docutils dependency in comms/uhd, in this case it needs the rst2html command, not the docutils module - Mark some ports as not compatible with python3
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix LICENSEDmitry Marakasov2017-04-202-4/+5
| | | | | | - Add LICENSE_FILE - Cosmetic fixes - Fix WWW:
* - Fix ShebangsMartin Wilke2017-04-181-2/+3
|
* Reset mva@'s ports, he handed in his ports bit.Rene Ladan2017-01-221-1/+1
|
* ${RM} already has -f.Mathieu Arnold2016-10-211-2/+2
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Remove deprecated @dirrmPawel Pekala2016-01-171-11/+9
| | | | | | | - Add NO_ARCH - Convert to options helpers Approved by: portmgr blanket
* games/pysolfc: switch from py-imaging to py-pillowWilliam Grzybowski2014-10-082-2/+31
| | | | | | | - USES python With hat: python Approved by: portmgr (bdrewery, implicit)
* - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid aMarcus von Appen2014-08-141-1/+1
| | | | | | | | | | | | conflict in behaviour with the read-only COMPILER_FEATURES knob - Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which usually should be mutually exclusive, but some ports include both knobs Phabric: D581 Recommended by: danfe@, makc@ Reviewed by: danfe, wg, antoine Approved by: portmgr With hat: python@
* - Convert my ports to USES=pythonMarcus von Appen2014-08-101-4/+2
|
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* - Enable stagedir supportMarcus von Appen2014-01-172-3029/+11
| | | | - Use PYDISTUTILS_AUTOPLIST
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | the mtree (games category) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | games)
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | Approved by: portmgr (bapt)
* - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocationLi-Wen Hsu2013-03-021-2/+2
|
* - Add support for additional cardsetsMarcus von Appen2012-12-153-20/+58
| | | | | | | | | - Add LICENSE - Convert to OptionsNG - Trim Makefile headers PR: ports/174258 Submitted by: nemysis <nemysis@gmx.ch>
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | Approved by: portmgr@ (implicit)
* -remove MD5Olli Hauer2011-07-031-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
|
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
|
* - Update to 2.0Marcus von Appen2009-12-263-49/+91
| | | | Approved by: miwi (mentor implicit)
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | starting with G
* Renamed games/PySolFC to games/pysolfc according to the policies.Marcus von Appen2009-03-145-0/+7455
Reported by: danfe Approved by: miwi (mentor)