diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-13 11:24:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-13 11:24:20 +0000 |
commit | 5cd8ee4b962cdd072d3994b007a2d4fa664f498c (patch) | |
tree | 79ecf00b3192d5eb05c172d576fe5b5420d000b5 /lang/gnustep-objc | |
parent | fa4e0dcd3267d5948a9242103571923b3748b071 (diff) | |
download | ports-5cd8ee4b962cdd072d3994b007a2d4fa664f498c.tar.gz ports-5cd8ee4b962cdd072d3994b007a2d4fa664f498c.zip |
Notes
Diffstat (limited to 'lang/gnustep-objc')
-rw-r--r-- | lang/gnustep-objc/distinfo | 2 | ||||
-rw-r--r-- | lang/gnustep-objc/pkg-descr | 9 | ||||
-rw-r--r-- | lang/gnustep-objc/pkg-plist | 16 |
3 files changed, 27 insertions, 0 deletions
diff --git a/lang/gnustep-objc/distinfo b/lang/gnustep-objc/distinfo new file mode 100644 index 000000000000..61eb4f9d3fe8 --- /dev/null +++ b/lang/gnustep-objc/distinfo @@ -0,0 +1,2 @@ +MD5 (gnustep-objc-1.3.0.tar.gz) = 9efd9dd2f2aaee04081421f36c0f99b1 +SIZE (gnustep-objc-1.3.0.tar.gz) = 135408 diff --git a/lang/gnustep-objc/pkg-descr b/lang/gnustep-objc/pkg-descr new file mode 100644 index 000000000000..267b7c2ce47d --- /dev/null +++ b/lang/gnustep-objc/pkg-descr @@ -0,0 +1,9 @@ +GNUstep is a set of general-purpose Objective-C libraries based on the +OpenStep standard developed by NeXT (now Apple) Inc. The libraries +consist of everything from foundation classes, such as dictionaries and +arrays, to GUI interface classes such as windows, sliders, buttons, etc. + +Please contact the GNUstep maintainers at <discussion@gnustep.org> in +case of questions and help offers. + +WWW: http://www.gnustep.org/ diff --git a/lang/gnustep-objc/pkg-plist b/lang/gnustep-objc/pkg-plist new file mode 100644 index 000000000000..c39ecd480bad --- /dev/null +++ b/lang/gnustep-objc/pkg-plist @@ -0,0 +1,16 @@ +System/Library/Headers/objc/hash.h +System/Library/Headers/objc/objc-list.h +System/Library/Headers/objc/sarray.h +System/Library/Headers/objc/objc.h +System/Library/Headers/objc/objc-api.h +System/Library/Headers/objc/objc-decls.h +System/Library/Headers/objc/NXConstStr.h +System/Library/Headers/objc/Object.h +System/Library/Headers/objc/Protocol.h +System/Library/Headers/objc/encoding.h +System/Library/Headers/objc/typedstream.h +System/Library/Headers/objc/thr.h +System/Library/Libraries/libobjc.so +System/Library/Libraries/libobjc.so.%%MAJORVERSION%% +System/Library/Libraries/libobjc.so.%%VERSION%% +@dirrm System/Library/Headers/objc |