summaryrefslogtreecommitdiff
path: root/devel/gnustep-base/DESCR
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-09-27 10:58:42 +0000
committerrh <rh@pkgsrc.org>2002-09-27 10:58:42 +0000
commiteae8ff1ddb605438215b559bf718520cad5716dd (patch)
tree48d0a60455a57bf03fb5d4c8cf141d10bffe8067 /devel/gnustep-base/DESCR
parent40a24101a383d2fbbc3d5653f4426f1c27302175 (diff)
downloadpkgsrc-eae8ff1ddb605438215b559bf718520cad5716dd.tar.gz
Initial import of gnustep-base-1.5.0, the (non-graphical) Objective C
foundation library for GNUstep.
Diffstat (limited to 'devel/gnustep-base/DESCR')
-rw-r--r--devel/gnustep-base/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/gnustep-base/DESCR b/devel/gnustep-base/DESCR
new file mode 100644
index 00000000000..07eb4a1a3b3
--- /dev/null
+++ b/devel/gnustep-base/DESCR
@@ -0,0 +1,8 @@
+The GNUstep Base Library is a library of general-purpose, non-graphical
+Objective C objects. For example, it includes classes for strings,
+object collections, byte streams, typed coders, invocations,
+notifications, notification dispatchers, moments in time, network ports,
+remote object messaging support (distributed objects), and event loops.
+
+ It provides functionality that aims to implement the non-graphical
+portion of the OpenStep standard (the Foundation library).