pkgsrc/x11/x11perf/Makefile
wiz fab9789852 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
2015-04-17 06:58:55 +00:00

21 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.12 2015/04/17 06:58:55 wiz Exp $
DISTNAME= x11perf-1.6.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X11 server benchmark suite
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"