Type safe "Keep it simple, stupid" text templates for C++.
WWW: https://github.com/rbock/kiss-templates
PR: 217418
Submitted by: Andreas Sommer <andreas.sommer87@googlemail.com>
configure:4371: checking for Qt library version >= 5.1
configure:4392: c++ -c -O2 -fno-strict-aliasing -pipe -march=core2 -fstack-protector -isystem /usr/local/include -
isystem /usr/local/include -I/usr/local/include/qt5 -fPIC -isystem /usr/local/include conftest.cpp >&5
In file included from conftest.cpp:17:
In file included from /usr/local/include/qt5/QtCore/qglobal.h:83:
/usr/local/include/qt5/QtCore/qcompilerdetection.h:562:6: error: Qt requires a C++11 compiler and yours does not seem to be that.
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
Upon further review, there is code that needs to be written to support
these archs. It is not avaiable even in the latest upstream.
Approved by: portmgr (tier-2 blanket)
DTrace consumer for Python based on libdtrace.
Currently this package provides two modules: one wraps libdtrace using ctypes.
The other one uses cython.
WWW: http://tmetsch.github.com/python-dtrace/
PR: 217419
Submitted by: Graeme Jenkinson <gcj21@cl.cam.ac.uk> (with changes)
DUB emerged as a more general replacement for vibe.d's package manager. It does
not imply a dependency to vibe.d for packages and was extended to not only
directly build projects, but also to generate project files (currently VisualD).
Mono-D also supports the use of dub.json (dub's package description) as the
project file.
The project's philosophy is to keep things as simple as possible. All that is
needed to make a project a dub package is to write a short dub.json file and
put the source code into a source subfolder. It can then be registered on the
public package registry to be made available for everyone. Any dependencies
specified in dub.json are automatically downloaded and made available to the
project during the build process.
WWW: https://github.com/dlang/dub
bombardier is a HTTP(S) benchmarking tool. It is written in
Go programming language and uses excellent fasthttp instead
of Go's default http library, because of its lightning fast performance.