This library is a collection of classes intended to be used to help

improve the performance of GNUstep and Cocoa applications.  The scope
of the library is therefore -

1. Subclasses of standard Cocoa classes which are optimised for
   particular uses.
2. Classes to perform tasks which can improve application performance
   by mechanisms not covered by existing classes.
3. Classes to monitor/analyse performance issues so you can tell what
   needs to be optimised.
This commit is contained in:
Dirk Meyer 2006-10-31 06:08:05 +00:00
parent b2aee41d0d
commit 024d2d1389
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175693
5 changed files with 59 additions and 0 deletions

View File

@ -1587,6 +1587,7 @@
SUBDIR += pecl-svn
SUBDIR += pedisassem
SUBDIR += perforce
SUBDIR += performance
SUBDIR += perltidy
SUBDIR += pharmacy
SUBDIR += php-dbg

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: performance
# Date created: 28 Oct 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= performance
PORTVERSION= 0.1.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= libs
DISTNAME= Performance-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Help improve the performance of GNUstep applications
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BASE= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
LDCONFIG_DIRS= ${LOCALLIBDIR}
INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Performance-0.1.0.tar.gz) = 7eb26da321d037e009e9a2a0c91b3bf6
SHA256 (Performance-0.1.0.tar.gz) = adb4cc07e56db6f44c7ebfec5bd8bf50ab165fe1e126074a041d35233bc57588
SIZE (Performance-0.1.0.tar.gz) = 13828

View File

@ -0,0 +1,10 @@
This library is a collection of classes intended to be used to help
improve the performance of GNUstep and Cocoa applications. The scope
of the library is therefore -
1. Subclasses of standard Cocoa classes which are optimised for
particular uses.
2. Classes to perform tasks which can improve application performance
by mechanisms not covered by existing classes.
3. Classes to monitor/analyse performance issues so you can tell what
needs to be optimised.

View File

@ -0,0 +1,16 @@
Local/Library/Documentation/Performance/GSCache.gsdoc
Local/Library/Documentation/Performance/GSCache.html
Local/Library/Documentation/Performance/GSThroughput.gsdoc
Local/Library/Documentation/Performance/GSThroughput.html
Local/Library/Documentation/Performance/GSTicker.gsdoc
Local/Library/Documentation/Performance/GSTicker.html
Local/Library/Documentation/Performance/Performance.igsdoc
Local/Library/Documentation/Performance/dependencies
Local/Library/Headers/Performance/GSCache.h
Local/Library/Headers/Performance/GSThroughput.h
Local/Library/Headers/Performance/GSTicker.h
Local/Library/Libraries/libPerformance.so
Local/Library/Libraries/libPerformance.so.%%MAJORVERSION%%.1
Local/Library/Libraries/libPerformance.so.%%VERSION%%
@dirrm Local/Library/Headers/Performance
@dirrm Local/Library/Documentation/Performance