head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.06.03.22.37.51;	author bapt;	state dead;
branches;
next	1.8;

1.8
date	2011.11.11.05.18.26;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2011.05.22.12.38.16;	author danfe;	state Exp;
branches;
next	1.6;

1.6
date	2010.12.15.00.35.55;	author wen;	state Exp;
branches;
next	1.5;

1.5
date	2010.08.02.16.16.31;	author danfe;	state Exp;
branches;
next	1.4;

1.4
date	2010.08.02.15.31.13;	author danfe;	state Exp;
branches;
next	1.3;

1.3
date	2004.10.27.15.25.11;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.16.18.35.10;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2003.03.26.10.29.08;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.9
log
@1. Convert to the new options style;
2. Fix pkg-plist for gtk2/gtk3/qt4 IM modules;
3. Update gtk immodules file(s);
4. Smart pkg-message.in;
5. Align some Makefile variables.

PR:		ports/168634
Submitted by:	Zhihao Yuan <lichray@@gmail.com>
@
text
@************************************************************************

Remember to set environment variable XMODIFIERS:

	csh/tcsh:	setenv XMODIFIERS @@im=fcitx
	sh/bash:	export XMODIFIERS='@@im=fcitx'

Additionally, for GTK/Qt programs, you must also set:

	csh/tcsh:	setenv GTK_IM_MODULE xim
			setenv QT_IM_MODULE xim
	sh/bash:	export GTK_IM_MODULE=xim
			export QT_IM_MODULE=xim

You can replace the `xim` above with `fcitx` if you built fcitx with
the corresponding IM module.

************************************************************************
@


1.8
log
@- Update to 4.1.2
- Fcitx's development has been totally moved to http://code.google.com/p/fcitx/
  , and the new 4.1.x version is moved to CMake.
- pass maintainership

PR:		ports/162423
Submitted by:	Zhihao Yuan <lichray_AT_gmail.com> (new maintainer)
Approved by:	maintainer (Denise H. G.)
Feature safe:	yes
@
text
@@


1.7
log
@- Reformat to fit 80-char terminals better and fix indentation
- Instead of telling how to (re)create config file by hand, advise to use -c
  command line option.  This also shortens the message and thus makes it
  easier to read
- Give information how to enable input method for xterm and clones
- Fix a typo: configuraiton -> configuration
- Prefer more widely used these days shortcut ~/ for $HOME/

Approved by:	maintainer (earlier version of the patch)
@
text
@d15 2
a16 13
Xterm users should also add ``XTerm.VT100.inputMethod:fcitx'' or similar
line to their ~/.Xdefaults file.

For the first time use, run the program with -c switch to create default
configuration file (~/.config/fcitx/config).

For users migrating from 3.x to 4.0, just copy existing configuration to
the new location:

	mv ~/.fcitx ~/.config/fcitx

If there are any problems starting up, remove the old configuration file
(optionally) and create a new one by running ``fcitx -c'' again.
@


1.6
log
@- Update pkg-descr

PR:		ports/153129
Submitted by:	Denise H. G. <darcsis@@gmail.com> (maintainer)
@
text
@d1 2
a2 1
**********************************************************
d8 1
a8 1
Additionally for GTK/Qt programs, you must also set:
d11 1
a11 1
				setenv QT_IM_MODULE xim
d13 1
a13 1
				export QT_IM_MODULE=xim
d15 2
a16 2
For the first use, follow these steps before starting
the program:
d18 2
a19 2
	mkdir $HOME/.config/fcitx
	touch $HOME/.config/fcitx/config
d21 2
a22 1
For users migrating from 3.x to 4.0, just execute:
d24 1
a24 1
	mv $HOME/.fcitx $HOME/.config/fcitx
d26 2
a27 2
If there are any problems starting up, remove the old
configuraiton file and create a new one using touch(1):
d29 1
a29 3
	rm $HOME/.config/fcitx/config
	touch $HOME/.config/fcitx/config
************************************************************
@


1.5
log
@Fix an embarrassing typo.
@
text
@d1 29
a29 8
* * * * * * * * * * * * * * * * * * * * * * * * * * * *
*   Remember to set environment variable XMODIFIERS:  *
*	csh/tcsh: setenv XMODIFIERS @@im=fcitx	      *
*	sh/bash:  export XMODIFIERS='@@im=fcitx'	      *
*                                                     *
*   For GTK/Qt programs, you might also want to set   *
*      GTK_IM_MODULE=xim and/or QT_IM_MODULE=xim      *
* * * * * * * * * * * * * * * * * * * * * * * * * * * *
@


1.4
log
@Clean up pkg-message and provide better port description.

Approved by:	maintainer timeout
@
text
@d7 1
a7 1
#      GTK_IM_MODULE=xim and/or QT_IM_MODULE=xim      *
@


1.3
log
@Upgrade to 3.0.2.

PR:		ports/73185
Submitted by:	maintainer
Some part by:	me
@
text
@d1 8
a8 6
******************************************************
*  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.eucCN.	     *
******************************************************
@


1.2
log
@- 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
@
text
@d1 6
a6 6
-----------------------------------------------
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.eucCN.
-----------------------------------------------
@


1.1
log
@Initial import of fcitx 1.8.2

Fcitx is a simple and fast GBK Chinese XIM server.

PR: 50311
Submitted by: Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
@
text
@d5 1
a5 1
and set LANG, LC_CTYPE to zh_CN.EUC.
@

