diff options
author | rh <rh@pkgsrc.org> | 2004-12-30 11:56:01 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-12-30 11:56:01 +0000 |
commit | 3ae4a960a6312bb9169f9d293678af2d50eafd39 (patch) | |
tree | 9cdd78ec13439059c0181a837534be680f21a29f /devel/edcommon/DESCR | |
parent | 7a12a188a1da6924e06e28a46e15f73e2e8e52a6 (diff) | |
download | pkgsrc-3ae4a960a6312bb9169f9d293678af2d50eafd39.tar.gz |
Initial import of edcommon-32, a set of Foundation and AppKit extensions
for GNUstep.
Diffstat (limited to 'devel/edcommon/DESCR')
-rw-r--r-- | devel/edcommon/DESCR | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/edcommon/DESCR b/devel/edcommon/DESCR new file mode 100644 index 00000000000..8c5af3a3f17 --- /dev/null +++ b/devel/edcommon/DESCR @@ -0,0 +1,12 @@ + The EDCommon framework extends Foundation and AppKit in a natural way. +It contains common methods you always need, like removing whitespace around +a string, special collection classes such as stack or object pair, an +object-oriented API for socket programming, some widgets, the chasing +arrows to indicate background activity for example, an XML parser and +other nifty stuff. + + The origins of the EDCommon und EDMessage frameworks date back to 1997 +and the original NeXT implementation of the OpenStep standard. Most of +their components have been thoroughly tested and refined through years of +use in OpenSource as well as in commercial projects. EDCommon also has +full Apple-style reference documentation for all classes and other APIs. |