From 024d2d1389e78d0813e6355061436c49c2b74875 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 31 Oct 2006 06:08:05 +0000 Subject: 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. --- devel/Makefile | 1 + devel/performance/Makefile | 29 +++++++++++++++++++++++++++++ devel/performance/distinfo | 3 +++ devel/performance/pkg-descr | 10 ++++++++++ devel/performance/pkg-plist | 16 ++++++++++++++++ 5 files changed, 59 insertions(+) create mode 100644 devel/performance/Makefile create mode 100644 devel/performance/distinfo create mode 100644 devel/performance/pkg-descr create mode 100644 devel/performance/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 5167ee539fbc..8f5938854880 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1587,6 +1587,7 @@ SUBDIR += pecl-svn SUBDIR += pedisassem SUBDIR += perforce + SUBDIR += performance SUBDIR += perltidy SUBDIR += pharmacy SUBDIR += php-dbg diff --git a/devel/performance/Makefile b/devel/performance/Makefile new file mode 100644 index 000000000000..b744701f74ae --- /dev/null +++ b/devel/performance/Makefile @@ -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 diff --git a/devel/performance/distinfo b/devel/performance/distinfo new file mode 100644 index 000000000000..3977f6628fb7 --- /dev/null +++ b/devel/performance/distinfo @@ -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 diff --git a/devel/performance/pkg-descr b/devel/performance/pkg-descr new file mode 100644 index 000000000000..62dd97420687 --- /dev/null +++ b/devel/performance/pkg-descr @@ -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. diff --git a/devel/performance/pkg-plist b/devel/performance/pkg-plist new file mode 100644 index 000000000000..cb93b6430324 --- /dev/null +++ b/devel/performance/pkg-plist @@ -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 -- cgit v1.2.3