diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-02 09:35:05 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-02 09:35:05 +0000 |
commit | e38e6ac0ef24d4a174ce4abb9cc002d4d28b698d (patch) | |
tree | 327ba8bf0e510e3a6939600ec374352a5a52ea64 /x11/xxkb | |
parent | af0be8e375686a081577713fe4776246d6029a33 (diff) | |
download | ports-e38e6ac0ef24d4a174ce4abb9cc002d4d28b698d.tar.gz ports-e38e6ac0ef24d4a174ce4abb9cc002d4d28b698d.zip |
Notes
Diffstat (limited to 'x11/xxkb')
-rw-r--r-- | x11/xxkb/Makefile | 7 | ||||
-rw-r--r-- | x11/xxkb/distinfo | 2 | ||||
-rw-r--r-- | x11/xxkb/files/patch-aa | 9 | ||||
-rw-r--r-- | x11/xxkb/pkg-descr | 12 |
4 files changed, 14 insertions, 16 deletions
diff --git a/x11/xxkb/Makefile b/x11/xxkb/Makefile index 783dc0a1f807..5e0c03988d04 100644 --- a/x11/xxkb/Makefile +++ b/x11/xxkb/Makefile @@ -6,10 +6,9 @@ # PORTNAME= xxkb -PORTVERSION= 1.5.1 -CATEGORIES= russian x11 -MASTER_SITES= http://www.tsu.ru/~pascal/other/xxkb/ \ - http://www.cis.ohio-state.edu/~matey/distfiles/ +PORTVERSION= 1.6 +CATEGORIES= russian ukrainian +MASTER_SITES= http://www.tsu.ru/~pascal/other/xxkb/ EXTRACT_SUFX= .tgz MAINTAINER= matey@cis.ohio-state.edu diff --git a/x11/xxkb/distinfo b/x11/xxkb/distinfo index 69782b8a4693..2a33adc61423 100644 --- a/x11/xxkb/distinfo +++ b/x11/xxkb/distinfo @@ -1 +1 @@ -MD5 (xxkb-1.5.1.tgz) = bae814a30d7231c4e472bb7f706f544e +MD5 (xxkb-1.6.tgz) = 4a83a19299a6f51736bedefb131310cb diff --git a/x11/xxkb/files/patch-aa b/x11/xxkb/files/patch-aa index e212203d25f4..9e584d9a472e 100644 --- a/x11/xxkb/files/patch-aa +++ b/x11/xxkb/files/patch-aa @@ -1,11 +1,10 @@ ---- Imakefile.orig Wed Oct 25 06:39:57 2000 -+++ Imakefile Mon Mar 5 12:38:05 2001 -@@ -12,10 +12,8 @@ - su48.xpm su15.xpm ua48.xpm ua15.xpm by15.xpm by48.xpm +--- Imakefile.orig Sat Mar 31 15:30:22 2001 ++++ Imakefile Sat Mar 31 15:30:55 2001 +@@ -13,9 +13,7 @@ DEFINES = -DAPPDEFDIR=\"$(DESTDIR)$(XAPPLOADDIR)\" \ -DPIXMAPDIR=\"$(DESTDIR)$(PIXMAPDIR)\" --CDEBUGFLAGS = -g -O2 +-CDEBUGFLAGS = -O2 +CFLAGS ?= -Wall -O2 -ComplexProgramTarget(xxkb) diff --git a/x11/xxkb/pkg-descr b/x11/xxkb/pkg-descr index d625129302f9..64a3dc1ae923 100644 --- a/x11/xxkb/pkg-descr +++ b/x11/xxkb/pkg-descr @@ -1,10 +1,10 @@ Xxkb is a simple XKB keyboard mapping switcher. It maintains -the active keyboard mapping on a per-window basis. An optional -small icon is added to each window to indicate the current -keyboard mapping for that window. In addition to using a key -combination specified in XKB configuration you can also -click on this icon to switch between mappings. +an active keyboard mapping on a per-window basis. An optional +small icon is displayed in each window to indicate the selected +keyboard mapping. You can click this icon to switch between +mappings in addition to being able to use the key combination +specified in the XKB configuration. -Xxkb works with basically any window manager. +Xxkb works with virtually any window manager. WWW: http://www.tsu.ru/~pascal/other/xxkb/ |