Port details |
- gnurobbo Reimplementation of LK Avalon's Robbo for the Atari XE/XL
- 0.68 games =2 0.68Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2009-03-06 01:36:51
- Last Update: 2023-10-10 11:46:32
- Commit Hash: 54458a0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: AREV BITSTREAM_VERA GPLv2 CCSP
- WWW:
- https://gnurobbo.sourceforge.net/
- Description:
- GNU Robbo is a free open source reimplementation of LK Avalon's
Robbo for the Atari XE/XL from the late 1980s. The gameplay of the
original is faithfully reproduced with a few modifications :-
* Lives has been removed and suicide replaced with level restart
* Scoring has been removed: goal is level advancement
* Bear logic has been enhanced: fixed endlessly spinning bears
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gnurobbo>0:games/gnurobbo
- To install the port:
- cd /usr/ports/games/gnurobbo/ && make install clean
- To add the package, run one of these commands:
- pkg install games/gnurobbo
- pkg install gnurobbo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gnurobbo
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gnurobbo-0.68-source.tar.gz) = 6c7e9e425655da02c2442d13b5fa8f542af62d2c8f253db2fb63470c5c0c3db8
SIZE (gnurobbo-0.68-source.tar.gz) = 2400364
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- sdl-config : devel/sdl12
- Library dependencies:
-
- 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:
- ===> The following configuration options are available for gnurobbo-0.68:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_gnurobbo
- USES:
- gmake 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.68 10 Oct 2023 11:46:32 |
Dmitry Marakasov (amdmi3) |
*/*: update some WWWs
Reported by: repology |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.68 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.68 08 Aug 2022 13:39:38 |
Dmitry Marakasov (amdmi3) |
games/gnurobbo: fix build on 13+, add license info
PR: 265659
Submitted by: fuz@fuz.su |
0.68 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
0.68 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.68 17 Feb 2021 22:32:18 |
linimon |
Mark BROKEN in 13/14 (via latest llvm update). |
0.68 08 Nov 2019 10:47:01 |
tobik |
games: Add missing USES={gnome,gl,sdl,xorg} |
0.68 08 Sep 2015 14:31:25 |
amdmi3 |
- Switch to WRKSRC_SUBDIR
Suggested by: jbeich |
0.68 08 Sep 2015 11:23:23 |
amdmi3 |
- Update to 0.68 |
0.66_4 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.66_3 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.66_2 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.66_2 16 Aug 2014 07:15:13 |
amdmi3 |
- Strip binary |
0.66_2 28 Sep 2013 00:46:10 |
amdmi3 |
- Support staging
- Convert USE_GMAKE to USES |
0.66_2 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.66_2 18 Jun 2013 11:46:52 |
amdmi3 |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful |
0.66_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.66_1 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.66 26 Dec 2010 22:50:33 |
amdmi3 |
- Update to 0.66 |
0.65.6_1 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.65.6 25 May 2010 02:35:21 |
amdmi3 |
- Update to 0.65.6 |
0.64_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.64_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.64_1 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.64 29 Dec 2009 00:11:48 |
amdmi3 |
- Update to 0.64 |
0.61 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.61 06 Mar 2009 01:36:35 |
amdmi3 |
GNU Robbo is a free open source reimplementation of LK Avalon's
Robbo for the Atari XE/XL from the late 1980s. The gameplay of the
original is faithfully reproduced with a few modifications :-
* Lives has been removed and suicide replaced with level restart
* Scoring has been removed: goal is level advancement
* Bear logic has been enhanced: fixed endlessly spinning bears
WWW: http://gnurobbo.sourceforge.net/ |