freebsd-ports/devel/ucommon/pkg-descr
Pietro Cerutti 86fee3230a - Update to 4.1.6
Changes:
  * fixed permission of shared memory, now world readable if not umasked
- Shorten lines in pkg-descr to stay within the 80 col limit
- Add USE_LDCONFIG
2011-02-28 10:14:57 +00:00

9 lines
607 B
Text

GNU uCommon C++ is meant as a very light-weight C++ library to facilitate using
C++ design patterns even for very deeply embedded applications, such as for
systems using uclibc along with posix threading support. For this reason, GNU
uCommon C++ disables language features that consume memory or introduce runtime
overhead, such as rtti and exception handling, and assumes one will mostly be
linking applications with other pure C based libraries rather than using the
overhead of the standard C++ library and other similar class frameworks.
WWW: http://www.gnutelephony.org/index.php/GNU_uCommon_C%2B%2B