mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.4.5.
PR: ports/73311 Submitted by: Yamashiro Jun <yamajun@ofug.net>
This commit is contained in:
parent
6f00a0960c
commit
92d23b0c0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120530
12 changed files with 88 additions and 12 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= uim
|
||||
PORTVERSION= 0.4.2.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.5
|
||||
CATEGORIES= japanese x11
|
||||
MASTER_SITES= http://freedesktop.org/Software/UimDownload/
|
||||
|
||||
|
@ -57,6 +56,7 @@ post-install:
|
|||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.ja ${DOCSDIR_JA}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (uim-0.4.2.1.tar.gz) = 4f82891e41b8328f1df34b30b15648e4
|
||||
SIZE (uim-0.4.2.1.tar.gz) = 955719
|
||||
MD5 (uim-0.4.5.tar.gz) = 3979e20d8375fcd1691d74949e5b626c
|
||||
SIZE (uim-0.4.5.tar.gz) = 1112696
|
||||
|
|
10
japanese/uim/files/patch-xim:xim.h
Normal file
10
japanese/uim/files/patch-xim:xim.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- xim/xim.h.orig Thu Oct 28 22:16:34 2004
|
||||
+++ xim/xim.h Fri Oct 29 01:28:12 2004
|
||||
@@ -37,6 +37,7 @@
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/keysym.h>
|
||||
+#include <X11/Xos.h>
|
||||
#include <list>
|
||||
#include "ximserver.h"
|
||||
#include "ximpn.h"
|
|
@ -4,8 +4,8 @@ And currently it supports following input methods.
|
|||
|
||||
Chinese: Pinyin
|
||||
Japanese: Anthy, Prime, SKK, T-code, TUT-code
|
||||
Korean: Hangul
|
||||
Korean: Hangul, Romaja
|
||||
Vietnamese: VIQR
|
||||
Other: IPA
|
||||
|
||||
WWW: http://anthy.sourceforge.jp/uim/
|
||||
WWW: http://freedesktop.org/Software/uim
|
||||
|
|
17
japanese/uim/pkg-message
Normal file
17
japanese/uim/pkg-message
Normal file
|
@ -0,0 +1,17 @@
|
|||
UIM configuration changed after uim-0.4.4.
|
||||
|
||||
# Before 0.4.4:
|
||||
GTK_IM_MODULE=uim-anthy; export GTK_IM_MODULE
|
||||
XMODIFIERS=@im=uim-anthy; export XMODIFIERS
|
||||
# After 0.4.4:
|
||||
GTK_IM_MODULE=uim; export GTK_IM_MODULE
|
||||
XMODIFIERS=@im=uim; export XMODIFIERS
|
||||
|
||||
And specify your favorite input method to your ~/.uim
|
||||
(define default-im-name 'anthy)
|
||||
|
||||
SEE ALSO:
|
||||
in English:
|
||||
http://freedesktop.org/pipermail/uim/2004-October/000659.html
|
||||
in Japanese:
|
||||
http://lists.sourceforge.jp/mailman/archives/anthy-dev/2004-October/001135.html
|
|
@ -2,12 +2,19 @@ bin/uim-fep
|
|||
bin/uim-fep-tick
|
||||
bin/uim-helper-server
|
||||
bin/uim-sh
|
||||
%%GTK%%bin/uim-candwin-gtk
|
||||
%%GTK%%bin/uim-helper-candwin-gtk
|
||||
%%GTK%%bin/uim-helper-toolbar-gtk
|
||||
%%GTK%%bin/uim-helper-toolbar-gtk-systray
|
||||
%%GTK%%bin/uim-im-switcher
|
||||
%%GTK%%bin/uim-input-pad-ja
|
||||
%%GTK%%bin/uim-toolbar-gtk
|
||||
%%GTK%%bin/uim-toolbar-gtk-systray
|
||||
bin/uim-xim
|
||||
include/uim/uim-helper.h
|
||||
include/uim/uim-im-switcher.h
|
||||
include/uim/uim-scm.h
|
||||
include/uim/uim-util.h
|
||||
include/uim/uim.h
|
||||
%%GNOME%%libdata/bonobo/servers/GNOME_UimApplet.server
|
||||
%%GTK%%lib/gtk-2.0/2.4.0/immodules/im-uim.so
|
||||
|
@ -24,12 +31,15 @@ share/uim/anthy.scm
|
|||
share/uim/canna.scm
|
||||
share/uim/custom.scm
|
||||
share/uim/default.scm
|
||||
share/uim/default-im.scm
|
||||
share/uim/generic-key.scm
|
||||
share/uim/generic.scm
|
||||
share/uim/hangul.scm
|
||||
share/uim/hangul2.scm
|
||||
share/uim/hangul3.scm
|
||||
share/uim/hk.scm
|
||||
share/uim/i18n.scm
|
||||
share/uim/icons/alphabet_a.png
|
||||
share/uim/im.scm
|
||||
share/uim/ipa.scm
|
||||
share/uim/japanese-azik.scm
|
||||
|
@ -65,6 +75,7 @@ share/uim/zaurus.scm
|
|||
%%PORTDOCS%%@dirrm %%DOCSDIR_JA%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm share/uim/tables
|
||||
@dirrm share/uim/icons
|
||||
@dirrm share/uim
|
||||
%%GTK%%@exec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules
|
||||
%%GTK%%@unexec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= uim
|
||||
PORTVERSION= 0.4.2.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.5
|
||||
CATEGORIES= japanese x11
|
||||
MASTER_SITES= http://freedesktop.org/Software/UimDownload/
|
||||
|
||||
|
@ -57,6 +56,7 @@ post-install:
|
|||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.ja ${DOCSDIR_JA}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (uim-0.4.2.1.tar.gz) = 4f82891e41b8328f1df34b30b15648e4
|
||||
SIZE (uim-0.4.2.1.tar.gz) = 955719
|
||||
MD5 (uim-0.4.5.tar.gz) = 3979e20d8375fcd1691d74949e5b626c
|
||||
SIZE (uim-0.4.5.tar.gz) = 1112696
|
||||
|
|
10
textproc/uim/files/patch-xim:xim.h
Normal file
10
textproc/uim/files/patch-xim:xim.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- xim/xim.h.orig Thu Oct 28 22:16:34 2004
|
||||
+++ xim/xim.h Fri Oct 29 01:28:12 2004
|
||||
@@ -37,6 +37,7 @@
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/keysym.h>
|
||||
+#include <X11/Xos.h>
|
||||
#include <list>
|
||||
#include "ximserver.h"
|
||||
#include "ximpn.h"
|
|
@ -4,8 +4,8 @@ And currently it supports following input methods.
|
|||
|
||||
Chinese: Pinyin
|
||||
Japanese: Anthy, Prime, SKK, T-code, TUT-code
|
||||
Korean: Hangul
|
||||
Korean: Hangul, Romaja
|
||||
Vietnamese: VIQR
|
||||
Other: IPA
|
||||
|
||||
WWW: http://anthy.sourceforge.jp/uim/
|
||||
WWW: http://freedesktop.org/Software/uim
|
||||
|
|
17
textproc/uim/pkg-message
Normal file
17
textproc/uim/pkg-message
Normal file
|
@ -0,0 +1,17 @@
|
|||
UIM configuration changed after uim-0.4.4.
|
||||
|
||||
# Before 0.4.4:
|
||||
GTK_IM_MODULE=uim-anthy; export GTK_IM_MODULE
|
||||
XMODIFIERS=@im=uim-anthy; export XMODIFIERS
|
||||
# After 0.4.4:
|
||||
GTK_IM_MODULE=uim; export GTK_IM_MODULE
|
||||
XMODIFIERS=@im=uim; export XMODIFIERS
|
||||
|
||||
And specify your favorite input method to your ~/.uim
|
||||
(define default-im-name 'anthy)
|
||||
|
||||
SEE ALSO:
|
||||
in English:
|
||||
http://freedesktop.org/pipermail/uim/2004-October/000659.html
|
||||
in Japanese:
|
||||
http://lists.sourceforge.jp/mailman/archives/anthy-dev/2004-October/001135.html
|
|
@ -2,12 +2,19 @@ bin/uim-fep
|
|||
bin/uim-fep-tick
|
||||
bin/uim-helper-server
|
||||
bin/uim-sh
|
||||
%%GTK%%bin/uim-candwin-gtk
|
||||
%%GTK%%bin/uim-helper-candwin-gtk
|
||||
%%GTK%%bin/uim-helper-toolbar-gtk
|
||||
%%GTK%%bin/uim-helper-toolbar-gtk-systray
|
||||
%%GTK%%bin/uim-im-switcher
|
||||
%%GTK%%bin/uim-input-pad-ja
|
||||
%%GTK%%bin/uim-toolbar-gtk
|
||||
%%GTK%%bin/uim-toolbar-gtk-systray
|
||||
bin/uim-xim
|
||||
include/uim/uim-helper.h
|
||||
include/uim/uim-im-switcher.h
|
||||
include/uim/uim-scm.h
|
||||
include/uim/uim-util.h
|
||||
include/uim/uim.h
|
||||
%%GNOME%%libdata/bonobo/servers/GNOME_UimApplet.server
|
||||
%%GTK%%lib/gtk-2.0/2.4.0/immodules/im-uim.so
|
||||
|
@ -24,12 +31,15 @@ share/uim/anthy.scm
|
|||
share/uim/canna.scm
|
||||
share/uim/custom.scm
|
||||
share/uim/default.scm
|
||||
share/uim/default-im.scm
|
||||
share/uim/generic-key.scm
|
||||
share/uim/generic.scm
|
||||
share/uim/hangul.scm
|
||||
share/uim/hangul2.scm
|
||||
share/uim/hangul3.scm
|
||||
share/uim/hk.scm
|
||||
share/uim/i18n.scm
|
||||
share/uim/icons/alphabet_a.png
|
||||
share/uim/im.scm
|
||||
share/uim/ipa.scm
|
||||
share/uim/japanese-azik.scm
|
||||
|
@ -65,6 +75,7 @@ share/uim/zaurus.scm
|
|||
%%PORTDOCS%%@dirrm %%DOCSDIR_JA%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm share/uim/tables
|
||||
@dirrm share/uim/icons
|
||||
@dirrm share/uim
|
||||
%%GTK%%@exec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules
|
||||
%%GTK%%@unexec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules
|
||||
|
|
Loading…
Add table
Reference in a new issue