diff options
| author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 07:38:03 +0800 | 
|---|---|---|
| committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 07:38:03 +0800 | 
| commit | 288f7a8e03995a391e5a69c7fa1dea605d2d3b0a (patch) | |
| tree | e9101b5970c52af4fca9bfa87d45714cc95c5b6b | |
| parent | f974ce6451667e03a979f1c09689ece120dce838 (diff) | |
| download | marcuscom-ports-288f7a8e03995a391e5a69c7fa1dea605d2d3b0a.tar.gz marcuscom-ports-288f7a8e03995a391e5a69c7fa1dea605d2d3b0a.tar.zst marcuscom-ports-288f7a8e03995a391e5a69c7fa1dea605d2d3b0a.zip | |
- dirrmtry share/pixmaps
Spotted by:	pointyhat
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7356 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | benchmarks/gtkperf/Makefile | 39 | ||||
| -rw-r--r-- | benchmarks/gtkperf/distinfo | 3 | ||||
| -rw-r--r-- | benchmarks/gtkperf/pkg-descr | 6 | ||||
| -rw-r--r-- | benchmarks/gtkperf/pkg-plist | 11 | 
4 files changed, 59 insertions, 0 deletions
| diff --git a/benchmarks/gtkperf/Makefile b/benchmarks/gtkperf/Makefile new file mode 100644 index 000000000..bab939cfd --- /dev/null +++ b/benchmarks/gtkperf/Makefile @@ -0,0 +1,39 @@ +# Ports collection makefile for:	gtkperf +# Date created:				2006-04-22 +# Whom:					Andreas Kohn <andreas@syndrom23.de> +# +# $FreeBSD$ +# + +PORTNAME=		gtkperf +PORTVERSION=		0.40 +PORTREVISION=		1 +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_GCC=		3.4+ +USE_GMAKE=		yes +GNU_CONFIGURE=		yes +USE_GNOME=		gtk20 gnomeprefix +USE_X_PREFIX=		yes +USE_GETOPT_LONG=	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> diff --git a/benchmarks/gtkperf/distinfo b/benchmarks/gtkperf/distinfo new file mode 100644 index 000000000..4d604cc11 --- /dev/null +++ b/benchmarks/gtkperf/distinfo @@ -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 diff --git a/benchmarks/gtkperf/pkg-descr b/benchmarks/gtkperf/pkg-descr new file mode 100644 index 000000000..d4cf89f7b --- /dev/null +++ b/benchmarks/gtkperf/pkg-descr @@ -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 diff --git a/benchmarks/gtkperf/pkg-plist b/benchmarks/gtkperf/pkg-plist new file mode 100644 index 000000000..0fc1cccfa --- /dev/null +++ b/benchmarks/gtkperf/pkg-plist @@ -0,0 +1,11 @@ +bin/gtkperf +doc/gtkperf/AUTHORS +doc/gtkperf/COPYING +doc/gtkperf/ChangeLog +doc/gtkperf/INSTALL +doc/gtkperf/README +doc/gtkperf/TODO +share/pixmaps/duck.png +@dirrmtry share/pixmaps +@dirrm doc/gtkperf +@dirrm doc | 
