USBHotkey allows you to catch USB keyboard events (key press and release events) and transform them into X11 keyboard events using a ruby script. This provides a mechanism for creating keymaps that can be more complicated than the standard table-based keymap approach of X11. WWW: http://usbhotkey.sourceforge.net/
Responsible Changed From-To: freebsd-ports-bugs->lwhsu I'll take it.
State Changed From-To: open->feedback Ask for submitter approval about fixing missed LIB_DEPENDS.
On Sun, Jul 22, 2007 at 02:44:08PM +0000, lwhsu@FreeBSD.org wrote: > State-Changed-Why: > Ask for submitter approval about fixing missed LIB_DEPENDS. If you mean devel/libhid, that's in ports/114627. I'm not aware of any other library dependencies for this port (at least not of any not in devel/libhid's dependency list). \n\n
On Mon, Jul 23, 2007 at 16:55:52 +0300, Nikos Ntarmos wrote: > On Sun, Jul 22, 2007 at 02:44:08PM +0000, lwhsu@FreeBSD.org wrote: > > State-Changed-Why: > > Ask for submitter approval about fixing missed LIB_DEPENDS. > > If you mean devel/libhid, that's in ports/114627. I'm not aware of any > other library dependencies for this port (at least not of any not in > devel/libhid's dependency list). No, I meant Imlib, check out this log: http://lucky7.cs.nctu.edu.tw/tb/errors/6.x-FreeBSD/usbhotkey-0.2.log It seems that we have to add Imlib.5:${PORTSDIR}/graphics/imlib into LIB_DEPENDS to make it buildable. -- Best Regards, Li-Wen Hsu
On Mon, Jul 23, 2007 at 10:35:33PM +0800, Li-Wen Hsu wrote: > On Mon, Jul 23, 2007 at 16:55:52 +0300, Nikos Ntarmos wrote: > > On Sun, Jul 22, 2007 at 02:44:08PM +0000, lwhsu@FreeBSD.org wrote: > > > State-Changed-Why: > > > Ask for submitter approval about fixing missed LIB_DEPENDS. > > > > If you mean devel/libhid, that's in ports/114627. I'm not aware of any > > other library dependencies for this port (at least not of any not in > > devel/libhid's dependency list). > > No, I meant Imlib, check out this log: > > http://lucky7.cs.nctu.edu.tw/tb/errors/6.x-FreeBSD/usbhotkey-0.2.log > > It seems that we have to add Imlib.5:${PORTSDIR}/graphics/imlib into > LIB_DEPENDS to make it buildable. Ok. Just spotted that one. Imlib is mentioned as 'optional' on the software's home page so I didn't test the package without imlib or X11 installed on the target system, assuming the configure script detects that and turns that portion off (instead of failing). I suggest adding Imlib and libXtst to the LIB_DEPENDS for this package and creating a sysutils/usbhotkey-nogui with '--without-Imlib' added to CONFIGURE_ARGS. Is that ok with you? \n\n
Hi again. I added an OPTION to turn the Imlib dependency on or off. Please use the attached shar (which also has the Xtst lib dependency missing in the previous one). \n\n
State Changed From-To: feedback->open Feedback received.
lwhsu 2007-07-28 09:56:18 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/usbhotkey Makefile distinfo pkg-descr pkg-plist Log: Add usbhotkey 0.2, a utility to remap USB keyboards under X11. PR: ports/114628 Submitted by: ntarmos at ceid.upatras.gr Revision Changes Path 1.932 +1 -0 ports/sysutils/Makefile 1.1 +36 -0 ports/sysutils/usbhotkey/Makefile (new) 1.1 +3 -0 ports/sysutils/usbhotkey/distinfo (new) 1.1 +7 -0 ports/sysutils/usbhotkey/pkg-descr (new) 1.1 +14 -0 ports/sysutils/usbhotkey/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!