Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
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 |