Index: head/chinese/auto-tw-l10n/Makefile =================================================================== --- head/chinese/auto-tw-l10n/Makefile (revision 426881) +++ head/chinese/auto-tw-l10n/Makefile (revision 426882) @@ -1,22 +1,26 @@ # Created by: Michael C . Wu # $FreeBSD$ PORTNAME= auto-tw-l10n PORTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= LOCAL/sunpoet MAINTAINER= ports@FreeBSD.org COMMENT= Automatic localization for Traditional Chinese locale NO_ARCH= yes NO_BUILD= yes USES= tar:xz SUB_FILES= pkg-message + +pre-install: + @${FIND} ${WRKSRC} -name "*.orig" -delete do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/ ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/ .include Index: head/chinese/auto-tw-l10n/files/patch-dot.xinitrc =================================================================== --- head/chinese/auto-tw-l10n/files/patch-dot.xinitrc (nonexistent) +++ head/chinese/auto-tw-l10n/files/patch-dot.xinitrc (revision 426882) @@ -0,0 +1,26 @@ +--- dot.xinitrc.orig 2016-04-30 18:04:47 UTC ++++ dot.xinitrc +@@ -4,19 +4,23 @@ export XMODIFIERS='@im=xcin' + #export XMODIFIERS='@im=SCIM' + #export XMODIFIERS='@im=oxim' + #export XMODIFIERS=@im=ibus ++#export XMODIFIERS='@im=fcitx' + + #export GTK_IM_MODULE=xcin + export GTK_IM_MODULE=xim + #export GTK_IM_MODULE=scim + #export GTK_IM_MODULE=oxim + #export GTK_IM_MODULE=ibus ++#export GTK_IM_MODULE=fcitx + + export QT_IM_MODULE=xim ++#export QT_IM_MODULE=fcitx + + export GCIN_XIM=xcin + + # Input Method + exec gcin & ++#exec fcitx & + #exec xcin2.5 & + #scim -d & + #exec oxim & Property changes on: head/chinese/auto-tw-l10n/files/patch-dot.xinitrc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property