From 54547c9a6eb9b044ca74a3adcc1ecb3af079de05 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 29 Jan 2013 22:05:23 +0000 Subject: Update to 1.2.1: This release adds a "-event" option that can be used to filter which events are printed. For example, to listen only for RandR events, use "xev -event randr". The -event parameter can be specified multiple times. Please see the manual page for the list of available event filters. This release also contains a few code fixes. Aaron Plattner (2): Add a -event parameter to control the event mask xev 1.2.1 Alan Coopersmith (2): Fix clang warnings about converting size_t to int and back again Use strncasecmp instead of a tolower loop & strncmp --- x11/xev/Makefile | 4 ++-- x11/xev/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'x11/xev') diff --git a/x11/xev/Makefile b/x11/xev/Makefile index 1237d0314f3..45cc2260f6b 100644 --- a/x11/xev/Makefile +++ b/x11/xev/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2012/10/29 05:07:02 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/01/29 22:05:23 wiz Exp $ # -DISTNAME= xev-1.2.0 +DISTNAME= xev-1.2.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xev/distinfo b/x11/xev/distinfo index 469d654a3ca..3651c9c356f 100644 --- a/x11/xev/distinfo +++ b/x11/xev/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/03 18:12:53 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/01/29 22:05:23 wiz Exp $ -SHA1 (xev-1.2.0.tar.bz2) = 6b05706ed39382b5d08c5351c00ba7e127709eec -RMD160 (xev-1.2.0.tar.bz2) = c1fe193a888b0b52ec3ea144e75b1b28d2a45db3 -Size (xev-1.2.0.tar.bz2) = 122329 bytes +SHA1 (xev-1.2.1.tar.bz2) = 7ae6233ccfd8f500d547093291cc2de4f2b8fbaa +RMD160 (xev-1.2.1.tar.bz2) = 518a7039eaed196d6ec8a7209f340bb510ae6825 +Size (xev-1.2.1.tar.bz2) = 125884 bytes -- cgit v1.2.3