non port: games/kye/Makefile |
Number of commits found: 21 |
Thursday, 26 Dec 2019
|
07:54 antoine
Deprecate a few ports
With hat: portmgr
|
Friday, 8 Nov 2019
|
10:47 tobik
games: Add missing USES={gnome,gl,sdl,xorg}
|
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
|
Tuesday, 25 Jul 2017
|
15:57 amdmi3
- Unbreak: this fetches fine
- Switch to options helpers
- Cosmetic fixes
|
Saturday, 22 Jul 2017
|
11:01 antoine
Deprecate ports BROKEN for more than 6 months
|
Thursday, 8 Dec 2016
|
16:07 tijl
Remove libtiff.so.4 compatibility links that were added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Saturday, 8 Oct 2016
|
20:56 antoine
Mark BROKEN: unfetchable
Reported by: pkg-fallout
MFH: 2016Q4
|
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
|
Monday, 6 Oct 2014
|
14:00 amdmi3
- Convert to USES=python
- Drop @dirrm* from plist
|
Monday, 5 May 2014
|
22:02 nemysis
games/bombherman
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
games/connectagram
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Break lines around 80 characters
games/cretan-hubris
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
games/fbg2
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
games/gottet
- Transfer maintainership to games@ team
games/gtkatlantic
- Simplify master site
- Use tar.gz instead of tar.bz2
- Transfer maintainership to games@ team
- Don't silence warnings
- Set PORTSCOUT, Upstream use GTK3 in newer Versions
games/kye
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
games/madbomber
- Transfer maintainership to games@ team
games/megamario
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Add fixes_v1.7.txt to DOCS
games/nelly
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Cosmetical changes
games/oneisenough
- Transfer maintainership to games@ team
- USES shebangfix and SHEBANG_FILES instead of REINPLACE
- Simplify installation handling
games/patapizza-tetris
- Transfer maintainership to games@ team
games/puckman
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
games/pycadia
- Transfer maintainership to games@ team
games/pyspacewar
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
games/simsu
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Use tar:bzip2 instead of USE_BZIP2=yes
games/smashbattle
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
games/syobon
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
games/tanglet
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Use tar:bzip2 instead of USE_BZIP2=yes
games/thegrind
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
|
Saturday, 22 Feb 2014
|
10:52 mva
- Respect DATADIR
PR: ports/185947
With hat: python@
|
Wednesday, 11 Dec 2013
|
05:35 eadler
games/kye: mark RESTRICTED
http://www.nuke.demon.co.uk/kye/charitylevels.html says that the files
distributed by them "may only be used them as long as you accept the
compromise to make a donation to any Children's Charity". As such the files the
port is distributing is legally restricted and probably can not be redistributed
by FreeBSD.
Approved by: portmgr (implicit)
|
01:53 nemysis
- Change desktop entry
- Break lines around 80 characters
Approved by: pawel / wg (mentors, implicit)
|
Tuesday, 3 Dec 2013
|
16:34 nemysis
- Change master sites
- Change maintainer email to @FreeBSD.org
- Add DOCS Option
- Support STAGEDIR
- Change pkg-message
- Use only one WWW
Approved by: pawel / wg (mentors, implicit)
|
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Thursday, 14 Mar 2013
|
19:29 beech
- Remove portdocs from pkg-plist
- Remove unneeded PKGNAMEPREFIX
Submitted by: Various
Approved by: nemysis <nemysis@gmx.ch> (maintainer)
|
Wednesday, 13 Mar 2013
|
21:59 beech
- Makefile tweaks
- Correct spelling in comments
- Add pkg-plist
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
05:48 beech
tfiles for Distilator
- Merge kye and kye-data
- Remove all Notes
PR: ports/173271
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
Wednesday, 19 Sep 2012
|
23:50 jase
- Remove PORTDATA and tidy-up pkg-plist
PR: ports/171239
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Approved by: flo (mentor)
|
Saturday, 25 Aug 2012
|
06:22 jgh
- port requires data
PR: 170733
Submitted by: maintainer, nemysis@gmx.ch
|
Saturday, 4 Aug 2012
|
21:59 jgh
add new port: games/kye
This is a clone of the game Kye for Windows, originally by Colin Garbutt. It
is a puzzle game, which is a little like the old falling-rocks puzzle games,
and perhaps also inspired a little by Sokoban. But Kye has more variety of
objects, and so is capable of posing quite complex puzzles.
This clone is written by Colin Phipps <cph@moria.org.uk> in Python and uses
gtk. So it will run on modern Linux systems easily enough, and indeed should
work on any system with working Python and pygtk. It works on Windows as well,
for instance.
WWW: http://games.moria.org.uk/kye/
PR: ports/170311
Submitted by: nemysis@gmx.ch
|
Number of commits found: 21 |