Port details |
- omega Complex rogue-style game of dungeon exploration
- 0.90.4_2 games =4 0.90.4_2Version of this port present on the latest quarterly branch.
- Maintainer: r7st.guru@gmail.com
- Port Added: unknown
- Last Update: 2024-01-22 01:32:47
- Commit Hash: 8ce1df0
- People watching this port, also watch:: icon-naming-utils, libXdamage, newfile, erlang-doc, e2fsprogs
- License: not specified in port
- WWW:
- http://www.alcyone.com/max/projects/omega/
- Description:
- omega is a complex rogue-style game of dungeon exploration. Unlike
other such games, there are a number of ways to "win", depending on
various actions taken during play. The ways you can get your name on
the hiscore board include becoming the highest ranked head of a guild,
sect, college, etc., as well as gaining the most points figured from
possessions and experience. The game (via the oracle) may impose some
structure on your exploration, but you need not follow all of the
oracle's advice. There *is* a "total winner" status, by the way.
omega offers a richness of playing detail that goes beyond a simple
game like rogue. However, the majority of gameplay is very similar to
rogue, hack, ultrarogue, larn, and other such games. The player is
represented by the highlighted "@" symbol, objects and terrain
features are represented by non-alphabetic symbols, monsters are
represented by the various upper and lower case letters, and other
humans are represented by a non-highlighted "@". It is recommended
that the novice read the man pages for rogue or some other such game
and perhaps play a few games before playing omega.
- ¦ ¦ ¦ ¦
- 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/omega/ && make install clean
- To add the package, run one of these commands:
- pkg install games/omega
- pkg install omega
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: omega
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (omega-0.90.4-src.tar.gz) = 570d169b57bcf7fa8da095238bb9e8af82e2c4066a49aa78cccc0de53639128b
SIZE (omega-0.90.4-src.tar.gz) = 341346
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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for omega-0.90.4_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_omega
- USES:
- gmake ncurses
- 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.90.4_2 22 Jan 2024 01:32:47 |
Muhammad Moinur Rahman (bofh) |
games/omega: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
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.90.4_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 ) |
0.90.4_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 ) |
0.90.4_1 12 Dec 2021 07:55:44 |
Hiroki Tagato (tagattie) Author: Alex |
games/omega: Fix inventory display crash and take maintainership
PR: 259786
Reported by: Alex <r7st.guru@gmail.com> (new maintainer)
Approved by: portmgr (blanket: bugfix, unmaintained port)
MFH: 2021Q4 |
0.90.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.90.4 20 Nov 2016 18:01:37 |
marino |
games/omega: honor CFLAGS |
0.90.4 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.90.4 31 Jan 2016 09:13:19 |
marino |
games/omega: document ncurses requirement (USES+=ncurses) |
0.90.4 30 May 2015 00:32:53 |
amdmi3 |
- Modernize plist |
0.90.4 28 Jul 2014 19:39:51 |
adamw |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify. |
0.90.4 04 Nov 2013 21:13:40 |
danilo |
- Add stage support
- Convert USE_GMAKE to USES |
0.90.4 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.90.4 29 Aug 2013 14:52:33 |
danfe |
- Try to unbreak parallel builds (-jX): their makefile has a rule with
multiple outputs, which is triggered twice; use GNU make(1) ordered
prerequisites to avoid this race
- Install manual page relative to MANPREFIX, not PREFIX
- While here, convert to OptionsNG (NOPORTDOCS -> PORT_OPTIONS:MDOCS)
Reported by: marino |
0.90.4 13 Jun 2013 11:47:55 |
bsam |
. fix build with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers;
. remove the indefinite article from COMMENT. |
0.90.4 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
0.90.4 24 Nov 2005 19:28:01 |
pav |
- Add SHA256 |
0.90.4 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.90.4 07 Nov 2003 09:28:14 |
marcus |
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
0.90.4 16 Oct 2003 19:55:42 |
krion |
- Fix build on -current
- Utilize DATADIR/DOCSDIR
PR: 58128
Submitted by: Ports Fury |
0.90.4 16 Oct 2003 01:14:29 |
kris |
BROKEN on 5.x: does not compile |
0.90.4 20 Feb 2003 17:32:26 |
knu |
De-pkg-comment. |
24 Dec 2001 02:17:17 |
pat |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
08 Jun 2001 18:53:56 |
markp |
Install 'omega' binary as 'omega-game' to prevent conflict with teTeX. |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 03:48:59 |
asami |
Convert category games to new layout. |
22 Jul 2000 06:58:34 |
kevlo |
- Update MASTER_SITES and fix up Makefile. - Update WWW in DESCR. PR: 20101
Submitted by: Ports Fury |