Prune audio/xmmix
[dports.git] / devel / fortytwo-encore / pkg-descr
1 Encore is a set of utility classes written in Objective-C for GNUstep and
2 Mac OS X.  The motivation of writing these classes was driven by
3 implementing the projects BDB and FT. The classes may be useful for other
4 projects as well.
5
6 The classes include
7   - logging:  A flexible logging mechanism similar to log4j. Supports
8     logging levels, logging contexts, different output channels per context,
9     configuration per xml, ...
10
11   - XML-based reflection: a configuration mechanism which is based on XML and
12     uses inversion of control (see tests for an example)
13
14   - a simple testing framework
15
16   - StringUtils class
17
18   - an iterator interface
19
20 WWW: http://fortytwo.sourceforge.net/