summaryrefslogtreecommitdiff
path: root/lang/libobjects
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-13 02:02:32 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-13 02:02:32 +0000
commit79c211785e2cfef320253a1a4df7af24ee518b4f (patch)
tree2b5d08f324e117bcedafcbdadd43427302193268 /lang/libobjects
parentOops, forgot to include NO_PACKAGE. (diff)
Initial import of libobjects version 0.1.19.
The GNU Objective-C class library. PR: 7183 (1 of 9) Submitted by: Yukihiro Nakai <Nakai@technologist.com>
Notes
Notes: svn path=/head/; revision=11888
Diffstat (limited to 'lang/libobjects')
-rw-r--r--lang/libobjects/Makefile20
-rw-r--r--lang/libobjects/distinfo1
-rw-r--r--lang/libobjects/pkg-comment1
-rw-r--r--lang/libobjects/pkg-descr1
-rw-r--r--lang/libobjects/pkg-plist142
5 files changed, 165 insertions, 0 deletions
diff --git a/lang/libobjects/Makefile b/lang/libobjects/Makefile
new file mode 100644
index 000000000000..5bf2c28b095e
--- /dev/null
+++ b/lang/libobjects/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: libobjects
+# Version required: 0.1.19
+# Date created: 21 April 1998
+# Whom: Yukihiro Nakai <Nakai@technologist.com>
+#
+# $Id$
+#
+
+DISTNAME= libobjects-0.1.19
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= Nakai@technologist.com
+
+GNU_CONFIGURE= yes
+
+post-install:
+ ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>
diff --git a/lang/libobjects/distinfo b/lang/libobjects/distinfo
new file mode 100644
index 000000000000..611fb90db198
--- /dev/null
+++ b/lang/libobjects/distinfo
@@ -0,0 +1 @@
+MD5 (libobjects-0.1.19.tar.gz) = 944498c2b957aecf1a08d7dc534b6623
diff --git a/lang/libobjects/pkg-comment b/lang/libobjects/pkg-comment
new file mode 100644
index 000000000000..1e5dc39cc6bd
--- /dev/null
+++ b/lang/libobjects/pkg-comment
@@ -0,0 +1 @@
+GNU Objective-C Class Library
diff --git a/lang/libobjects/pkg-descr b/lang/libobjects/pkg-descr
new file mode 100644
index 000000000000..1e5dc39cc6bd
--- /dev/null
+++ b/lang/libobjects/pkg-descr
@@ -0,0 +1 @@
+GNU Objective-C Class Library
diff --git a/lang/libobjects/pkg-plist b/lang/libobjects/pkg-plist
new file mode 100644
index 000000000000..f5fb09b5a48c
--- /dev/null
+++ b/lang/libobjects/pkg-plist
@@ -0,0 +1,142 @@
+include/Foundation/NSArchiver.h
+include/Foundation/NSArray.h
+include/Foundation/NSAutoreleasePool.h
+include/Foundation/NSBitmapCharSet.h
+include/Foundation/NSBundle.h
+include/Foundation/NSCharacterSet.h
+include/Foundation/NSCoder.h
+include/Foundation/NSConcreteNumber.h
+include/Foundation/NSConcreteValue.h
+include/Foundation/NSData.h
+include/Foundation/NSDate.h
+include/Foundation/NSDictionary.h
+include/Foundation/NSException.h
+include/Foundation/NSGArchiver.h
+include/Foundation/NSGArray.h
+include/Foundation/NSGCString.h
+include/Foundation/NSGCoder.h
+include/Foundation/NSGData.h
+include/Foundation/NSGDictionary.h
+include/Foundation/NSGSet.h
+include/Foundation/NSGUnarchiver.h
+include/Foundation/NSGeometry.h
+include/Foundation/NSInvocation.h
+include/Foundation/NSMethodSignature.h
+include/Foundation/NSObjCRuntime.h
+include/Foundation/NSObject.h
+include/Foundation/NSProcessInfo.h
+include/Foundation/NSRange.h
+include/Foundation/NSSerialization.h
+include/Foundation/NSSet.h
+include/Foundation/NSString.h
+include/Foundation/NSUnarchiver.h
+include/Foundation/NSUtilities.h
+include/Foundation/NSValue.h
+include/Foundation/NSZone.h
+include/Foundation/README
+include/Foundation/objc-load.h
+include/objc/HashTable.h
+include/objc/List.h
+include/objc/NXStringTable.h
+include/objc/README
+include/objc/Storage.h
+include/objc/zone.h
+include/objects/Array.h
+include/objects/ArrayPrivate.h
+include/objects/Bag.h
+include/objects/BinaryCoder.h
+include/objects/BinaryTree.h
+include/objects/BinaryTreeEltNode.h
+include/objects/BinaryTreeNode.h
+include/objects/CircularArray.h
+include/objects/CircularArrayPrivate.h
+include/objects/Coder.h
+include/objects/Coding.h
+include/objects/Collecting.h
+include/objects/Collection.h
+include/objects/CollectionPrivate.h
+include/objects/ConnectedCoder.h
+include/objects/Connection.h
+include/objects/DelegatePool.h
+include/objects/Dictionary.h
+include/objects/EltNode-h
+include/objects/EltNode-m
+include/objects/EltNodeCollector.h
+include/objects/GapArray.h
+include/objects/GapArrayPrivate.h
+include/objects/Heap.h
+include/objects/IndexedCollecting.h
+include/objects/IndexedCollection.h
+include/objects/IndexedCollectionPrivate.h
+include/objects/InvalidationListening.h
+include/objects/Invocation.h
+include/objects/KeyedCollecting.h
+include/objects/KeyedCollection.h
+include/objects/LibobjectsMain.h
+include/objects/LinkedList.h
+include/objects/LinkedListEltNode.h
+include/objects/LinkedListNode.h
+include/objects/Lock.h
+include/objects/Locking.h
+include/objects/Magnitude.h
+include/objects/MallocAddress.h
+include/objects/MappedCollector.h
+include/objects/MemoryStream.h
+include/objects/NSArray.h
+include/objects/NSCoder.h
+include/objects/NSDictionary.h
+include/objects/NSSet.h
+include/objects/NSString.h
+include/objects/Ordering.h
+include/objects/Port.h
+include/objects/Proxy.h
+include/objects/Queue.h
+include/objects/RBTree.h
+include/objects/RBTreeEltNode.h
+include/objects/RBTreeNode.h
+include/objects/README
+include/objects/RNGAdditiveCongruential.h
+include/objects/RNGBerkeley.h
+include/objects/Random.h
+include/objects/RandomGenerating.h
+include/objects/Retaining.h
+include/objects/RetainingNotifier.h
+include/objects/Set.h
+include/objects/SocketPort.h
+include/objects/SplayTree.h
+include/objects/Stack.h
+include/objects/StdioStream.h
+include/objects/Stream.h
+include/objects/Streaming.h
+include/objects/String.h
+include/objects/TextCoder.h
+include/objects/Time.h
+include/objects/ValueHolding.h
+include/objects/behavior.h
+include/objects/collhash.h
+include/objects/config.h
+include/objects/elt.h
+include/objects/eltfuncs.h
+include/objects/mframe.h
+include/objects/objc-gnu2next.h
+include/objects/objc-malloc.h
+include/objects/objects.h
+include/objects/stdobjects.h
+lib/libobjects.a
+@exec /sbin/ldconfig -m %B
+@unexec /sbin/ldconfig -R
+share/NSCharacterSets/README.CharSet
+share/NSCharacterSets/alphanumCharSet.dat
+share/NSCharacterSets/controlCharSet.dat
+share/NSCharacterSets/decimalCharSet.dat
+share/NSCharacterSets/decomposableCharSet.dat
+share/NSCharacterSets/illegalCharSet.dat
+share/NSCharacterSets/lettercharCharSet.dat
+share/NSCharacterSets/nonbaseCharSet.dat
+share/NSCharacterSets/uppercaseCharSet.dat
+share/NSCharacterSets/whitespaceCharSet.dat
+share/NSCharacterSets/whitespaceandnlCharSet.dat
+@dirrm include/Foundation
+@dirrm include/objc
+@dirrm include/objects
+@dirrm share/NSCharacterSets