summaryrefslogtreecommitdiff
path: root/x11/xbindkeys
AgeCommit message (Collapse)AuthorFilesLines
2014-10-05Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.wiz1-1/+2
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2009-12-15Recursive bump for libltdljoerg1-2/+2
2009-10-29Make guile support optional.sborrill2-3/+18
Bump PKGREVISION
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-1/+3
major change. Reported by Robert Elz in PR 41345.
2008-06-20Add DESTDIR support.joerg1-1/+2
2007-06-17guile is forcing pthread linkage now.joerg1-1/+4
2007-01-26Modular Xorg support.joerg1-2/+2
2006-12-08Update xbindkeys{,-tk} to 1.7.3.obache3-9/+7
Version 1.7.3 : A bug under Solaris was fixed. This bug caused an XBindKeys built with -DFORK_FLAG=1 to fail to wait for the processes it spawns, leaving lots of defunct processes. Thanks to Ciaran Anscomb for the patch. Version 1.7.2 : Changes to grab keys in all display screens and not only in the default root window (Xinerama suport). Bugfix for the Guile support in configure.ac.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+3
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv1-2/+2
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+3
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-11-20Update xbindkeys{,-tk} to 1.7.1. Changes since 1.6.5:jmmv3-6/+7
1.7.1: Verbose mode is not started as daemon by default. Check rc file before starting as daemon (so warning about configuration files are visible). 1.7.0: Add guile/scheme configurtion file style (Many thanks to Marcello Mathias Herreshoff).
2004-02-16bl3ify; fixes build with sunpro.grant1-2/+2
2004-02-16as of the last update, this no longer requires pthreads.grant1-2/+1
2003-12-06Regen. Distfile has changed: changes for 1.6.5 were added to the ChangeLogjmmv1-3/+3
and a typo was fixed in configure. Closes PR pkg/23647 by Robert Elz.
2003-12-03Update xbindkeys{,-tk} to 1.6.5:jmmv5-42/+7
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-10-13Fix a test in the configure script that could cause different resultsjmmv3-3/+18
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-09-25It's DISTINFO_FILE, but PATCHDIR. Fix another bug that happened becausewiz1-2/+2
of this inconsistency.
2003-09-17Do not install the xbindkeys_show utility, which requires Tk, to keep thisjmmv5-15/+45
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-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-01-03Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).jmmv1-2/+2
Approved by wiz.
2002-12-15Regen. Author has recreated configure and Makefile.in files with newerjmmv1-4/+3
versions of automake/autoconf.
2002-09-23buildlink1 -> buildlink2jlam1-4/+3
2002-07-11Undo accidental import of "xbindkeys-config" package into the wrongtron1-29/+0
directory.
2002-07-11Import new "xbindkeys-config" package:tron3-8/+35
Tool to configure xbindkeys graphically This package was contributed by Julio Merino in PR pkg/17293.
2002-06-16One of the utilities in this package uses wish.cjep1-1/+2
2002-06-15remove a comma.cjep1-1/+1
2002-06-15Initial import of xbindkeys 1.5.5 into the NetBSD packages collectioncjep4-0/+30
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!