summaryrefslogtreecommitdiff
path: root/x11/x11perf
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-04-17 06:58:55 +0000
committerwiz <wiz@pkgsrc.org>2015-04-17 06:58:55 +0000
commit8ef1dc0df35aa3fb70c2890903675f6baf4652f7 (patch)
tree3de57659ba516a6f9b3c2979204daaf64d395941 /x11/x11perf
parent66415293d69fbff7798cd7f2c562fbf3ea956bb2 (diff)
downloadpkgsrc-8ef1dc0df35aa3fb70c2890903675f6baf4652f7.tar.gz
Update to 1.6.0:
This release adds one new general option: -pause <s> pause for <s> seconds between each run and several new test options: -crgb10text Char in 80-char rgb core line (Charter 10) -crgb24text Char in 30-char rgb core line (Charter 24) -crgbftext Char in 80-char rgb core line (Courier 12) -magpixwin10 Scale 5x5 from pixmap to 10x10 window -magpixwin100 Scale 50x50 from pixmap to 100x100 window -magpixwin500 Scale 250x250 from pixmap to 500x500 window -minpixwin10 Scale 10x10 from pixmap to 5x5 window -minpixwin100 Scale 100x100 from pixmap to 5x5 window -minpixwin500 Scale 500x500 from pixmap to 250x250 window Alan Coopersmith (9): Add const attributes to fix gcc -Wwrite-strings warnings Mark usage & AbortTest as _X_NORETURN Drop imake fallback for RETSIGTYPE definition Assume signal handlers return void, as C89 requires configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Mark bitmap data as const Combine help_message array into a single string x11perf 1.6.0 Keith Packard (5): Add up/down scaling composite tests Fix reported pixmap format name Add scaling composite tests Switch to 64-bit ints Add '-pause' option to delay between runs Matthieu Herrb (1): remove srand(1) call as nothing calls any rand like functions in x11perf Peter Harris (1): Fix name collision in -rgb*text
Diffstat (limited to 'x11/x11perf')
-rw-r--r--x11/x11perf/Makefile6
-rw-r--r--x11/x11perf/distinfo8
2 files changed, 6 insertions, 8 deletions
diff --git a/x11/x11perf/Makefile b/x11/x11perf/Makefile
index 8d52641f255..a98d7dcdd49 100644
--- a/x11/x11perf/Makefile
+++ b/x11/x11perf/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2013/06/06 12:55:22 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.12 2015/04/17 06:58:55 wiz Exp $
-DISTNAME= x11perf-1.5.4
-PKGREVISION= 3
+DISTNAME= x11perf-1.6.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/x11perf/distinfo b/x11/x11perf/distinfo
index e70fca9fec2..c5557280c6e 100644
--- a/x11/x11perf/distinfo
+++ b/x11/x11perf/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/06/03 18:02:24 wiz Exp $
+$NetBSD: distinfo,v 1.4 2015/04/17 06:58:55 wiz Exp $
-SHA1 (x11perf-1.5.4.tar.bz2) = d820e95ee6698e7036d4823f5ac5669b79acea86
-RMD160 (x11perf-1.5.4.tar.bz2) = 43333d9f90833aeb03546f5c9d8b7c1b1eb7e1e2
-Size (x11perf-1.5.4.tar.bz2) = 167655 bytes
+SHA1 (x11perf-1.6.0.tar.bz2) = de4960357e077fddd3d3a33f72f579981efc7fa4
+RMD160 (x11perf-1.6.0.tar.bz2) = 6a3a6dfd64f4fe75be0d61d4cf423ca9f78a4144
+Size (x11perf-1.6.0.tar.bz2) = 191086 bytes