diff options
author | agc <agc@pkgsrc.org> | 1997-12-13 02:12:10 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-12-13 02:12:10 +0000 |
commit | f259e3322d8a2b43e7e18581caf3ee1dcd6959dc (patch) | |
tree | e81d74b12eb20013f9d7e1336235a4411e67f03b /x11 | |
parent | 503cc243deb9a625255a71d69f634b2fa347c843 (diff) | |
download | pkgsrc-f259e3322d8a2b43e7e18581caf3ee1dcd6959dc.tar.gz |
Jamie Zawinski's xkeycaps program, a graphical frontend to xmodmap.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xkeycaps/Makefile | 16 | ||||
-rw-r--r-- | x11/xkeycaps/files/md5 | 1 | ||||
-rw-r--r-- | x11/xkeycaps/pkg/COMMENT | 2 | ||||
-rw-r--r-- | x11/xkeycaps/pkg/DESCR | 13 | ||||
-rw-r--r-- | x11/xkeycaps/pkg/PLIST | 3 |
5 files changed, 35 insertions, 0 deletions
diff --git a/x11/xkeycaps/Makefile b/x11/xkeycaps/Makefile new file mode 100644 index 00000000000..9a5fc21bcd1 --- /dev/null +++ b/x11/xkeycaps/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 1997/12/13 02:12:10 agc Exp $ +# +# Packages collection Makefile for: xkeycaps +# Version required: 2.38 +# Date created: Sat Dec 13 01:12:10 GMT 1997 +# Whom: Alistair Crooks (agc@netbsd.org) + +DISTNAME= xkeycaps-2.38 +CATEGORIES= x11 +MASTER_SITES= http://people.netscape.com/jwz/xkeycaps/ +EXTRACT_SUFX= .tar.Z + +USE_IMAKE= yes +CAT1= xkeycaps.0 + +.include <bsd.port.mk> diff --git a/x11/xkeycaps/files/md5 b/x11/xkeycaps/files/md5 new file mode 100644 index 00000000000..1bde443d2e7 --- /dev/null +++ b/x11/xkeycaps/files/md5 @@ -0,0 +1 @@ +MD5 (xkeycaps-2.38.tar.Z) = cac903c4315696173cbe640840e56f81 diff --git a/x11/xkeycaps/pkg/COMMENT b/x11/xkeycaps/pkg/COMMENT new file mode 100644 index 00000000000..0a55997a632 --- /dev/null +++ b/x11/xkeycaps/pkg/COMMENT @@ -0,0 +1,2 @@ +xkeycaps is a graphical front-end to xmodmap + diff --git a/x11/xkeycaps/pkg/DESCR b/x11/xkeycaps/pkg/DESCR new file mode 100644 index 00000000000..79ce9046d41 --- /dev/null +++ b/x11/xkeycaps/pkg/DESCR @@ -0,0 +1,13 @@ +xkeycaps is a graphical front-end to xmodmap. It opens a window that +looks like a keyboard; moving the mouse over a key shows what KeySyms +and Modifier bits that key generates. Clicking on a key simulates +KeyPress/KeyRelease events on the window of your choice. It is +possible to change the KeySyms and Modifiers generated by a key +through a mouse-based interface. This program can also write an input +file for xmodmap to recreate your changes in future sessions. See the +man page for more details. + +Written by Jamie Zawinski, more information can be found at the +following URL: + + http://people.netscape.com/jwz/xkeycaps/index.html diff --git a/x11/xkeycaps/pkg/PLIST b/x11/xkeycaps/pkg/PLIST new file mode 100644 index 00000000000..08112637ea0 --- /dev/null +++ b/x11/xkeycaps/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 1997/12/13 02:12:13 agc Exp $ +bin/xkeycaps +man/cat1/xkeycaps.0 |