1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

GS Krab is a framework and a daemon to enable GNUstep applications to

handle the special keys on multimedia keyboards. Since this would require
special hacks to work on different platform, and since those differents
platforms work differently, I thought putting those hacks together in a
centralized daemon would be the correct and clean way to do things.
This commit is contained in:
Dirk Meyer 2006-11-17 11:17:08 +00:00
parent a668ecf713
commit 106145ed39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177449
5 changed files with 60 additions and 0 deletions

View File

@ -106,6 +106,7 @@
SUBDIR += gpctool
SUBDIR += grabc
SUBDIR += gromit
SUBDIR += gskrab
SUBDIR += gsynaptics
SUBDIR += gtk-launch
SUBDIR += gtk-theme-switch

29
x11/gskrab/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: gskrab
# Date created: 17 Nov 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= gskrab
PORTVERSION= 0.0.1
CATEGORIES= x11
MASTER_SITES= http://organact.mine.nu/~wolfgang/gskrab/
DISTNAME= GSKrab-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep Keyboard Grabber
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE=
ALL_TARGET=
ADDITIONAL_OBJCFLAGS+= -I${X11BASE}/include ${LOCALBASE}/include
MAKE_ENV+= ADDITIONAL_OBJCFLAGS="${ADDITIONAL_OBJCFLAGS}"
.include <bsd.port.mk>

3
x11/gskrab/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (GSKrab-0.0.1.tar.gz) = d76d94f76b5bd6233c56316321fa6071
SHA256 (GSKrab-0.0.1.tar.gz) = e35a20cfcadb37637d1f53d17e6fd46f181bd44ba73b4941ed0e525e0813e59f
SIZE (GSKrab-0.0.1.tar.gz) = 24651

5
x11/gskrab/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
GS Krab is a framework and a daemon to enable GNUstep applications to
handle the special keys on multimedia keyboards. Since this would require
special hacks to work on different platform, and since those differents
platforms work differently, I thought putting those hacks together in a
centralized daemon would be the correct and clean way to do things.

22
x11/gskrab/pkg-plist Normal file
View File

@ -0,0 +1,22 @@
Local/Library/Frameworks/GSKrab.framework/Headers
Local/Library/Frameworks/GSKrab.framework/Resources
Local/Library/Frameworks/GSKrab.framework/Versions/A/GSKrab
Local/Library/Frameworks/GSKrab.framework/Versions/A/Headers/GSKrab.h
Local/Library/Frameworks/GSKrab.framework/Versions/A/Headers/GSKrabClient.h
Local/Library/Frameworks/GSKrab.framework/Versions/A/Headers/GSKrabKeyCode.h
Local/Library/Frameworks/GSKrab.framework/Versions/A/Headers/GSKrabServer.h
Local/Library/Frameworks/GSKrab.framework/Versions/A/Resources/Info-gnustep.plist
Local/Library/Frameworks/GSKrab.framework/Versions/A/libGSKrab.so
Local/Library/Frameworks/GSKrab.framework/Versions/A/libGSKrab.so.%%MAJORVERSION%%
Local/Library/Frameworks/GSKrab.framework/Versions/A/libGSKrab.so.%%VERSION%%
Local/Library/Frameworks/GSKrab.framework/Versions/Current
Local/Library/Headers/GSKrab
Local/Library/Libraries/libGSKrab.so
Local/Library/Libraries/libGSKrab.so.%%MAJORVERSION%%
Local/Library/Libraries/libGSKrab.so.%%VERSION%%
Local/Tools/gsks
@dirrm Local/Library/Frameworks/GSKrab.framework/Versions/A/Resources
@dirrm Local/Library/Frameworks/GSKrab.framework/Versions/A/Headers
@dirrm Local/Library/Frameworks/GSKrab.framework/Versions/A
@dirrm Local/Library/Frameworks/GSKrab.framework/Versions
@dirrm Local/Library/Frameworks/GSKrab.framework