summaryrefslogtreecommitdiff
path: root/x11/xev
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+2
Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-17Update to 1.2.2:wiz2-7/+6
Aaron Plattner (1): man: Add -event to the command synopsis Alan Coopersmith (5): Print which option was in error along with usage message Add -version option to print program version configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xev 1.2.2 Egbert Eich (1): Add event filter for button events
2013-01-29Update to 1.2.1:wiz2-6/+6
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
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-23Remove xextproto/buildlink3.mk where libXext is pulled in viawiz1-2/+1
Xtst, Xi, or Xrandr.
2012-08-14Needs xextproto (like many libXext dependencies, which is why thiswiz1-1/+2
should be added to libXext/buildlink3.mk, but this has: # XXX don't include xextproto/bl3 here; packages checking for xext.pc must # include it theirselfes requested by joerg because "most packages don't need it").
2012-06-09Require hacks for fixing autoconf + space in variable name issue.obache1-1/+3
2012-06-03Update to 1.2.0:wiz2-6/+8
1.2.0: This feature release adds support for displaying RandR extension events, contributed by Michael Thayer of the VirtualBox team. It also contains various code cleanups and build configuration improvements to aid future maintainability. 1.1.0: This release adds the -root option to specify monitoring root window events.
2009-11-09Update to xev-1.0.4. Changes:tnn2-6/+6
Add README with pointers to mailing lists, bugzilla, & git Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Fill in COPYING with notice from xev.c Flush standard output after processing each event xev: use XORG_CHANGELOG macro to create ChangeLog. #22611
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-3/+3
2008-04-16Update to 1.0.3:wiz2-6/+6
Adam Jackson (1): xev 1.0.3 James Cloos (4): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Add missing PHONY line for automatic ChangeLog generation Noah Levitt (1): Handle WM_DELETE_WINDOW
2007-06-19Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.joerg1-1/+3
2007-04-10s/MAINTAINER/self/joerg1-2/+2
2006-12-19Import xev.reed4-0/+34
Xev is an X11 debugging tool. Xev creates a window (or can attach to an existing window) and then asks the X server to send it events whenever anything happens to the window (such as it being moved, resized, typed in, clicked in, etc cetera). This is the version of xev maintained by Xorg.