pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/x11perf Update to 1.6.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/eff009e847d6
branches: trunk
changeset: 650043:eff009e847d6
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Apr 17 06:58:55 2015 +0000
description:
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:
x11/x11perf/Makefile | 6 ++----
x11/x11perf/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 8 deletions(-)
diffs (27 lines):
diff -r 2df0dbab92b8 -r eff009e847d6 x11/x11perf/Makefile
--- a/x11/x11perf/Makefile Fri Apr 17 06:57:49 2015 +0000
+++ b/x11/x11perf/Makefile Fri Apr 17 06:58:55 2015 +0000
@@ -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 -r 2df0dbab92b8 -r eff009e847d6 x11/x11perf/distinfo
--- a/x11/x11perf/distinfo Fri Apr 17 06:57:49 2015 +0000
+++ b/x11/x11perf/distinfo Fri Apr 17 06:58:55 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index