Port details |
- openbor3482 2D side scrolling engine for beat 'em ups, shooters, and more
- 3482_2 games =2 3482_2Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2017-05-09 20:57:17
- Last Update: 2023-02-02 08:54:51
- Commit Hash: 2180c69f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE GPLv2+
- WWW:
- https://www.chronocrash.com/
- Description:
- OpenBOR is a royalty free sprite-based side scrolling gaming
engine. From humble beginnings in 2004, it has since grown into the
most versatile, easy to use, and powerful engine of its type you will
find anywhere. OpenBOR is optimized for side-scrolling beat 'em up
style games (Double Dragon, Streets of Rage, Final Fight), but easily
accommodates any sort of gameplay style and feature set you can
imagine.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- openbor3482>0:games/openbor3482
- To install the port:
- cd /usr/ports/games/openbor3482/ && make install clean
- To add the package, run one of these commands:
- pkg install games/openbor3482
- pkg install openbor3482
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openbor3482
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1317171905
SHA256 (DCurrent-openbor-3482-2c1ecd7_GH0.tar.gz) = 9e92378bd1f97f9d3c6af05faabe9372cbc36f82d41dfa4e1083f9ff2bcf51d3
SIZE (DCurrent-openbor-3482-2c1ecd7_GH0.tar.gz) = 3024595
Packages (timestamps in pop-ups are UTC):
- Master port: games/openbor
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl-config : devel/sdl12
- Library dependencies:
-
- libpng.so : graphics/png
- libvorbisfile.so : audio/libvorbis
- libSDL_gfx.so : graphics/sdl_gfx
- libSDL.so : devel/sdl12
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for openbor3482-3482_2:
DOCS=on: Build and/or install documentation
TREMOR=off: Tremor audio decoder support
===> Use 'make config' to modify these settings
- Options name:
- games_openbor3482
- USES:
- cpe gmake pkgconfig sdl
- pkg-message:
- For install:
- To play a game copy its .pak file under ~/.openbor3482/Paks/ directory.
If only one file is there OpenBOR would run the game on startup,
otherwise game launcher would appear.
In case a game has data/ directory unpacked you may need to run it
as follows:
$ cd /path/to/game
$ cp -R ~/.openbor3482/Saves .
$ OPENBOR_USE_CURDIR=1 openbor3482
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: games/openbor | Commit | Credits | Log message |
3482_2 02 Feb 2023 08:54:51 |
Jan Beich (jbeich) |
games/openbor*: unbreak fetch due to repo growth
fetch: https://github.com/DCurrent/openbor/commit/794ba23189a3.patch: size
mismatch: expected 1276, actual 1278
fetch: https://github.com/DCurrent/openbor/commit/731d96887795.patch: size
mismatch: expected 1291, actual 1293
-index 71f47dfb..e60d33ee 100644
+index 71f47dfba..e60d33ee4 100644
-index ad9feba0..6b1a4708 100644
+index ad9feba03..6b1a4708a 100644 |
3482_2 15 Dec 2021 18:41:20 |
Jan Beich (jbeich) |
games/openbor*: unbreak fetch due to repo shrink
fetch: https://github.com/DCurrent/openbor/commit/794ba23189a3.patch: size
mismatch: expected 1278, actual 1276
fetch: https://github.com/DCurrent/openbor/commit/731d96887795.patch: size
mismatch: expected 1293, actual 1291
This reverts commit aab0ad0d4af35c4f48b9f2c3c967fbf56e3e264e. |
3482_2 07 Dec 2021 02:00:06 |
Jan Beich (jbeich) |
games/openbor*: unbreak fetch due to repo growth
fetch: https://github.com/DCurrent/openbor/commit/794ba23189a3.patch: size
mismatch: expected 1276, actual 1278
fetch: https://github.com/DCurrent/openbor/commit/731d96887795.patch: size
mismatch: expected 1291, actual 1293
-index 71f47dfb..e60d33ee 100644
+index 71f47dfba..e60d33ee4 100644
-index ad9feba0..6b1a4708 100644
+index ad9feba03..6b1a4708a 100644 |
3482_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3482_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3482_2 05 Feb 2020 03:28:17 |
jbeich |
games/openbor: unbreak build on 13.0 powerpc64
In file included from source/gfxlib/2xSaI.c:10:
source/gamelib/borendian.h:63:60: error: unsupported inline asm: input with type
'int' matching output with type 'UInt16' (aka 'unsigned short')
__asm__("rlwimi %0,%2,8,16,23" : "=&r" (result) : "0" (x >> 8), "r" (x));
~~~~~~ ^~~~~~
PR: 243865
Reported by: pkubaj |
3482_2 11 Aug 2019 22:24:50 |
jbeich |
games/openbor: fix free memory stats
source/ramlib/ram.c:137:18: runtime error: unsigned integer overflow: 9420649 *
4096 cannot be represented in type 'unsigned int'
Reported by: -fsanitize=integer |
3482_1 30 Jan 2019 15:01:22 |
jbeich |
games/openbor{3482,3711,3979}: rebuild after r491625
Master port used sdl2_gfx until r490686 but never sdl_gfx which was
introduced in r440514 for slaves. |
3482 11 Sep 2017 11:51:51 |
jbeich |
games/openbor: simplify initialization of sysctl values |
3482 09 May 2017 20:57:05 |
jbeich |
games/openbor: update to 3.0.r4504
- Add old slaves for some games (e.g. Ghosts'n Demons) based on
http://www.chronocrash.com/forum/index.php?topic=2360.0
- Annotate .desktop file with build version
- Drop v3.0 from package version
- s/module/game/ in pkg-message for less ambiguity
Changes: https://github.com/DCurrent/openbor/compare/ba1eb4f...4dfdb66 |
Number of commits found: 10
|