Date: Sat, 22 Apr 2006 18:07:48 +0200 From: "Andreas Kohn" <andreas@syndrom23.de> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/96162: [NEW PORT] benchmarks/gtkperf : GTK+ Benchmark Message-ID: <1145722068.6707@klamath.syndrom23.de> Resent-Message-ID: <200604221610.k3MGAFwD078206@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96162 >Category: ports >Synopsis: [NEW PORT] benchmarks/gtkperf : GTK+ Benchmark >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 22 16:10:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andreas Kohn >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #41: Fri Mar 17 12:01:02 CET 2006 root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH >Description: 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 speedof device/platform. WWW: http://gtkperf.sourceforge.net >How-To-Repeat: >Fix: --- gtkperf-0.40.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gtkperf/ # gtkperf/pkg-descr # gtkperf/Makefile # gtkperf/distinfo # gtkperf/pkg-plist # echo c - gtkperf/ mkdir -p gtkperf/ > /dev/null 2>&1 echo x - gtkperf/pkg-descr sed 's/^X//' >gtkperf/pkg-descr << 'END-of-gtkperf/pkg-descr' XGtkPerf is an application designed to test GTK+ performance. The point is to Xcreate common testing platform to run predefined GTK+ widgets (opening Xcomboboxes, toggling buttons, scrolling text yms.) and this way define the speed Xof device/platform. X XWWW: http://gtkperf.sourceforge.net END-of-gtkperf/pkg-descr echo x - gtkperf/Makefile sed 's/^X//' >gtkperf/Makefile << 'END-of-gtkperf/Makefile' X# Ports collection makefile for: gtkperf X# Date created: 2006-04-22 X# Whom: Andreas Kohn <andreas@syndrom23.de> X# X# $FreeBSD$ X# X XPORTNAME= gtkperf XPORTVERSION= 0.40 XCATEGORIES= benchmarks XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}_${PORTVERSION} X XMAINTAINER= andreas@syndrom23.de XCOMMENT= Measure your system\'s GTK+ performance X XWRKSRC= ${WRKDIR}/${PORTNAME} XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_GNOME= gtk20 gnomeprefix XUSE_X_PREFIX= yes X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XUSE_ICONV= yes XCONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" XCONFIGURE_ARGS+= --enable-nls XPLIST_SUB= NLS="" X.else XCONFIGURE_ARGS+= --disable-nls XPLIST_SUB= NLS="@comment " X.endif X X.include <bsd.port.mk> END-of-gtkperf/Makefile echo x - gtkperf/distinfo sed 's/^X//' >gtkperf/distinfo << 'END-of-gtkperf/distinfo' XMD5 (gtkperf_0.40.tar.gz) = 4331dde4bb83865e15482885fcb0cc53 XSHA256 (gtkperf_0.40.tar.gz) = 9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b XSIZE (gtkperf_0.40.tar.gz) = 402982 END-of-gtkperf/distinfo echo x - gtkperf/pkg-plist sed 's/^X//' >gtkperf/pkg-plist << 'END-of-gtkperf/pkg-plist' Xbin/gtkperf Xdoc/gtkperf/AUTHORS Xdoc/gtkperf/COPYING Xdoc/gtkperf/ChangeLog Xdoc/gtkperf/INSTALL Xdoc/gtkperf/README Xdoc/gtkperf/TODO Xshare/pixmaps/duck.png X@dirrm doc/gtkperf X@dirrm doc END-of-gtkperf/pkg-plist exit --- gtkperf-0.40.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1145722068.6707>