diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-01 01:14:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-01 01:14:30 +0800 |
commit | 7478a3190e8b5f2cfbc9a7e8b2c5f59d40f0acfb (patch) | |
tree | 4075474a85965a31af786a821a56cd7386ac8ed2 /devel/Makefile | |
parent | 2bf4bbaa2175cc832bf19bc2ee3d96ea256ee6ce (diff) | |
download | freebsd-ports-gnome-7478a3190e8b5f2cfbc9a7e8b2c5f59d40f0acfb.tar.gz freebsd-ports-gnome-7478a3190e8b5f2cfbc9a7e8b2c5f59d40f0acfb.tar.zst freebsd-ports-gnome-7478a3190e8b5f2cfbc9a7e8b2c5f59d40f0acfb.zip |
Encore is a set of utility classes written in Objective-C for GNUstep and
Mac OS X. The motivation of writting these classes was driven by
implementing the projects BDB and FT. The classes may be useful for other
projects as well.
The classes include
- logging: A flexible logging mechanism similiar to log4j. Supports
logging levels, logging contexts, different output channels per context,
configuration per xml, ...
- XML-based reflection: a configuration mechanism which is based on XML and
uses inversion of control (see tests for an example)
- a simple testing framework
- StringUtils class
- an iterator interface
WWW: http://fortytwo.sourceforge.net/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0d6512b9eb5d..0ee35e33aafe 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -297,6 +297,7 @@ SUBDIR += fnccheck SUBDIR += fnorb SUBDIR += fortran-utils + SUBDIR += fortytwo-encore SUBDIR += fpc-bfd SUBDIR += fpc-fcl SUBDIR += fpc-fv |