mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
GtkPerf is an application designed to test GTK+ performance. The point is to
create common testing platform to run predefined GTK+ widgets (opening comboboxes, toggling buttons, scrolling text yms.) and this way define the speed of device/platform. WWW: http://gtkperf.sourceforge.net PR: ports/96162 Submitted by: Andreas Kohn <andreas@syndrom23.de>
This commit is contained in:
parent
a8ecfdc928
commit
658c0ba60f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161053
@ -12,6 +12,7 @@
|
||||
SUBDIR += dkftpbench
|
||||
SUBDIR += flops
|
||||
SUBDIR += forkbomb
|
||||
SUBDIR += gtkperf
|
||||
SUBDIR += himenobench
|
||||
SUBDIR += hpl
|
||||
SUBDIR += httperf
|
||||
|
36
benchmarks/gtkperf/Makefile
Normal file
36
benchmarks/gtkperf/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# Ports collection makefile for: gtkperf
|
||||
# Date created: 2006-04-22
|
||||
# Whom: Andreas Kohn <andreas@syndrom23.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtkperf
|
||||
PORTVERSION= 0.40
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= andreas@syndrom23.de
|
||||
COMMENT= Measure your system's GTK+ performance
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20 gnomeprefix
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
USE_ICONV= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS+= --enable-nls
|
||||
PLIST_SUB= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
benchmarks/gtkperf/distinfo
Normal file
3
benchmarks/gtkperf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gtkperf_0.40.tar.gz) = 4331dde4bb83865e15482885fcb0cc53
|
||||
SHA256 (gtkperf_0.40.tar.gz) = 9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b
|
||||
SIZE (gtkperf_0.40.tar.gz) = 402982
|
6
benchmarks/gtkperf/pkg-descr
Normal file
6
benchmarks/gtkperf/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
GtkPerf is an application designed to test GTK+ performance. The point is to
|
||||
create common testing platform to run predefined GTK+ widgets (opening
|
||||
comboboxes, toggling buttons, scrolling text yms.) and this way define the speed
|
||||
of device/platform.
|
||||
|
||||
WWW: http://gtkperf.sourceforge.net
|
10
benchmarks/gtkperf/pkg-plist
Normal file
10
benchmarks/gtkperf/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
bin/gtkperf
|
||||
doc/gtkperf/AUTHORS
|
||||
doc/gtkperf/COPYING
|
||||
doc/gtkperf/ChangeLog
|
||||
doc/gtkperf/INSTALL
|
||||
doc/gtkperf/README
|
||||
doc/gtkperf/TODO
|
||||
share/pixmaps/duck.png
|
||||
@dirrm doc/gtkperf
|
||||
@dirrm doc
|
Loading…
Reference in New Issue
Block a user