Port details |
- fifechan Small, efficient C++ GUI library designed for games
- 0.1.5_1 devel
=0 0.1.5_1Version of this port present on the latest quarterly branch. - Maintainer: fiziologus@gmail.com
 - Port Added: 2017-02-28 21:15:23
- Last Update: 2021-06-22 18:53:08
- Commit Hash: da3162c
- Also Listed In: games
- License: LGPL21+
- Description:
- Fifechan is a lightweight cross platform GUI library written in C++
specifically designed for games. It has a small yet powerful built-in
set of extendable GUI Widgets allowing users to create virtually
unlimited types of widgets.
Fifechan supports rendering in SDL, OpenGL, or Allegro out of the box
or it can be adapted to use any rendering engine the user requires.
Events are pushed to Fifechan which allows users to use any input
library they wish or they could use the built in input handling
through either SDL input or Allegro input.
The primary goal for Fifechan is to keep it extendable, lightweight
and still be powerful enough to use in all types of games out of the
box.
WWW: http://fifengine.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- fifechan>0:devel/fifechan
- For LIB depends:
- libfifechan.so:devel/fifechan
- libfifechan_allegro.so:devel/fifechan
- libfifechan_irrlicht.so:devel/fifechan
- libfifechan_opengl.so:devel/fifechan
- libfifechan_sdl.so:devel/fifechan
- To install the port:
- cd /usr/ports/devel/fifechan/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/fifechan
- pkg install fifechan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fifechan
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1575382083
SHA256 (fifengine-fifechan-0.1.5_GH0.tar.gz) = 29be5ff4b379e2fc4f88ef7d8bc172342130dd3e77a3061f64c8a75efe4eba73
SIZE (fifengine-fifechan-0.1.5_GH0.tar.gz) = 272472
- 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:
-
- cmake : devel/cmake
- ninja : devel/ninja
- sdl2-config : devel/sdl20
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- libSDL2_image.so : graphics/sdl2_image
- libSDL2.so : devel/sdl20
- This port is required by:
- for Libraries
-
- games/py-fife
- Configuration Options:
- ===> The following configuration options are available for fifechan-0.1.5_1:
ALLEGRO=off: Allegro extension
IRRLICHT=off: Irrlicht extension
OPENGL=on: OpenGL extension (need for FIFE)
SDL=on: SDL extension (need for FIFE)
SDL_CONTRIB=off: SDL contrib extension (need SDL)
===> Use 'make config' to modify these settings
- Options name:
- devel_fifechan
- USES:
- cmake gl sdl xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Jun 2021 18:53:08 0.1.5_1
|
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 |
06 Apr 2021 14:31:07 0.1.5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2020 15:26:22
0.1.5
|
pkubaj  |
devel/fifechan: update to 0.1.5
- Update to 0.1.5
- Fix license
- Set default options to correspond upstream settings
Needed for unknown-horizons update
PR: 242454
Submitted by: amdmi3
Approved by: fiziologus@gmail.com (maintainer timeout) |
08 Nov 2019 11:39:00
0.1.4_2
|
tobik  |
devel: Add missing USES={gl,gnome,php,sdl} |
09 Mar 2019 08:07:31
0.1.4_2
|
tobik  |
devel/allegro: Update to 4.4.3.1
Some static libraries are now built as shared libraries. Bump
revision of consumers.
Changes: https://github.com/liballeg/allegro5/blob/4.4.3.1/docs/src/changes._tx
Changes: https://github.com/liballeg/allegro5/compare/4.4.2...4.4.3.1
PR: 235477 |
25 Dec 2018 20:25:40
0.1.4_1
|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
23 May 2017 05:03:16
0.1.4_1
|
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 |
28 Feb 2017 21:15:16
0.1.4
|
tobik  |
New port: devel/fifechan
Fifechan is a lightweight cross platform GUI library written in C++
specifically designed for games. It has a small yet powerful built-in
set of extendable GUI Widgets allowing users to create virtually
unlimited types of widgets.
Fifechan supports rendering in SDL, OpenGL, or Allegro out of the box
or it can be adapted to use any rendering engine the user requires.
Events are pushed to Fifechan which allows users to use any input
library they wish or they could use the built in input handling
through either SDL input or Allegro input.
The primary goal for Fifechan is to keep it extendable, lightweight
and still be powerful enough to use in all types of games out of the
box.
WWW: http://fifengine.net/
PR: 217322
Submitted by: fiziologus@gmail.com (based on)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9837 |
Number of commits found: 8
|