ODE is a free, industrial quality library for simulating
articulated rigid body dynamics - for example ground vehicles,
legged creatures, and moving objects in VR environments. It is
fast, flexible, robust and platform independent, with advanced
joints, contact with friction, and built-in collision
detection.
PR: ports/64288
Submitted by: David Yeske <dyeske@yahoo.com>
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
libopendaap is a library written in C which enables
applications to discover, and connect to, iTunes(R) music
shares.
Unlike all other daap implementations, this library is able to
connect to recent iTunes shares which require a special
authentication algorithm.
PR: ports/64035
Submitted by: Michael Johnson <ahze@ahze.net>
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
individual database entries for details. Report errors and omissions in the
database to the FreeBSD Security Officer <security-officer@FreeBSD.org>
bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are
fixed.
- XML dump format now takes advantage of ID/IDREF rules
for referencing. Backward compatibility has been maintained.
- Command line now supports GCC preprocessing flags
like -E and -M.
- Single source tree for GCC-XML and the patched GCC
with one CMake build process to configure everything
Approved by: linimon (mentor)
The gSOAP Web services development toolkit offers an XML to
C/C++ language binding to ease the development of SOAP/XML Web
services in C and C/C++. Most toolkits for C++ Web services
adopt a SOAP-centric view and offer APIs that require the use
of class libraries for SOAP-specific data structures. This
often forces a user to adapt the application logic to these
libraries. In contrast, gSOAP provides a transparent SOAP API
through the use of proven compiler technologies. These
technologies leverage strong typing to map XML schemas to C/C++
definitions. Strong typing provides a greater assurance on
content validation of both WSDL schemas and SOAP/XML messages.
WWW: http://www.cs.fsu.edu/~engelen/soap.html
PR: ports/64019
Submitted by: Sergey Matveychuk <sem@ciam.ru>