diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-01 20:31:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-01 20:31:28 +0000 |
commit | ecb3785407da1a2f93bf03291182fbb1e54d5c89 (patch) | |
tree | 3e64523a7d363b9a445c3b87d5615bc8ea0a4a86 /devel/objectivelib | |
parent | 8229eb3494d3bc037b7148ccda6ba117b04ba86a (diff) |
Notes
Diffstat (limited to 'devel/objectivelib')
-rw-r--r-- | devel/objectivelib/Makefile | 30 | ||||
-rw-r--r-- | devel/objectivelib/distinfo | 3 | ||||
-rw-r--r-- | devel/objectivelib/pkg-descr | 8 | ||||
-rw-r--r-- | devel/objectivelib/pkg-plist | 24 |
4 files changed, 65 insertions, 0 deletions
diff --git a/devel/objectivelib/Makefile b/devel/objectivelib/Makefile new file mode 100644 index 000000000000..d424de66259b --- /dev/null +++ b/devel/objectivelib/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: objectivelib +# Date created: 1 Dec 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= objectivelib +PORTVERSION= 0.9 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ObjectiveLib-${PORTVERSION} +#EXTRACT_SUFX= .tgz + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Object containers and generic algorithms for Objective-C + +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BASE= yes +USE_GNUSTEP_CONFIGURE= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +#USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR} + +WRKSRC= ${WRKDIR} +#GNU_CONFIGUIRE= yes + +.include <bsd.port.mk> diff --git a/devel/objectivelib/distinfo b/devel/objectivelib/distinfo new file mode 100644 index 000000000000..58c02ed7c4d8 --- /dev/null +++ b/devel/objectivelib/distinfo @@ -0,0 +1,3 @@ +MD5 (ObjectiveLib-0.9.tar.gz) = 90bc313d9bd48359005878f3686e42e0 +SHA256 (ObjectiveLib-0.9.tar.gz) = 5a42f37a6d5cd91b7af4ab41635256549c369c4c7816c98ab647b6db8536ea01 +SIZE (ObjectiveLib-0.9.tar.gz) = 384547 diff --git a/devel/objectivelib/pkg-descr b/devel/objectivelib/pkg-descr new file mode 100644 index 000000000000..786a415d2b98 --- /dev/null +++ b/devel/objectivelib/pkg-descr @@ -0,0 +1,8 @@ +ObjectiveLib provides two primary services: containers and algorithms. +An important part of the library that keeps everything moving is +iterators. ObjectiveLib is designed to offer the same functionality +to Objective-C programmers that the Standard Template Library offers +to C++ programmers. Therefore, anyone familiar with the STL will have +no trouble using and understanding the machinery of ObjectiveLib. + +WWW: http://objectivelib.sourceforge.net/ diff --git a/devel/objectivelib/pkg-plist b/devel/objectivelib/pkg-plist new file mode 100644 index 000000000000..237dd1eba004 --- /dev/null +++ b/devel/objectivelib/pkg-plist @@ -0,0 +1,24 @@ +Local/Library/Headers/ObjectiveLib/Algorithm.h +Local/Library/Headers/ObjectiveLib/Arithmetic.h +Local/Library/Headers/ObjectiveLib/BitSet.h +Local/Library/Headers/ObjectiveLib/Comparison.h +Local/Library/Headers/ObjectiveLib/Copying.h +Local/Library/Headers/ObjectiveLib/Deque.h +Local/Library/Headers/ObjectiveLib/Functional.h +Local/Library/Headers/ObjectiveLib/HashMap.h +Local/Library/Headers/ObjectiveLib/HashSet.h +Local/Library/Headers/ObjectiveLib/HashTable.h +Local/Library/Headers/ObjectiveLib/Iterator.h +Local/Library/Headers/ObjectiveLib/List.h +Local/Library/Headers/ObjectiveLib/Map.h +Local/Library/Headers/ObjectiveLib/Memory.h +Local/Library/Headers/ObjectiveLib/Pair.h +Local/Library/Headers/ObjectiveLib/Queue.h +Local/Library/Headers/ObjectiveLib/Set.h +Local/Library/Headers/ObjectiveLib/Stack.h +Local/Library/Headers/ObjectiveLib/Types.h +Local/Library/Headers/ObjectiveLib/Vector.h +Local/Library/Libraries/libObjectiveLib.so +Local/Library/Libraries/libObjectiveLib.so.%%MAJORVERSION%% +Local/Library/Libraries/libObjectiveLib.so.%%LIBVERSION%% +@dirrm Local/Library/Headers/ObjectiveLib |