diff options
author | wxs <wxs@FreeBSD.org> | 2011-05-29 21:28:25 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-05-29 21:28:25 +0800 |
commit | f71eccdfb62eef79ba26dcb29eedae91be886ae2 (patch) | |
tree | 54d1fbc131da79db75ae7a539f6c38c8f660e61d /UPDATING | |
parent | 14945d36262ef3cbe24f3ee4c7774eadc9c9203a (diff) | |
download | freebsd-ports-gnome-f71eccdfb62eef79ba26dcb29eedae91be886ae2.tar.gz freebsd-ports-gnome-f71eccdfb62eef79ba26dcb29eedae91be886ae2.tar.zst freebsd-ports-gnome-f71eccdfb62eef79ba26dcb29eedae91be886ae2.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)
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 |