Port details |
- egoboo 3D dungeon crawling adventure in the spirit of NetHack
- 2.8.1_1,1 games =3 2.8.1_1,1Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2003-05-18 00:48:36
- Last Update: 2023-10-10 11:46:32
- Commit Hash: 54458a0
- People watching this port, also watch:: autoconf, gnome-icons-ximian-south, libast, p5-MIME-Tools, libunicode
- License: GPLv3+
- WWW:
- https://egoboo.sourceforge.net/
- Description:
- The Egoboo Development team aims to create a fully free, 3D, Rogue
and Zelda-like in the spirit of Nethack. We continue to add new
features into the game, such as new levels, classes, items, monsters,
etc. The game is now in a stable and very playable state, but still
there are a lot of things to do before it reaches out of it's beta
stages.
The aim of the game is to build up your character in the World of
Bishopia and to find the five Sporks of Power. You have to vanquish
devious monsters, deadly traps, solve mindboggeling puzzles and
continuously build up a stronger and stronger character.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/egoboo/ && make install clean
- To add the package, run one of these commands:
- pkg install games/egoboo
- pkg install egoboo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: egoboo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1611855459
SHA256 (egoboo-2.8.1.tar.gz) = a2694187d28a7aadf4ca3b9b7a6c6dcd3bb03ec8f145435c744bb77afb5f4c26
SIZE (egoboo-2.8.1.tar.gz) = 150029960
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
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- Library dependencies:
-
- libphysfs.so : devel/physfs
- libenet.so : net/enet
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- 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 egoboo-2.8.1_1,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_egoboo
- USES:
- dos2unix gl gmake sdl
- pkg-message:
- For install:
- On first run, egoboo creates and populates ~/.egoboo directory. If
egooboo doesn't start, try deleting ~/.egoboo so the game can
recreate it.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.1_1,1 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) |
2.8.1_1,1 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 ) |
2.8.1_1,1 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.8.1_1,1 15 Jul 2021 22:02:32 |
Piotr Kubaj (pkubaj) |
games/egoboo: fix build on big-endian architectures
md2.c:514:42: warning: implicit declaration of function 'SDL_swap32' is invalid
in C99 [-Wimplicit-function-declaration]
cmd->data[i].index = SDL_swap32( cmd->data[i].s );
ld: error: undefined symbol: SDL_swap32
>>> referenced by md2.c
>>> md2.o:(md2_load)
cc: error: linker command failed with exit code 1 (use -v to see invocation) |
2.8.1_1,1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
2.8.1,1 09 Apr 2021 19:14:22 |
Dmitry Marakasov (amdmi3) |
games/egoboo: update to 2.8.1 |
2.7.5_11,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7.5_11,1 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
2.7.5_11,1 30 Jun 2019 09:17:48 |
rene |
games/egoboo: include dirent.h instead of sys/dir.h which is going away.
While here modernize USES
PR: 238614
Submitted by: rene
Approved by: maintainer timeout (amdmi3, two weeks) |
2.7.5_11,1 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 |
2.7.5_10,1 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 ) |
2.7.5_9,1 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) |
2.7.5_8,1 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) |
2.7.5_8,1 17 Aug 2014 07:15:16 |
amdmi3 |
- Strip binary |
2.7.5_8,1 13 Jun 2014 07:36:28 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
2.7.5_8,1 08 May 2014 16:42:52 |
amdmi3 |
- Convert USE_DOS2UNIX to USES |
2.7.5_8,1 21 Dec 2013 00:36:41 |
amdmi3 |
- Support staging
- Convert USE_GMAKE to USES |
2.7.5_8,1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
2.7.5_8,1 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 |
2.7.5_8,1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.7.5_7,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 |
2.7.5_6,1 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
2.7.5_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. |
2.7.5_5,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.7.5_4,1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.7.5_3,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) |
2.7.5_2 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
2.7.5_2,1 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 |
2.7.5_1,1 19 Jun 2008 17:28:24 |
amdmi3 |
Update my email address in 132 ports.
Approved by: miwi (mentor) |
2.7.5_1,1 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
2.7.5,1 12 Feb 2008 23:16:07 |
miwi |
- Update to 2.7.5
- Pass maintainership to submitter
PR: 120335
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
2.22_6 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}. |
2.22_5 11 Dec 2006 14:42:27 |
rafan |
- Respect X11BASE
Reported by: pointyhat |
2.22_5 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) |
2.22_4 04 Sep 2006 07:26:23 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
2.22_4 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
2.22_4 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
2.22_4 12 Jan 2006 12:54:32 |
sem |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org> |
2.22_3 02 Jun 2004 19:41:49 |
pav |
- Unbreak: gmake is needed for patch stage
PR: ports/67491
Submitted by: Jan Stocker <Jan.Stocker@t-online.de> (maintainer) |
2.22_3 21 May 2004 05:32:47 |
kris |
BROKEN: gmake is a BUILD_DEPENDS but is used in the patch phase |
2.22_3 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
2.22_3 16 Mar 2004 04:23:56 |
edwin |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
2.22_2 08 Mar 2004 01:01:31 |
edwin |
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
2.22_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.22_1 20 Jan 2004 21:18:12 |
krion |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr |
2.22_1 13 Nov 2003 14:45:08 |
trevor |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
2.22_1 24 Aug 2003 18:37:43 |
krion |
- fix pkg-plist
- remove CVS directories from pkg-plist
- bump PORTREVISION
PR: 55902
Submitted by: maintainer |
2.22 19 May 2003 12:07:57 |
arved |
Don't use -ffast-math. This breaks the build on alpha.
Submitted by: kris |
2.22 18 May 2003 00:48:05 |
arved |
Add egoboo, an SDL based 3d dungeon crawling adventure
PR: 51503
Submitted by: Jan Stocker <Jan.Stocker@t-online.de> |