Commit graph

16 commits

Author SHA1 Message Date
grant
56faf25781 bl3ify; fixes build with sunpro. 2004-02-16 10:41:57 +00:00
grant
e2000e39d4 as of the last update, this no longer requires pthreads. 2004-02-16 10:41:39 +00:00
jmmv
6e5fe6f968 Regen. Distfile has changed: changes for 1.6.5 were added to the ChangeLog
and a typo was fixed in configure.  Closes PR pkg/23647 by Robert Elz.
2003-12-06 22:33:39 +00:00
jmmv
f6eac3daf8 Update xbindkeys{,-tk} to 1.6.5:
1.6.5: Add a --disable-tk option to prevent xbindkeys_show install. So no
tcl/tk dependency is needed.
Add a NOTE in xbindkeys man page to say that xbindkeys can reread its config
file with a -HUP signal (killall -HUP xbindkeys).
Add two verbose tests (forgotten in other versions).

1.6.4: Add an option at compile time to launch programs with a system call
instead of a fork+exec call (see ./configure --help).
Remove an umask(022) in the daemonize function which cause troubles.

1.6.3: Change to switch to autoconf2.5X and automake >= 1.6.
Xbindkeys doesn't move anymore to /tmp after the daemonize function.

1.6.2: Minor change in the configure.in to prevent rebuild of Makefile when
doing a make.

1.6.1: Minor bugfix: use strtol instead of atoi for hexadecimal modifier.

1.6.0: Add a 'Release' modifier to catch release events of keys or mouse
buttons instead of press events.
Xbindkeys doesn't use pthreads+system any more to start commands, it use
fork+exec instead.
Some modifications to make the code 'cleaner'.
2003-12-03 12:52:59 +00:00
jmmv
bea35109f0 Fix a test in the configure script that could cause different results
depending on the shell beeing used (thus introducing a hidden dependancy).
As a side effect, the package now uses pthreads.  Bump PKGREVISION to 2.
2003-10-13 11:39:46 +00:00
wiz
35781118da It's DISTINFO_FILE, but PATCHDIR. Fix another bug that happened because
of this inconsistency.
2003-09-25 21:24:45 +00:00
jmmv
349c9779b6 Do not install the xbindkeys_show utility, which requires Tk, to keep this
package small.  Also, make this package install under PREFIX and not X11BASE.
Bump PKGREVISION to 1 because of these.

While here, split the Makefile in two parts to help in the creation of the
new xbindkeys-tk package.
2003-09-17 15:08:34 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26:54 +00:00
jmmv
19e8456dc2 Regen. Author has recreated configure and Makefile.in files with newer
versions of automake/autoconf.
2002-12-15 11:59:22 +00:00
jlam
04bd7ae0e8 buildlink1 -> buildlink2 2002-09-23 23:01:03 +00:00
tron
296af1c333 Undo accidental import of "xbindkeys-config" package into the wrong
directory.
2002-07-11 14:27:38 +00:00
tron
459594708b Import new "xbindkeys-config" package:
Tool to configure xbindkeys graphically

This package was contributed by Julio Merino in PR pkg/17293.
2002-07-11 14:23:37 +00:00
cjep
2f9f0a5da4 One of the utilities in this package uses wish. 2002-06-16 10:44:09 +00:00
cjep
aed20981b1 remove a comma. 2002-06-15 23:36:45 +00:00
cjep
43a5f645b6 Initial import of xbindkeys 1.5.5 into the NetBSD packages collection
as x11/xbindkeys.

xbindkeys is a program that allows you to launch shell commands with
your keyboard or your mouse under X Windows. It links commands to keys
or mouse buttons using a configuration file. It's independent of the
window manager and can capture all keyboard keys (ex: Power, Wake...).

Supplied by Julio Merino in PR#17263. Thanks!
2002-06-15 23:35:06 +00:00