Fri Apr 17 21:28:40 2009 UTC ()
Update ObjectiveLib to 1.0.0.  Changes are mainly bugfixes.  This also now
works with the changed gnustep file hierarchy.


(rh)
diff -r1.8 -r1.9 pkgsrc/devel/ObjectiveLib/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/ObjectiveLib/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/devel/ObjectiveLib/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/ObjectiveLib/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ObjectiveLib/Makefile 2008/01/18 05:14:30 1.8
+++ pkgsrc/devel/ObjectiveLib/Makefile 2009/04/17 21:28:39 1.9
@@ -1,19 +1,23 @@ @@ -1,19 +1,23 @@
1# $NetBSD: Makefile,v 1.8 2008/01/18 05:14:30 tnn Exp $ 1# $NetBSD: Makefile,v 1.9 2009/04/17 21:28:39 rh Exp $
2# 2#
3 3
4DISTNAME= ObjectiveLib-0.9 4PKGNAME= ObjectiveLib-1.0.0
5PKGREVISION= 2 5DISTNAME= objectivelib-1.0.0
6CATEGORIES= devel gnustep 6CATEGORIES= devel gnustep
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=objectivelib/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=objectivelib/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://objectivelib.sourceforge.net/ 10HOMEPAGE= http://objectivelib.sourceforge.net/
11COMMENT= Object containers and generic algorithms for Objective-C 11COMMENT= Object containers and generic algorithms for Objective-C
12 12
13USE_LANGUAGES= objc 13LICENSE= gnu-lgpl-v2.1
14 14
15WRKSRC= ${WRKDIR} 15PKG_DESTDIR_SUPPORT= destdir
 16MAKE_JOBS_SAFE= no
 17USE_LANGUAGES= objc
 18
 19WRKSRC= ${WRKDIR}/objectivelib
16 20
17.include "../../devel/gnustep-base/buildlink3.mk" 21.include "../../devel/gnustep-base/buildlink3.mk"
18.include "../../mk/pthread.buildlink3.mk" 22.include "../../mk/pthread.buildlink3.mk"
19.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/ObjectiveLib/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ObjectiveLib/PLIST 2005/04/15 06:57:15 1.1.1.1
+++ pkgsrc/devel/ObjectiveLib/PLIST 2009/04/17 21:28:39 1.2
@@ -1,26 +1,50 @@ @@ -1,26 +1,50 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/15 06:57:15 rh Exp $ 1@comment $NetBSD: PLIST,v 1.2 2009/04/17 21:28:39 rh Exp $
2share/GNUstep/Local/Library/Headers/ObjectiveLib/Algorithm.h 2include/ObjectiveLib/Algorithm.h
3share/GNUstep/Local/Library/Headers/ObjectiveLib/Arithmetic.h 3include/ObjectiveLib/Arithmetic.h
4share/GNUstep/Local/Library/Headers/ObjectiveLib/BitSet.h 4include/ObjectiveLib/BitSet.h
5share/GNUstep/Local/Library/Headers/ObjectiveLib/Comparison.h 5include/ObjectiveLib/BufferingInStream.h
6share/GNUstep/Local/Library/Headers/ObjectiveLib/Copying.h 6include/ObjectiveLib/BufferingOutStream.h
7share/GNUstep/Local/Library/Headers/ObjectiveLib/Deque.h 7include/ObjectiveLib/BzlibInStream.h
8share/GNUstep/Local/Library/Headers/ObjectiveLib/Functional.h 8include/ObjectiveLib/BzlibOutStream.h
9share/GNUstep/Local/Library/Headers/ObjectiveLib/HashMap.h 9include/ObjectiveLib/Character.h
10share/GNUstep/Local/Library/Headers/ObjectiveLib/HashSet.h 10include/ObjectiveLib/Config.h
11share/GNUstep/Local/Library/Headers/ObjectiveLib/HashTable.h 11include/ObjectiveLib/ConnectedInStream.h
12share/GNUstep/Local/Library/Headers/ObjectiveLib/Iterator.h 12include/ObjectiveLib/ConnectedOutStream.h
13share/GNUstep/Local/Library/Headers/ObjectiveLib/List.h 13include/ObjectiveLib/DataInStream.h
14share/GNUstep/Local/Library/Headers/ObjectiveLib/Map.h 14include/ObjectiveLib/DataOutStream.h
15share/GNUstep/Local/Library/Headers/ObjectiveLib/Memory.h 15include/ObjectiveLib/Deque.h
16share/GNUstep/Local/Library/Headers/ObjectiveLib/Pair.h 16include/ObjectiveLib/Exception.h
17share/GNUstep/Local/Library/Headers/ObjectiveLib/Queue.h 17include/ObjectiveLib/FileInStream.h
18share/GNUstep/Local/Library/Headers/ObjectiveLib/Set.h 18include/ObjectiveLib/FileOutStream.h
19share/GNUstep/Local/Library/Headers/ObjectiveLib/Stack.h 19include/ObjectiveLib/Functional.h
20share/GNUstep/Local/Library/Headers/ObjectiveLib/Types.h 20include/ObjectiveLib/GzipInStream.h
21share/GNUstep/Local/Library/Headers/ObjectiveLib/Vector.h 21include/ObjectiveLib/GzipOutStream.h
22share/GNUstep/Local/Library/Libraries/libObjectiveLib.so 22include/ObjectiveLib/HashFunction.h
23share/GNUstep/Local/Library/Libraries/libObjectiveLib.so.0.0.1 23include/ObjectiveLib/HashMap.h
24@comment in devel/gnustep-make: @dirrm share/GNUstep/Local/Library/Libraries 24include/ObjectiveLib/HashSet.h
25@dirrm share/GNUstep/Local/Library/Headers/ObjectiveLib 25include/ObjectiveLib/InStream.h
26@comment in devel/gnustep-make: @dirrm share/GNUstep/Local/Library/Headers 26include/ObjectiveLib/Iterator.h
 27include/ObjectiveLib/LayeredInStream.h
 28include/ObjectiveLib/LayeredOutStream.h
 29include/ObjectiveLib/List.h
 30include/ObjectiveLib/Map.h
 31include/ObjectiveLib/ObjectBase.h
 32include/ObjectiveLib/ObjectInStream.h
 33include/ObjectiveLib/ObjectOutStream.h
 34include/ObjectiveLib/ObjectiveLib.h
 35include/ObjectiveLib/OutStream.h
 36include/ObjectiveLib/Pair.h
 37include/ObjectiveLib/Queue.h
 38include/ObjectiveLib/Set.h
 39include/ObjectiveLib/Socket.h
 40include/ObjectiveLib/SocketAddress.h
 41include/ObjectiveLib/Stack.h
 42include/ObjectiveLib/Streamable.h
 43include/ObjectiveLib/Text.h
 44include/ObjectiveLib/Types.h
 45include/ObjectiveLib/Vector.h
 46include/ObjectiveLib/ZlibInStream.h
 47include/ObjectiveLib/ZlibOutStream.h
 48lib/libObjectiveLib.so
 49lib/libObjectiveLib.so.${PKGVERSION}
 50@dirrm include/ObjectiveLib

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/ObjectiveLib/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ObjectiveLib/distinfo 2005/04/15 06:57:15 1.1.1.1
+++ pkgsrc/devel/ObjectiveLib/distinfo 2009/04/17 21:28:39 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2005/04/15 06:57:15 rh Exp $ 1$NetBSD: distinfo,v 1.2 2009/04/17 21:28:39 rh Exp $
2 2
3SHA1 (ObjectiveLib-0.9.tar.gz) = 74f9667c2d8ed529f39e7a12745496d2d8e52144 3SHA1 (objectivelib-1.0.0.tar.gz) = 904046406f63285d2a0e5f6b279f711b34e16ad6
4RMD160 (ObjectiveLib-0.9.tar.gz) = 715aed8fd45218660e1536099e247d0c801675ff 4RMD160 (objectivelib-1.0.0.tar.gz) = 688b8430ea1a16482b52506157b58dedbfd35c0c
5Size (ObjectiveLib-0.9.tar.gz) = 384547 bytes 5Size (objectivelib-1.0.0.tar.gz) = 833390 bytes