mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- change locale from zh_CN.EUC to zh_CN.eucCN for FreeBSD 5.2 and above
- adding document - use SIZE in distinfo file - utilize USE_ICONV - add an option to change the hot key - bump PORTREVERSION PR: ports/62596 Submitted by: maintainer
This commit is contained in:
parent
3e52fea7db
commit
dfd2a299c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101075
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= fcitx
|
||||
PORTVERSION= 2.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese x11
|
||||
MASTER_SITES= http://www.fcitx.org/download/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@ -14,24 +15,43 @@ EXTRACT_SUFX= .tar.bz2
|
||||
MAINTAINER= dryice@liu.com.cn
|
||||
COMMENT= A simple and fast GBK Chinese XIM server
|
||||
|
||||
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
|
||||
Xft.2:${PORTSDIR}/x11-fonts/Xft
|
||||
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_XLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_ICONV= yes
|
||||
|
||||
post-extract:
|
||||
cd ${BUILD_WRKSRC}; ${MAKE} clean
|
||||
|
||||
pre-patch::
|
||||
@${ECHO_MSG}
|
||||
.if !defined(FCITX_WITH_CTRL_RSHIFT)
|
||||
@${ECHO_MSG} "If you don't want to use CTRL+SPACE to active/deactive fcitx,"
|
||||
@${ECHO_MSG} "hit Ctrl-C right now and use \"make FCITX_WITH_CTRL_RSHIFT=yes\"."
|
||||
@${ECHO_MSG} "Then you can use CTRL+RIGHT_SHIFT to active/deactive fcitx."
|
||||
@${ECHO_MSG}
|
||||
.endif
|
||||
@${ECHO_MSG}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's#usr/share#${LOCALBASE}/share#g' ${WRKSRC}/Makefile ${WRKSRC}/ime.h
|
||||
@${REINPLACE_CMD} -e 's#usr/bin#${LOCALBASE}/bin#g' ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's#zh_CN.GB2312#zh_CN.EUC#g' ${WRKSRC}/ui.c
|
||||
@${REINPLACE_CMD} -e 's#zh_CN.gb2312#zh_CN.EUC#g' ${WRKSRC}/xim.c
|
||||
@${REINPLACE_CMD} -e 's#zh_CN.GB2312#zh_CN.eucCN#g' ${WRKSRC}/ui.c
|
||||
@${REINPLACE_CMD} -e 's#zh_CN.gb2312#zh_CN.eucCN#g' ${WRKSRC}/xim.c
|
||||
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/IMdkit/lib/IMConn.c ${WRKSRC}/ui.c
|
||||
.if defined(FCITX_WITH_CTRL_RSHIFT)
|
||||
@${REINPLACE_CMD} -e 's/XK_space/XK_Shift_R/g' ${WRKSRC}/xim.c
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for i in cjkvinput.txt hf_wb98.txt readme.html wb_fh.htm
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (fcitx-2.0.1.tar.bz2) = 2f1c710d60e25364ed36223adfc9e7d2
|
||||
SIZE (fcitx-2.0.1.tar.bz2) = 1133775
|
||||
|
@ -2,5 +2,5 @@
|
||||
Remember to set environment varible XMODIFIERS:
|
||||
csh/tcsh: setenv XMODIFIERS @im=fcitx
|
||||
sh/bash: export XMODIFIERS='@im=fcitx'
|
||||
and set LANG, LC_CTYPE to zh_CN.EUC.
|
||||
and set LANG, LC_CTYPE to zh_CN.eucCN.
|
||||
-----------------------------------------------
|
||||
|
@ -4,3 +4,8 @@ share/fcitx/pybase.mb
|
||||
share/fcitx/pyphrase.mb
|
||||
share/fcitx/wbx.mb
|
||||
@dirrm share/fcitx
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cjkvinput.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/hf_wb98.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readme.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/wb_fh.htm
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user