Port details |
- ggz-sdl-games The GGZ Gaming Zone - SDL-based games
- 0.0.14.1_11 games
=0 0.0.14.1_11Version of this port present on the latest quarterly branch.
- DEPRECATED: Abandonware
This port expired on: 2019-06-30
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2005-11-21 13:34:20
- Last Update: 2019-06-30 11:01:26
- SVN Revision: 505416
- License: not specified in port
- WWW:
- http://www.ggzgamingzone.org/
- Description:
- ======================================
The GGZ Gaming Zone - SDL Game Modules
======================================
GGZ does not only feature Gtk+ and KDE games, but also
games written with the SDL toolkit.
The following games are included so far:
- TicTacToe 3D
An OpenGL client compatible to our other TicTacToe clients,
and working fine with our server.
- The Geek Game
Calculate numbers, in either direction: horizontally or
vertically, forwards or backwards, and wrapped around the edges.
WWW: http://www.ggzgamingzone.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ggz-sdl-games>0:games/ggz-sdl-games
- No installation instructions:
- This port has been deleted.
- PKGNAME: ggz-sdl-games
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ggz/ggz-sdl-games-0.0.14.1.tar.gz) = 82d0635625874530267da60e53218a6cb0b678f4953841683c9040b35bf7eb89
SIZE (ggz/ggz-sdl-games-0.0.14.1.tar.gz) = 256493
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- sdl-config : devel/sdl12
- xorgproto>=0 : x11/xorgproto
- xcursor.pc : x11/libXcursor
- Runtime dependencies:
-
- xcursor.pc : x11/libXcursor
- Library dependencies:
-
- libggzcore.so : games/ggz-client-libs
- libintl.so : devel/gettext-runtime
- libGL.so : graphics/mesa-libs
- libSDL_image.so : graphics/sdl_image
- libSDL_mixer.so : audio/sdl_mixer
- libSDL.so : devel/sdl12
- libSDL_ttf.so : graphics/sdl_ttf
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gettext gl sdl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.14.1_11 30 Jun 2019 11:01:26 |
rene |
Remove expired ports:
2019-06-30 sysutils/cfengine33: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles38: No longer supported upstream
2019-06-30 sysutils/cfengine39: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles37: NO longer supported upstream
2019-06-30 sysutils/cfengine37: No longer supported upstream
2019-06-30 net/morebalance: Abandonware and depends on expiring games/libggz
2019-06-30 sysutils/cfengine36: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles36: No longer supported upstream
2019-06-30 sysutils/cfengine34: No longer supported upstream
2019-06-30 sysutils/cfengine35: No longer supported upstream
2019-06-30 sysutils/cfengine-masterfiles39: No longer supported upstream
2019-06-30 devel/py-typed-ast12: Use devel/py-typed-ast instead
2019-06-30 devel/rubygem-devise-rails50: Use devel/rubygem-devise (depends on
Rails 5.0) instead
2019-06-30 security/rubygem-devise-two-factor-rails50: Use
security/rubygem-devise-two-factor (depends on Rails 5.0) instead (Only the first 15 lines of the commit message are shown above ) |
0.0.14.1_11 15 Jun 2019 08:08:51 |
tobik |
Deprecate games/ggz-*
"The GGZ Gaming Zone" development seems to have been abandoned upstream
~10 years ago without any apparent active servers left. |
0.0.14.1_11 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
0.0.14.1_10 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.0.14.1_9 03 Dec 2014 13:38:41 |
amdmi3 |
- Fix etc/ggz.modules handling
- Drop @dirrm* from plist |
0.0.14.1_9 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
0.0.14.1_9 10 Sep 2014 20:50:37 |
gerald |
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) |
0.0.14.1_8 19 Feb 2014 16:33:46 |
marino |
games/ggz-sdl-games: Fix for modern binutils
Needs explicit linking to libexpat and libggzcore. |
0.0.14.1_8 13 Feb 2014 13:52:15 |
makc |
games/libggz and games/ggz-* ports:
- Switch to USES=libtool:oldver
- Convert LIB_DEPENDS to new style
- Add stage support
- Use install-strip target
- Remove deprecated PTHREAD_FLAGS/LIBS
- Use options helpers
- Add missing NLS option to OPTIONS_DEFINE [1]
- Drop maintainership: kdegames don't need these ports anymore
Prompted by: ehaupt [1] |
0.0.14.1_8 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.0.14.1_8 22 Jul 2013 18:57:45 |
marino |
games/*ggz*: Convert include from absolute to relative path
In certain build setups, the use of an absolute path will cause the
build to break.
Approved by: bapt (mentor) |
0.0.14.1_8 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.0.14.1_7 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
0.0.14.1_6 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.0.14.1_6 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
0.0.14.1_6 11 Aug 2010 06:57:34 |
mva |
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version. |
0.0.14.1_5 18 Jul 2010 17:45:51 |
makc |
Take maintainership for kde@ |
0.0.14.1_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.0.14.1_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.0.14.1_3 30 Jan 2010 09:43:31 |
mva |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit) |
0.0.14.1_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.0.14.1_1 25 Dec 2008 03:13:51 |
linimon |
Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on ports
right now, by request.
Hat: portmgr |
0.0.14.1_1 06 Jun 2008 13:31:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.0.14.1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.0.14.1 20 Mar 2008 09:46:38 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.0.14.1 14 Mar 2008 06:45:55 |
rafan |
- Update to 0.0.14.1
PR: ports/121493
Submitted by: Jens Rehsack <rehsack at web.de>
Approved by: Ying-Chieh Chen <yinjieh at csie.nctu.edu.tw> (maintainer) |
0.0.14_3 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
0.0.14_2 19 Feb 2008 21:24:19 |
pav |
- Don't try to package ggz.modules, it clases with ggz-client-libs port.
Instead, move the registration and deregistration of games into the plist's
install and deinstall scripts
Silence from: sat |
0.0.14_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.0.14 07 Apr 2007 15:49:51 |
rafan |
- Update ggz ports to 0.0.14
- Introduce bsd.ggz.mk to simplify all ggz ports
- Remove 4.x support
Approved by: Ying-Chieh Chen (maintainer) |
0.0.13_1 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
0.0.13 19 May 2006 02:17:58 |
clsung |
- update to 0.0.13 .
PR: ports/97360
Submitted by: maintainer (Ying-Chieh Chen) |
0.0.12 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
0.0.12 22 Jan 2006 02:11:14 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.0.12 21 Nov 2005 13:33:10 |
pav |
The GGZ Gaming Zone - SDL-based games
PR: ports/89276
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |