View | Details | Raw Unified | Return to bug 222602
Collapse All | Expand All

(-)i/x11/xcape/Makefile (+25 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	xcape
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.0-58
6
DISTVERSIONSUFFIX=	-g6ded5b4
7
CATEGORIES=	x11
8
9
MAINTAINER=	greg@unrelenting.technology
10
COMMENT=	Utility to configure modifier keys to act as other keys when pressed on their own
11
12
LICENSE=	GPLv3
13
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	alols
16
17
USE_XORG=	x11 xtst
18
USES=	pkgconfig
19
20
MAKE_ARGS=	PREFIX=${PREFIX} MANDIR=/man/man1
21
22
post-install:
23
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xcape
24
25
.include <bsd.port.mk>
(-)i/x11/xcape/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1506357739
2
SHA256 (alols-xcape-v1.0-58-g6ded5b4_GH0.tar.gz) = a51f01e947019c12ad4c29182513895159d49263c812515fbc089388a7903fc3
3
SIZE (alols-xcape-v1.0-58-g6ded5b4_GH0.tar.gz) = 18907
(-)i/x11/xcape/pkg-descr (+5 lines)
Added Link Here
1
xcape allows you to use a modifier key as another key when pressed and released
2
on its own. The default behaviour is to generate the Escape key when Left
3
Control is pressed and released on its own.
4
5
WWW: https://github.com/alols/xcape
(-)i/x11/xcape/pkg-plist (+2 lines)
Added Link Here
1
bin/xcape
2
man/man1/xcape.1.gz

Return to bug 222602