diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xmodmap | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/xmodmap')
-rw-r--r-- | x11/xmodmap/Makefile | 22 | ||||
-rw-r--r-- | x11/xmodmap/distinfo | 3 | ||||
-rw-r--r-- | x11/xmodmap/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/xmodmap/Makefile b/x11/xmodmap/Makefile new file mode 100644 index 000000000000..4674c0dff9bb --- /dev/null +++ b/x11/xmodmap/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xmodmap +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xmodmap +PORTVERSION= 1.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Utility for modifying keymaps and pointer button mappings in X + +XORG_CAT= app +USE_XORG= x11 + +PLIST_FILES= bin/xmodmap + +MAN1= xmodmap.1 + +.include <bsd.port.mk> diff --git a/x11/xmodmap/distinfo b/x11/xmodmap/distinfo new file mode 100644 index 000000000000..d199a6bd64b5 --- /dev/null +++ b/x11/xmodmap/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xmodmap-1.0.2.tar.bz2) = ea78b3e32e27c3662f86ea68b3aec22f +SHA256 (xorg/app/xmodmap-1.0.2.tar.bz2) = 4bed79ba6efcaabb3ce055cf88419a5190f8ab9d3408e7b14d722351cbaf4b44 +SIZE (xorg/app/xmodmap-1.0.2.tar.bz2) = 94755 diff --git a/x11/xmodmap/pkg-descr b/x11/xmodmap/pkg-descr new file mode 100644 index 000000000000..45ddab88b0bd --- /dev/null +++ b/x11/xmodmap/pkg-descr @@ -0,0 +1,5 @@ +This package contains xmodmap, which is a program for editing and displaying +the keyboard modifier map and keymap table in X. + +- Joel Dahl +joel@FreeBSD.org |