summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@jbernard.io> 2017-07-18 13:00:22 -0400
committerGravatar Jon Bernard <jbernard@jbernard.io> 2017-07-18 13:00:22 -0400
commite8cd9953127dff94e1678e02fa9ec9910debd129 (patch)
treeadd80719b58ba0ac97c20185a216c52a5e8ec895
parent0ec63a810e197c11136af097df8445493738821a (diff)
downloadmystuff-e8cd9953127dff94e1678e02fa9ec9910debd129.tar.gz
mystuff-e8cd9953127dff94e1678e02fa9ec9910debd129.tar.bz2
mystuff-e8cd9953127dff94e1678e02fa9ec9910debd129.zip
Remove xcape, committed to ports
-rw-r--r--x11/xcape/Makefile23
-rw-r--r--x11/xcape/distinfo2
-rw-r--r--x11/xcape/pkg/DESCR6
-rw-r--r--x11/xcape/pkg/PLIST3
4 files changed, 0 insertions, 34 deletions
diff --git a/x11/xcape/Makefile b/x11/xcape/Makefile
deleted file mode 100644
index 12256d9..0000000
--- a/x11/xcape/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $OpenBSD: Makefile.template,v 1.76 2017/02/25 16:04:20 danj Exp $
-
-COMMENT = configure modifier keys when pressed and released by itself
-
-V = 1.2
-PKGNAME = xcape-${V}
-
-GH_ACCOUNT = alols
-GH_PROJECT = xcape
-GH_TAGNAME = v${V}
-
-CATEGORIES = x11
-
-# GPLv3+
-PERMIT_PACKAGE_CDROM = Yes
-
-WANTLIB += X11 Xtst c pthread
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/xcape ${PREFIX}/bin/xcape
- ${INSTALL_SCRIPT} ${WRKSRC}/xcape.1 ${PREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/x11/xcape/distinfo b/x11/xcape/distinfo
deleted file mode 100644
index 2e12861..0000000
--- a/x11/xcape/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xcape-1.2.tar.gz) = on7YhP2U8DBYr2Wjnt/jrz8vj7t2upkgACp2vgf7KCE=
-SIZE (xcape-1.2.tar.gz) = 18730
diff --git a/x11/xcape/pkg/DESCR b/x11/xcape/pkg/DESCR
deleted file mode 100644
index c5c60b8..0000000
--- a/x11/xcape/pkg/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-xcape allows you to use a modifier key as another key when pressed and released
-on its own. Note that it is slightly slower than pressing the original key,
-because the pressed event does not occur until the key is released. The default
-behaviour is to generate the Escape key when Left Control is pressed and
-released on its own. (If you don't understand why anybody would want this, I'm
-guessing that Vim is not your favourite text editor ;)
diff --git a/x11/xcape/pkg/PLIST b/x11/xcape/pkg/PLIST
deleted file mode 100644
index c5c0afa..0000000
--- a/x11/xcape/pkg/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $OpenBSD$
-@bin bin/xcape
-@man man/man1/xcape.1