On Monday, December 12, 2011 19:20 CET, "Sebastian Reitenbach"
<[email protected]> wrote:
> Hi,
>
> attached an easy update to the GNUstep performance library, new introducing
> GSFIFO.
> The few depending ports still work well with this version. Tested on i386.
>
> OK to update?
this time inline, to ease review.
OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/performance/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile 28 Jun 2011 15:49:56 -0000 1.1.1.1
+++ Makefile 12 Dec 2011 11:23:17 -0000
@@ -2,11 +2,11 @@
COMMENT = GNUstep performance library
-VERSION = 0.3.0
+VERSION = 0.3.2
DISTNAME = Performance-${VERSION}
PKGNAME = gnustep-performance-${VERSION}
CATEGORIES = devel
-SHARED_LIBS += Performance 0.0
+SHARED_LIBS += Performance 0.1
HOMEPAGE = http://wiki.gnustep.org/index.php/Performance
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=libs/}
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/gnustep/performance/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo 28 Jun 2011 15:49:56 -0000 1.1.1.1
+++ distinfo 12 Dec 2011 11:23:17 -0000
@@ -1,5 +1,5 @@
-MD5 (gnustep/Performance-0.3.0.tar.gz) = m7NehhFJwGyjxkeqVBgPDA==
-RMD160 (gnustep/Performance-0.3.0.tar.gz) = +hF7LzLaGgNLjhOIGQdAVFHvd2M=
-SHA1 (gnustep/Performance-0.3.0.tar.gz) = PTM55vI+I9f3M7I+/wnAFFfRltk=
-SHA256 (gnustep/Performance-0.3.0.tar.gz) =
qOd9/43e8slDmK7fdznVi95sN+SB8cvqAhel3RVcPtk=
-SIZE (gnustep/Performance-0.3.0.tar.gz) = 39934
+MD5 (gnustep/Performance-0.3.2.tar.gz) = I+rVu+/tCpNkZnhZeVd+vw==
+RMD160 (gnustep/Performance-0.3.2.tar.gz) = hpvGj3ZV2rNxOnXxIuTUcQGAK4E=
+SHA1 (gnustep/Performance-0.3.2.tar.gz) = tf9EsxE5EL9npzxYweyC8s5eIT0=
+SHA256 (gnustep/Performance-0.3.2.tar.gz) =
18qT0igP1HezKuoqhaQNbUSTPb7Xfgx/UchSxr7eG08=
+SIZE (gnustep/Performance-0.3.2.tar.gz) = 47501
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/gnustep/performance/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST 28 Jun 2011 15:49:56 -0000 1.1.1.1
+++ pkg/PLIST 12 Dec 2011 11:23:17 -0000
@@ -1,6 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/28 15:49:56 sebastia Exp $
include/Performance/
include/Performance/GSCache.h
+include/Performance/GSFIFO.h
include/Performance/GSIOThreadPool.h
include/Performance/GSLinkedList.h
include/Performance/GSSkipMutableArray.h
@@ -12,6 +13,8 @@
share/doc/GNUstep/Performance/
share/doc/GNUstep/Performance/GSCache.gsdoc
share/doc/GNUstep/Performance/GSCache.html
+share/doc/GNUstep/Performance/GSFIFO.gsdoc
+share/doc/GNUstep/Performance/GSFIFO.html
share/doc/GNUstep/Performance/GSIOThreadPool.gsdoc
share/doc/GNUstep/Performance/GSIOThreadPool.html
share/doc/GNUstep/Performance/GSLinkedList.gsdoc