Update to 0.3.2, now introducing GSFIFO, which makes it a minor bump.
OK ajacoutot@
This commit is contained in:
parent
341c24de65
commit
14d9e19c1c
@ -1,12 +1,12 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/28 15:49:56 sebastia Exp $
|
# $OpenBSD: Makefile,v 1.2 2011/12/22 18:41:49 sebastia Exp $
|
||||||
|
|
||||||
COMMENT = GNUstep performance library
|
COMMENT = GNUstep performance library
|
||||||
|
|
||||||
VERSION = 0.3.0
|
VERSION = 0.3.2
|
||||||
DISTNAME = Performance-${VERSION}
|
DISTNAME = Performance-${VERSION}
|
||||||
PKGNAME = gnustep-performance-${VERSION}
|
PKGNAME = gnustep-performance-${VERSION}
|
||||||
CATEGORIES = devel
|
CATEGORIES = devel
|
||||||
SHARED_LIBS += Performance 0.0
|
SHARED_LIBS += Performance 0.1
|
||||||
|
|
||||||
HOMEPAGE = http://wiki.gnustep.org/index.php/Performance
|
HOMEPAGE = http://wiki.gnustep.org/index.php/Performance
|
||||||
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=libs/}
|
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=libs/}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (gnustep/Performance-0.3.0.tar.gz) = m7NehhFJwGyjxkeqVBgPDA==
|
MD5 (gnustep/Performance-0.3.2.tar.gz) = I+rVu+/tCpNkZnhZeVd+vw==
|
||||||
RMD160 (gnustep/Performance-0.3.0.tar.gz) = +hF7LzLaGgNLjhOIGQdAVFHvd2M=
|
RMD160 (gnustep/Performance-0.3.2.tar.gz) = hpvGj3ZV2rNxOnXxIuTUcQGAK4E=
|
||||||
SHA1 (gnustep/Performance-0.3.0.tar.gz) = PTM55vI+I9f3M7I+/wnAFFfRltk=
|
SHA1 (gnustep/Performance-0.3.2.tar.gz) = tf9EsxE5EL9npzxYweyC8s5eIT0=
|
||||||
SHA256 (gnustep/Performance-0.3.0.tar.gz) = qOd9/43e8slDmK7fdznVi95sN+SB8cvqAhel3RVcPtk=
|
SHA256 (gnustep/Performance-0.3.2.tar.gz) = 18qT0igP1HezKuoqhaQNbUSTPb7Xfgx/UchSxr7eG08=
|
||||||
SIZE (gnustep/Performance-0.3.0.tar.gz) = 39934
|
SIZE (gnustep/Performance-0.3.2.tar.gz) = 47501
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/28 15:49:56 sebastia Exp $
|
@comment $OpenBSD: PLIST,v 1.2 2011/12/22 18:41:49 sebastia Exp $
|
||||||
include/Performance/
|
include/Performance/
|
||||||
include/Performance/GSCache.h
|
include/Performance/GSCache.h
|
||||||
|
include/Performance/GSFIFO.h
|
||||||
include/Performance/GSIOThreadPool.h
|
include/Performance/GSIOThreadPool.h
|
||||||
include/Performance/GSLinkedList.h
|
include/Performance/GSLinkedList.h
|
||||||
include/Performance/GSSkipMutableArray.h
|
include/Performance/GSSkipMutableArray.h
|
||||||
@ -12,6 +13,8 @@ share/doc/GNUstep/
|
|||||||
share/doc/GNUstep/Performance/
|
share/doc/GNUstep/Performance/
|
||||||
share/doc/GNUstep/Performance/GSCache.gsdoc
|
share/doc/GNUstep/Performance/GSCache.gsdoc
|
||||||
share/doc/GNUstep/Performance/GSCache.html
|
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.gsdoc
|
||||||
share/doc/GNUstep/Performance/GSIOThreadPool.html
|
share/doc/GNUstep/Performance/GSIOThreadPool.html
|
||||||
share/doc/GNUstep/Performance/GSLinkedList.gsdoc
|
share/doc/GNUstep/Performance/GSLinkedList.gsdoc
|
||||||
|
Loading…
Reference in New Issue
Block a user