Port details |
- usbhotkey Utility to remap USB keyboards under X11
- 0.4_2 sysutils
=2 Version of this port present on the latest quarterly branch. DEPRECATED: Uses EOL Python 2.7 via devel/libhid
This port expired on: 2021-06-23
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2007-07-28 09:56:42
- Last Update: 2021-06-26 12:42:54
- Commit Hash: 085ea9d
- People watching this port, also watch:: tmux, sysinfo, monit, coreutils
- License: GPLv2
- Description:
- 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 mechanism for creating keymaps that can be more complicated
than the standard table-based keymap approach of X11.
WWW: http://usbhotkey.sourceforge.net/
SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- usbhotkey>0:sysutils/usbhotkey
- No installation instructions:
- This port has been deleted.
- PKGNAME: usbhotkey
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (usbhotkey-0.4.tar.gz) = c650c9d36190f861115ed0222463518b426dc6fe7272d4b1ee2320e8d373c591
SIZE (usbhotkey-0.4.tar.gz) = 160815
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby27 : lang/ruby27
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- ruby27 : lang/ruby27
- Library dependencies:
-
- libhid.so : devel/libhid
- libXtst.so : x11/libXtst
- Patch dependencies:
-
- ruby27 : lang/ruby27
-
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- sysutils_usbhotkey
- USES:
- compiler:c11 gmake localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Jun 2021 12:42:54 0.4_2 |
Rene Ladan (rene)  |
*/*: Remove expired ports:
2020-12-31 devel/libhid: Uses Python 2.7 which is EOLed upstream
2021-06-23 sysutils/usbhotkey: Uses EOL Python 2.7 via devel/libhid |
06 Apr 2021 14:31:07 0.4_2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Mar 2021 13:34:36
0.4_2 |
rene  |
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665 |
31 Dec 2020 01:43:43
0.4_2 |
pkubaj  |
sysutils/usbhotkey: unbreak on powerpc64 elfv1
Builds with GCC9. While here, add USES=localbase:ldflags. |
18 Mar 2020 02:20:04
0.4_2 |
linimon  |
Unmark certain ports as broken on powerpc64 elfv2, after a trybroken run.
(Note that these have not yet been re-tested on elfv1.)
While here, pet portlint (e.g. location of BROKEN_*, and, in one case,
USES).
Approved by: portmgr (tier-2 blanket) |
22 May 2017 22:29:17
0.4_2 |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
01 Apr 2016 14:25:18
0.4_2 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
25 Dec 2014 14:40:20
0.4_2 |
bapt  |
Remove GUI option which depends on imlib |
22 Nov 2014 09:13:36
0.4_1 |
antoine  |
Cleanup plist |
19 Sep 2014 20:43:03
0.4_1 |
tijl  |
graphics/imlib:
- Remove :oldver from USES=libtool and bump dependent ports |
03 Aug 2014 11:55:58
0.4 |
pawel  |
- Fix build with clang (needs to link with libX11)
- Port is stage safe and uses GNU Configure
MFH: 2014Q3 |
06 Jul 2014 15:52:25
0.4 |
bapt  |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
20 Sep 2013 23:06:00
0.4 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
29 Aug 2013 19:11:34
0.4 |
rm  |
- remove empty directories |
02 Aug 2013 07:17:58
0.4 |
danfe  |
- Unbreak the build by removing conflict patch; not needed as the
code is compatible with Ruby versions 1.8 and 1.9 out of the box
- Reindent Makefile, tidy up header and COMMENT, renew LIB_DEPENDS
- Utilize those recently added helpers for OPTIONS
- Define LICENSE (GPLv2), and improve port description slightly |
24 Jul 2013 09:13:26
0.4 |
bapt  |
Mark as broken: does not patch
===> Applying extra patch
/home/bapt/ports/sysutils/usbhotkey/files/extra-patch-main.c
1 out of 1 hunks failed--saving rejects to main.c.rej
Reported by: pkg-fallout |
28 Apr 2013 20:01:07
0.4  |
bapt  |
Convert left sysutils ports to new options framework |
28 Feb 2013 10:51:58
0.4 |
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by: portmgr |
23 Feb 2013 21:45:39
0.4 |
miwi  |
- Update to 0.4
- Update maintainer mail adress
- While here trim header
PR: 174678
Submitted by: maintainer |
01 Jun 2012 05:26:28
0.3.1_6 |
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
0.3.1_5 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
29 Jul 2011 01:50:34
0.3.1_5 |
swills  |
- Fix build with Ruby 1.9
PR: ports/159198
Approved by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
19 Mar 2011 12:38:54
0.3.1_5 |
miwi  |
- Get Rid MD5 support |
28 Mar 2010 06:47:48
0.3.1_5 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.3.1_4 |
dinoex  |
- update to jpeg-8 |
22 Aug 2009 00:35:32
0.3.1_3  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
31 Jul 2009 13:57:52
0.3.1_3 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
24 Jun 2009 09:22:25
0.3.1_2 |
pav  |
- Fix build with new ruby
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
14 Mar 2009 13:45:29
0.3.1_1 |
miwi  |
- Update Maintainer mail adress
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer via private mail) |
06 Jun 2008 14:03:26
0.3.1_1 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 17:56:05
0.3.1  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
05 Sep 2007 15:02:11
0.3.1 |
rafan  |
- Update to 0.3.1
PR: ports/115955
Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr> (maintainer) |
21 Aug 2007 13:32:03
0.3 |
itetcu  |
Update to 0.3
PR: ports/115669
Submitted by: Nikos Ntarmos (maintainer) |
28 Jul 2007 09:56:18
0.2 |
lwhsu  |
Add usbhotkey 0.2, a utility to remap USB keyboards under X11.
PR: ports/114628
Submitted by: ntarmos at ceid.upatras.gr |