diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-05-29 13:28:25 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-05-29 13:28:25 +0000 |
commit | 7da81d324008555292e1dde1fddcd8c9fd99f1ee (patch) | |
tree | d9c454e21c78ac8e86d6741af9a2646c2bb511b2 /UPDATING | |
parent | 36eae5ec7d9f2ba945a632013c3defaf227fbb4f (diff) | |
download | ports-7da81d324008555292e1dde1fddcd8c9fd99f1ee.tar.gz ports-7da81d324008555292e1dde1fddcd8c9fd99f1ee.zip |
- Patch SCIM KMFL engine (textproc/scim-kmfl-imengine) to use
the same neutral keyboard repository as textproc/ibus-kmfl does,
${LOCALBASE}/share/kmfl/. This approach is similar to m17n (its
keyboard databases, devel/m17n-db and textproc/m17n-contrib, are
shared between textproc/scim-m17n and textproc/ibus-m17n). This
patch also makes both these KMFL engine ports to read ~/.kmfl/
instead of SCIM-oriented ~/.scim/kmfl/.
There is UPDATING text that informs KMFL users about this.
- Patch keyboard ports (7 of them) to install data to the new
repository, ${LOCALBASE}/share/kmfl/; the keyboard ports were
SCIM-only and used to install to ${LOCALBASE}/share/scim/kmfl/.
- Adapt descriptions in other KMFL ports (textproc/kmflcomp,
textproc/libkmfl);
- While we are here, do some additional maintenance.
- Remove the 7 old ports.
- Please see the PR for full details.
PR: ports/156694
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=274783
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20110529: + AFFECTS: users of textproc/*kmfl* + AUTHOR: nikola.lecic@anthesphoria.net + + KMFL keyboard ports are now shared between IBus and SCIM KMFL IMEngines + (textproc/ibus-kmfl and textproc/scim-kmfl-imengine). Thus, the prefix + 'scim-' is dropped from keyboard ports names. + + Similar to m17n, both engines now search engine-neutral locations, + ${LOCALBASE}/share/kmfl/ and ~/.kmfl/. Users have to move their local + keyboard files from ~/.scim/kmfl/ to ~/kmfl/. + 20110523: AFFECTS: users of www/mod_perl2 AUTHOR: ohauer@FreeBSD.org |