Date: Wed, 4 Nov 2009 10:23:58 +0100 (CET) From: Nikola Lecic <nikola.lecic@anthesphoria.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/140265: [Maintainer] textproc/scim-kmfl-sil-galatia: Add correct language code Message-ID: <200911040923.nA49NwBT017805@anthesphoria.net> Resent-Message-ID: <200911040930.nA49U2nt013497@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140265 >Category: ports >Synopsis: [Maintainer] textproc/scim-kmfl-sil-galatia: Add correct language code >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 09:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-RC2 i386 >Organization: >Environment: System: FreeBSD xxx 8.0-RC2 FreeBSD 8.0-RC2 #0: Fri Oct 30 09:13:38 CET 2009 xxx:/usr/obj/usr/src/sys/GENERIC i386 >Description: This patch adds the correct language code /store(&language) directive/ to the KMN file so that the keyboard appears in the right SCIM language submenu. The port message is changed accordingly as well. Thanks Doug Rintoul (KMFL creator) for noticing me about this. >How-To-Repeat: >Fix: --- scim-kmfl-sil-galatia-1.02_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-galatia/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2 Sep 2009 17:26:53 -0000 1.1 +++ Makefile 4 Nov 2009 08:11:12 -0000 @@ -7,6 +7,7 @@ PORTNAME= scim-kmfl-sil-galatia PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=GrkPolyComp_Src&filename=/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ @@ -50,7 +51,7 @@ post-install: @${ECHO_MSG} "--------------------------------------------------------" @${ECHO_MSG} " You should now have the new keyboard in the section" - @${ECHO_MSG} " \"Others\" in your SCIM menu. If you don't see it," + @${ECHO_MSG} " \"Greek\" in your SCIM menu. If you don't see it," @${ECHO_MSG} " restart X." .if !defined(NOPORTDOCS) @${ECHO_MSG} Index: files/patch-GrkPolyComp.KMN =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-galatia/files/patch-GrkPolyComp.KMN,v retrieving revision 1.1 diff -u -r1.1 patch-GrkPolyComp.KMN --- files/patch-GrkPolyComp.KMN 2 Sep 2009 17:26:54 -0000 1.1 +++ files/patch-GrkPolyComp.KMN 4 Nov 2009 08:00:03 -0000 @@ -1,6 +1,6 @@ --- GrkPolyComp.KMN.orig 2009-08-24 13:49:16.000000000 +0200 +++ GrkPolyComp.KMN 2009-08-24 14:03:17.000000000 +0200 -@@ -24,9 +24,9 @@ +@@ -24,14 +24,13 @@ c See REVISION.TXT c ---------------------------------------------------------------------------- @@ -12,7 +12,13 @@ HOTKEY "^+G" COPYRIGHT "© 2002-2008 SIL International" MESSAGE "The Greek (polytonic precomposed) Unicode keyboard is distributed under the X11 free software license (http://scripts.sil.org/X11License)." -@@ -520,9 +520,9 @@ +- +-c LANGUAGE x208, x22 ++store(&language) "el_GR" + + c ---------------------------------------------------------------------------- + +@@ -520,9 +519,9 @@ any(vUIoSm0) + any(K_Io) > index(vUIoSm,1) c >A_ any(vUIo2) + any(K_Ro) > index(vUIoRo,1) c A_< any(vUIoRo0) + any(K_Io) > index(vUIoRo,1) c <A_ @@ -24,7 +30,7 @@ any(vUIoRoGr0) + any(K_Io) > index(vUIoRoGr,1) c <\A_ any(vUIoSm) + any(K_Ac) > index(vUIoSmAc,1) c A_>/ any(vUIoSmAc0) + any(K_Io) > index(vUIoSmAc,1) c >/A_ -@@ -668,8 +668,8 @@ +@@ -668,8 +667,8 @@ any(GC_Ci) + any(K_Gr) > index(GC_Gr,1) c a^ + \ a\. any(Ac) + any(K_Gr) > outs(Gr) c / + \ \. any(Ci) + any(K_Gr) > outs(Gr) c ^ + \ \. --- scim-kmfl-sil-galatia-1.02_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911040923.nA49NwBT017805>