diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-04-14 13:08:39 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-04-14 13:08:39 +0000 |
commit | 9189627d8044984b629316a529f85c8f2bc50c6c (patch) | |
tree | a95ec767da52962be8e60078f756e65fd3622a64 /russian | |
parent | db9ca188e201493bab4b36d6c8f7b676f05fb042 (diff) | |
download | ports-9189627d8044984b629316a529f85c8f2bc50c6c.tar.gz ports-9189627d8044984b629316a529f85c8f2bc50c6c.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/xcyrBGR/Makefile | 3 | ||||
-rw-r--r-- | russian/xcyrBGR/files/patch-aa | 22 |
2 files changed, 24 insertions, 1 deletions
diff --git a/russian/xcyrBGR/Makefile b/russian/xcyrBGR/Makefile index 706e79a5b98c..5d39ea1c3a66 100644 --- a/russian/xcyrBGR/Makefile +++ b/russian/xcyrBGR/Makefile @@ -8,7 +8,8 @@ PORTNAME= xcyrBGR PORTVERSION= 1.0 CATEGORIES= russian -MASTER_SITES= ftp://aladdin.cblink.net/pub/FreeBSD/X11/cyrillic/ +MASTER_SITES= ftp://aladdin.cblink.net/pub/FreeBSD/X11/cyrillic/ \ + ftp://ftp.cit.bg/pub/FreeBSD/X11/cyrillic/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= vess@btc.net diff --git a/russian/xcyrBGR/files/patch-aa b/russian/xcyrBGR/files/patch-aa new file mode 100644 index 000000000000..0f0890c068a5 --- /dev/null +++ b/russian/xcyrBGR/files/patch-aa @@ -0,0 +1,22 @@ +--- xcyrBGR.cc.orig Sat Feb 17 12:32:23 2001 ++++ xcyrBGR.cc Thu Mar 22 14:09:55 2001 +@@ -1,8 +1,6 @@ + /* + Pached for Bulgarian Cyrilic keyboard +-supported BSD and Phonetic +- +- ++supported BDS and Phonetic + */ + #include <X11/Xlib.h> + #include <X11/xpm.h> +@@ -43,8 +41,7 @@ + }; + + AuxLayout auxlayout[]={ +-// {XK_slash, XK_question, XK_period, XK_comma}, +- {XK_1, XK_exclam, XK_1, XK_exclam} ++ {XK_z, XK_Z, 0xE7, 0xC7} + }; + + AuxLayout auxlayout1[]={ |