From 83d0f07516e33286b78390101c54a9eab7c9e4d4 Mon Sep 17 00:00:00 2001 From: roam Date: Sat, 14 Apr 2001 13:08:39 +0000 Subject: Add another MASTER_SITE and a little patch for the keyboard layouts. PR: 26537 Submitted by: maintainer --- russian/xcyrBGR/Makefile | 3 ++- russian/xcyrBGR/files/patch-aa | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 russian/xcyrBGR/files/patch-aa (limited to 'russian') diff --git a/russian/xcyrBGR/Makefile b/russian/xcyrBGR/Makefile index 706e79a5b98..5d39ea1c3a6 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 00000000000..0f0890c068a --- /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 + #include +@@ -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[]={ -- cgit