Port details |
- oblige Random map generator for classic FPS games
- 7.70_1 games =2 7.70_1Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2022-11-23 11:48:06
- Last Update: 2023-08-03 10:39:58
- Commit Hash: 6483d7e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://oblige.sourceforge.net/
- Description:
- Oblige is a random level generator for classic FPS games, especially the
DOOM games, but aiming to support Heretic, Hexen, and Quake eventually.
The goal is to produce high quality levels which are easy to create and
fun to play. Scripting in Lua is supported for easy customisation.
- ¦ ¦ ¦ ¦
- 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/oblige/ && make install clean
- To add the package, run one of these commands:
- pkg install games/oblige
- pkg install oblige
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: oblige
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1515474678
SHA256 (oblige-770-source.zip) = 0d35050a5a3d10c932b44cfcb9d02777012d7ab0b3e2e2ed56bc5b388c068271
SIZE (oblige-770-source.zip) = 5781635
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:
-
- glbsp.h : games/glbsp
- gmake>=4.3 : devel/gmake
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xft.pc : x11-fonts/libXft
- xinerama.pc : x11/libXinerama
- xrender.pc : x11/libXrender
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xft.pc : x11-fonts/libXft
- xinerama.pc : x11/libXinerama
- xrender.pc : x11/libXrender
- Library dependencies:
-
- libfltk.so : x11-toolkits/fltk
- libfontconfig.so : x11-fonts/fontconfig
- libphysfs.so : devel/physfs
- libpng.so : graphics/png
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for oblige-7.70_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_oblige
- USES:
- dos2unix gmake jpeg xorg zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.70_1 03 Aug 2023 10:39:58 |
Piotr Kubaj (pkubaj) |
games/oblige: fix build on powerpc*
gui/sys_endian.h:66:58: error: unsupported inline asm: input with type 'int'
matching output with type 'u16_t' (aka 'unsigned short')
__asm__("rlwimi %0,%2,8,16,23" : "=&r" (result) : "0" (x >> 8), "r" (x));
~~~~~~ ^~~~~~ |
7.70_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
7.70 24 Nov 2022 16:16:32 |
Alexey Dokuchaev (danfe) |
games/oblige: use the ports instead of bundled 3rd-party components
Unfortunately, we cannot get rid of bundled Lua just yet as none of
the Lua versions we have can digest the project's *.lua scripts. |
7.70 23 Nov 2022 11:44:22 |
Alexey Dokuchaev (danfe) |
games/oblige: random map generator for classic FPS games (new port)
Random level generator for classic FPS games, especially the DOOM
games, but aiming to support Heretic, Hexen, and Quake eventually.
WWW: https://oblige.sourceforge.net/ |
Number of commits found: 4
|