diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-29 22:05:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-29 22:05:23 +0000 |
commit | 6d2848263a6a6d5d3c518609566cd42a5f4e8ea7 (patch) | |
tree | 6cd5657beb679cc57058a7d73dafe4a7c2db659d /x11/xev/distinfo | |
parent | 8c905dfae314c96c87f3db64f8ed65eb85176be2 (diff) | |
download | pkgsrc-6d2848263a6a6d5d3c518609566cd42a5f4e8ea7.tar.gz |
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
Diffstat (limited to 'x11/xev/distinfo')
-rw-r--r-- | x11/xev/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
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 |