X-Moto is a challenging 2D motocross platform game, where physics plays
an all important role in the gameplay. You need to control your bike to
its limits, if you want to have a chance to finish the most difficult
challenges.
original port by jonathan armani, with tweaks by me
ODE is an open source, high performance library for simulating rigid
body dynamics. It is fully featured, stable, mature and platform
independent with an easy to use C/C++ API. It has advanced joint types
and integrated collision detection with friction. ODE is useful for
simulating vehicles, objects in virtual reality environments and virtual
creatures. It is currently used in many computer games, 3D authoring
tools and simulation tools.
original port by jonathan armani, with tweaks by me
dpkt is a BSD-licensed network packet manipulation library for Python,
written by Dug Song, featuring fast, simple packet creation/parsing,
with definitions for the basic TCP/IP protocols.
Resmon is a lightweight utility for local host monitoring that can be
queried by tools such as nagios over http. One of the main design goals
is portability: that resmon should require nothing more than a default
install of Perl.
Also provide nagios-plugins-resmon for checking resmon agents.
Assistance by and ok merdely@
defined in ports/infrastructure/mk/bsd.port.mk as:
${INSTALL} ${INSTALL_COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE}
SHAREMODE is defined under /usr/share/mk/bsd.own.mk as "444".
That means desktop files are installed with mode 444 which is wrong
because fd.o environments use these files to create menu structures,
links to applications... and a user should be able to edit the link icon
or menu he created.
Add a small patch that will give desktop files correct permissions when
update-desktop-database is run.
Consistency with others *nix OS.
While here, specify GPL version.
ok sthen@