diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 02:05:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 02:05:45 +0000 |
commit | f404f0841ad32f3298f2e10999012f6a10dc4890 (patch) | |
tree | 0b7a50ccd20ca41f736ac9fa78e4738900337c51 /app-i18n | |
parent | Fix use invocation (diff) | |
download | historical-f404f0841ad32f3298f2e10999012f6a10dc4890.tar.gz historical-f404f0841ad32f3298f2e10999012f6a10dc4890.tar.bz2 historical-f404f0841ad32f3298f2e10999012f6a10dc4890.zip |
Fix use invocation
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ami/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/ami/ami-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/ami/ami-1.2.2.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/canna/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/canna/canna-3.6_p4.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/canna/canna-3.7.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/canna/canna-3.7_p1.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/canna/canna-3.7_p2.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/fcitx/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-1.8.5.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/nkf/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/nkf/nkf-2.0.2-r1.ebuild | 8 | ||||
-rw-r--r-- | app-i18n/nkf/nkf-2.0.4.ebuild | 8 | ||||
-rw-r--r-- | app-i18n/xsim/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/xsim/xsim-0.3.9.4-r1.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/xsim/xsim-0.3.9.4-r2.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/xsim/xsim-0.3.9.4.ebuild | 4 |
18 files changed, 63 insertions, 43 deletions
diff --git a/app-i18n/ami/ChangeLog b/app-i18n/ami/ChangeLog index af8b4a1e1354..eb0cef619bf6 100644 --- a/app-i18n/ami/ChangeLog +++ b/app-i18n/ami/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/ami # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ami/ChangeLog,v 1.1 2004/05/30 09:25:58 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ami/ChangeLog,v 1.2 2004/06/02 02:01:51 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> ami-1.1.0.ebuild, + ami-1.2.2.ebuild: + Fix use invocation *ami-1.2.3 (30 May 2004) diff --git a/app-i18n/ami/ami-1.1.0.ebuild b/app-i18n/ami/ami-1.1.0.ebuild index 94cf74065859..5e50b1eaa09f 100644 --- a/app-i18n/ami/ami-1.1.0.ebuild +++ b/app-i18n/ami/ami-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ami/ami-1.1.0.ebuild,v 1.1 2004/05/30 09:25:58 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ami/ami-1.1.0.ebuild,v 1.2 2004/06/02 02:01:51 agriffis Exp $ inherit eutils @@ -19,7 +19,7 @@ DEPEND=">=media-libs/gdk-pixbuf-0.7.0" src_unpack() { unpack ${P}.tar.gz - if [ -n "`use gtk2`" ] + if use gtk2 then epatch ${DISTDIR}/${P}-imhangul_status.patch fi } diff --git a/app-i18n/ami/ami-1.2.2.ebuild b/app-i18n/ami/ami-1.2.2.ebuild index 94fdb6638bbe..5de94f9039a5 100644 --- a/app-i18n/ami/ami-1.2.2.ebuild +++ b/app-i18n/ami/ami-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ami/ami-1.2.2.ebuild,v 1.1 2004/05/30 09:25:58 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ami/ami-1.2.2.ebuild,v 1.2 2004/06/02 02:01:51 agriffis Exp $ inherit eutils @@ -19,7 +19,7 @@ DEPEND="!gtk2 ( >=media-libs/gdk-pixbuf-0.7.0 )" src_unpack() { unpack ${P}.tar.gz - if [ -n "`use gtk2`" ] + if use gtk2 then epatch ${DISTDIR}/${P}-imhangul_status.patch fi diff --git a/app-i18n/canna/ChangeLog b/app-i18n/canna/ChangeLog index 70722466f110..7e2e586f2bfe 100644 --- a/app-i18n/canna/ChangeLog +++ b/app-i18n/canna/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/canna # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/ChangeLog,v 1.37 2004/05/18 22:32:04 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/ChangeLog,v 1.38 2004/06/02 02:04:46 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> canna-3.6_p4.ebuild, + canna-3.7.ebuild, canna-3.7_p1.ebuild, canna-3.7_p2.ebuild: + Fix use invocation *canna-3.7_p2 (19 May 2004) diff --git a/app-i18n/canna/canna-3.6_p4.ebuild b/app-i18n/canna/canna-3.6_p4.ebuild index 915e6aa4fea9..9e0a76e9ad63 100644 --- a/app-i18n/canna/canna-3.6_p4.ebuild +++ b/app-i18n/canna/canna-3.6_p4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.6_p4.ebuild,v 1.14 2004/05/06 11:31:57 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.6_p4.ebuild,v 1.15 2004/06/02 02:04:46 agriffis Exp $ inherit cannadic eutils @@ -43,7 +43,7 @@ src_compile() { # make includes make canna || die - if [ -n "`use doc`" ] ; then + if use doc ; then einfo "Compiling DVI, PS (and PDF) document" cd doc/man/guide/tex xmkmf || die @@ -77,7 +77,7 @@ src_install() { dodoc CHANGES.jp ChangeLog INSTALL* README* WHATIS* - if [ -n "`use doc`" ] ; then + if use doc ; then insinto /usr/share/doc/${PF} doins doc/man/guide/tex/canna.{dvi,ps,pdf} fi diff --git a/app-i18n/canna/canna-3.7.ebuild b/app-i18n/canna/canna-3.7.ebuild index c898aa6a1bc2..2bd2617e21bf 100644 --- a/app-i18n/canna/canna-3.7.ebuild +++ b/app-i18n/canna/canna-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7.ebuild,v 1.9 2004/05/18 22:32:04 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7.ebuild,v 1.10 2004/06/02 02:04:46 agriffis Exp $ inherit cannadic eutils @@ -45,7 +45,7 @@ src_compile() { #make libCannaDir=../lib/canna canna || die make canna || die - if [ -n "`use doc`" ] ; then + if use doc ; then einfo "Compiling DVI, PS (and PDF) document" cd doc/man/guide/tex xmkmf || die @@ -82,7 +82,7 @@ src_install() { dodoc CHANGES.jp ChangeLog INSTALL* README* WHATIS* - if [ -n "`use doc`" ] ; then + if use doc ; then insinto /usr/share/doc/${PF} doins doc/man/guide/tex/canna.{dvi,ps,pdf} fi diff --git a/app-i18n/canna/canna-3.7_p1.ebuild b/app-i18n/canna/canna-3.7_p1.ebuild index 6a48df267b23..049b53f752ae 100644 --- a/app-i18n/canna/canna-3.7_p1.ebuild +++ b/app-i18n/canna/canna-3.7_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p1.ebuild,v 1.3 2004/05/18 22:32:04 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p1.ebuild,v 1.4 2004/06/02 02:04:46 agriffis Exp $ inherit cannadic eutils @@ -45,7 +45,7 @@ src_compile() { #make libCannaDir=../lib/canna canna || die make canna || die - if [ -n "`use doc`" ] ; then + if use doc ; then einfo "Compiling DVI, PS (and PDF) document" cd doc/man/guide/tex xmkmf || die @@ -82,7 +82,7 @@ src_install() { dodoc CHANGES.jp ChangeLog INSTALL* README* WHATIS* - if [ -n "`use doc`" ] ; then + if use doc ; then insinto /usr/share/doc/${PF} doins doc/man/guide/tex/canna.{dvi,ps,pdf} fi diff --git a/app-i18n/canna/canna-3.7_p2.ebuild b/app-i18n/canna/canna-3.7_p2.ebuild index debc5bfb1ac2..bfe637b93dd8 100644 --- a/app-i18n/canna/canna-3.7_p2.ebuild +++ b/app-i18n/canna/canna-3.7_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p2.ebuild,v 1.1 2004/05/18 22:32:04 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p2.ebuild,v 1.2 2004/06/02 02:04:46 agriffis Exp $ inherit cannadic eutils @@ -42,7 +42,7 @@ src_compile() { #make libCannaDir=../lib/canna canna || die make canna || die - if [ -n "`use doc`" ] ; then + if use doc ; then einfo "Compiling DVI, PS (and PDF) document" cd doc/man/guide/tex xmkmf || die @@ -79,7 +79,7 @@ src_install() { dodoc CHANGES.jp ChangeLog INSTALL* README* WHATIS* - if [ -n "`use doc`" ] ; then + if use doc ; then insinto /usr/share/doc/${PF} doins doc/man/guide/tex/canna.{dvi,ps,pdf} fi diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog index 33eed19f8fe4..b92d47f1091f 100644 --- a/app-i18n/fcitx/ChangeLog +++ b/app-i18n/fcitx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/fcitx # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.2 2004/02/07 09:46:08 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.3 2004/06/02 02:05:45 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> fcitx-1.8.5.ebuild, + fcitx-2.0.1.ebuild: + Fix use invocation *fcitx-2.0.1 (07 Feb 2004) diff --git a/app-i18n/fcitx/fcitx-1.8.5.ebuild b/app-i18n/fcitx/fcitx-1.8.5.ebuild index 4984370a2886..168575ae8e65 100644 --- a/app-i18n/fcitx/fcitx-1.8.5.ebuild +++ b/app-i18n/fcitx/fcitx-1.8.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-1.8.5.ebuild,v 1.3 2003/09/06 22:19:21 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-1.8.5.ebuild,v 1.4 2004/06/02 02:05:45 agriffis Exp $ DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method" HOMEPAGE="http://www.fcitx.org/" @@ -17,7 +17,7 @@ DEPEND="virtual/x11 S=${WORKDIR}/${P} src_compile() { - if [ -n "`use truetype`" ]; then + if use truetype; then make -f Makefile.xft || die "xft make failed" else make || die "make failed" diff --git a/app-i18n/fcitx/fcitx-2.0.1.ebuild b/app-i18n/fcitx/fcitx-2.0.1.ebuild index 341c4720a591..691793e76119 100644 --- a/app-i18n/fcitx/fcitx-2.0.1.ebuild +++ b/app-i18n/fcitx/fcitx-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-2.0.1.ebuild,v 1.1 2004/02/07 09:46:08 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-2.0.1.ebuild,v 1.2 2004/06/02 02:05:45 agriffis Exp $ DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method" HOMEPAGE="http://www.fcitx.org/" @@ -24,7 +24,7 @@ src_unpack() { } src_compile() { - if [ -z "`use truetype`" ]; then + if ! use truetype; then make -f Makefile.noxft || die "xft make failed" else make || die "make failed" diff --git a/app-i18n/nkf/ChangeLog b/app-i18n/nkf/ChangeLog index 7149eff63d08..d64b5b89571c 100644 --- a/app-i18n/nkf/ChangeLog +++ b/app-i18n/nkf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/nkf # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v 1.15 2004/04/16 23:10:01 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v 1.16 2004/06/02 02:02:33 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> nkf-2.0.2-r1.ebuild, + nkf-2.0.4.ebuild: + Fix use invocation 17 Apr 2004; Masatomo Nakano <nakano@gentoo.org> nkf-2.0.2-r1.ebuild: Fixed ebuild(syntax). diff --git a/app-i18n/nkf/nkf-2.0.2-r1.ebuild b/app-i18n/nkf/nkf-2.0.2-r1.ebuild index fd6b741e2060..a04339541e51 100644 --- a/app-i18n/nkf/nkf-2.0.2-r1.ebuild +++ b/app-i18n/nkf/nkf-2.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.0.2-r1.ebuild,v 1.5 2004/04/16 23:10:01 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.0.2-r1.ebuild,v 1.6 2004/06/02 02:02:33 agriffis Exp $ use perl && inherit perl-module @@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P} src_compile() { emake CC=gcc CFLAGS="${CFLAGS}" nkf || die - if [ `use perl` ]; then + if use perl; then cd ${S}/NKF.mod perl-module_src_compile perl-module_src_test @@ -29,14 +29,14 @@ src_install () { into /usr dobin nkf doman nkf.1 - if [ `use cjk` ]; then + if use cjk; then dodir /usr/share/man/ja/man1 insinto /usr/share/man/ja/man1 ./nkf -e nkf.1j > nkf.1 doins nkf.1 fi dodoc INSTALL* nkf.doc - if [ `use perl` ]; then + if use perl; then cd ${S}/NKF.mod perl-module_src_install fi diff --git a/app-i18n/nkf/nkf-2.0.4.ebuild b/app-i18n/nkf/nkf-2.0.4.ebuild index a45bbeea420c..f8ba6c2f652f 100644 --- a/app-i18n/nkf/nkf-2.0.4.ebuild +++ b/app-i18n/nkf/nkf-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.0.4.ebuild,v 1.3 2004/03/05 17:28:58 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.0.4.ebuild,v 1.4 2004/06/02 02:02:33 agriffis Exp $ use perl && inherit perl-module @@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P} src_compile() { emake CC=gcc CFLAGS="${CFLAGS}" nkf || die - if [ `use perl` ]; then + if use perl; then cd ${S}/NKF.mod perl-module_src_compile perl-module_src_test @@ -29,14 +29,14 @@ src_install () { into /usr dobin nkf doman nkf.1 - if [ `use cjk` ]; then + if use cjk; then dodir /usr/share/man/ja/man1 insinto /usr/share/man/ja/man1 ./nkf -e nkf.1j > nkf.1 doins nkf.1 fi dodoc INSTALL* nkf.doc - if [ `use perl` ]; then + if use perl; then cd ${S}/NKF.mod perl-module_src_install fi diff --git a/app-i18n/xsim/ChangeLog b/app-i18n/xsim/ChangeLog index ee30fddb71ef..46a7b9f8182a 100644 --- a/app-i18n/xsim/ChangeLog +++ b/app-i18n/xsim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/xsim -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/ChangeLog,v 1.5 2003/06/27 09:44:57 liquidx Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/ChangeLog,v 1.6 2004/06/02 02:04:01 agriffis Exp $ + + 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> xsim-0.3.9.4-r1.ebuild, + xsim-0.3.9.4-r2.ebuild: + Fix use invocation *xsim-0.3.9.4-r2 (27 Jun 2003) diff --git a/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild b/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild index 6609704edf3a..73f4746989f1 100644 --- a/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild +++ b/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild,v 1.5 2003/09/06 22:19:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r1.ebuild,v 1.6 2004/06/02 02:04:01 agriffis Exp $ inherit eutils -[ -n "`use kde`" ] && inherit kde +use kde && inherit kde DESCRIPTION="A simple and fast GB and BIG5 Chinese XIM server." HOMEPAGE="http://developer.berlios.de/projects/xsim/" diff --git a/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild b/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild index 9a2a73d2e743..95f12e8322f2 100644 --- a/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild +++ b/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild,v 1.4 2003/10/08 09:43:03 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild,v 1.5 2004/06/02 02:04:01 agriffis Exp $ -[ -n "`use kde`" ] && inherit kde +use kde && inherit kde DESCRIPTION="A simple and fast GB and BIG5 Chinese XIM server." HOMEPAGE="http://developer.berlios.de/projects/xsim/" diff --git a/app-i18n/xsim/xsim-0.3.9.4.ebuild b/app-i18n/xsim/xsim-0.3.9.4.ebuild index 44f35d4c1290..59399e2fee33 100644 --- a/app-i18n/xsim/xsim-0.3.9.4.ebuild +++ b/app-i18n/xsim/xsim-0.3.9.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4.ebuild,v 1.4 2003/08/05 15:39:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4.ebuild,v 1.5 2004/06/02 02:04:01 agriffis Exp $ DESCRIPTION="A simple and fast GBK Chinese XIM server." HOMEPAGE="http://developer.berlios.de/projects/xsim/" |