From 88634aaee60ba2129e38ae28eb8420abafbbac48 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 1 Dec 2005 00:08:43 +0000 Subject: misc/hotkeys - definition file for Logitech UltraX keyboard This is not a bug; it is an additional keyboard definition for hotkeys. This definition is for the keyboard Logitech UltraX. Add it if you want to. PR: ports/89617 Submitted by: Torfinn Ingolfsen Approved by: Andy Pavlo --- misc/hotkeys/Makefile | 3 ++- misc/hotkeys/files/logitech-ultrax.def | 21 +++++++++++++++++++++ misc/hotkeys/pkg-plist | 1 + 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 misc/hotkeys/files/logitech-ultrax.def (limited to 'misc/hotkeys') diff --git a/misc/hotkeys/Makefile b/misc/hotkeys/Makefile index 7c04788a9d17..c9ef3dbcc2ab 100644 --- a/misc/hotkeys/Makefile +++ b/misc/hotkeys/Makefile @@ -6,7 +6,7 @@ PORTNAME= hotkeys PORTVERSION= 0.5.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://ypwong.org/hotkeys/${PORTVERSION}/ \ ${MASTER_SITE_XCONTRIB} @@ -33,6 +33,7 @@ SAMPLE_CONFIG= ${PREFIX}/etc/hotkeys.conf.sample post-extract: @${CP} ${PATCHDIR}/error.h ${WRKSRC}/src @${CP} ${PATCHDIR}/eliteduo.def ${WRKSRC}/def + @${CP} ${PATCHDIR}/logitech-ultrax.def ${WRKSRC}/def post-install: @${MV} ${ORIG_CONFIG} ${SAMPLE_CONFIG} diff --git a/misc/hotkeys/files/logitech-ultrax.def b/misc/hotkeys/files/logitech-ultrax.def new file mode 100644 index 000000000000..8434c79c9c26 --- /dev/null +++ b/misc/hotkeys/files/logitech-ultrax.def @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + Torfinn Ingolfsen + tingo@start.no + + + diff --git a/misc/hotkeys/pkg-plist b/misc/hotkeys/pkg-plist index d1b8bbd449ac..305cedaa2144 100644 --- a/misc/hotkeys/pkg-plist +++ b/misc/hotkeys/pkg-plist @@ -11,6 +11,7 @@ share/hotkeys/kb9930.def share/hotkeys/kb9963.def share/hotkeys/kbp8993.def share/hotkeys/logitech-cfo.def +share/hotkeys/logitech-ultrax.def share/hotkeys/mck800.def share/hotkeys/msnatpro.def share/hotkeys/msnet.def -- cgit