Free Chinese Input Toy of X

This commit is contained in:
Rui-Xiang Guo 2005-12-16 15:38:35 +00:00 committed by Thomas Klausner
parent 000cc21950
commit e6416232ac
5 changed files with 62 additions and 0 deletions

2
fcitx/DESCR Normal file
View file

@ -0,0 +1,2 @@
fctix is a collection of Simplified Chinese input methods based on XIM (X Input
Method), including WuBi, PinYin and QuWei.

21
fcitx/Makefile Normal file
View file

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/12/16 15:38:35 rxg Exp $
#
DISTNAME= fcitx-3.1.1
CATEGORIES= inputmethod
MASTER_SITES= http://www.fcitx.org/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://www.fcitx.org/
COMMENT= Free Chinese Input Toy of X
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-xft
.include "../../converters/libiconv/buildlink3.mk"
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

20
fcitx/PLIST Normal file
View file

@ -0,0 +1,20 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/16 15:38:35 rxg Exp $
bin/createPYMB
bin/fcitx
bin/mb2txt
bin/txt2mb
share/fcitx/data/cj.mb
share/fcitx/data/erbi.mb
share/fcitx/data/punc.mb
share/fcitx/data/pySym.mb
share/fcitx/data/pybase.mb
share/fcitx/data/pyphrase.mb
share/fcitx/data/sp.dat
share/fcitx/data/tables.conf
share/fcitx/data/wbx.mb
share/fcitx/doc/cjkvinput.txt
share/fcitx/doc/fcitx3.pdf
share/fcitx/doc/wb_fh.htm
@dirrm share/fcitx/doc
@dirrm share/fcitx/data
@dirrm share/fcitx

6
fcitx/distinfo Normal file
View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2005/12/16 15:38:35 rxg Exp $
SHA1 (fcitx-3.1.1.tar.bz2) = 3d23a0786edd6ff6e69d353692849d9041442038
RMD160 (fcitx-3.1.1.tar.bz2) = 229155ec71deb189ffc52851ee9a242ba9192a5b
Size (fcitx-3.1.1.tar.bz2) = 2920856 bytes
SHA1 (patch-aa) = 53bc014f925d326ed76dfd79721b5d49b2fa5222

13
fcitx/patches/patch-aa Normal file
View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 2005/12/16 15:38:35 rxg Exp $
--- Makefile.in.orig 2005-12-16 23:28:36.000000000 +0800
+++ Makefile.in 2005-12-16 23:30:08.000000000 +0800
@@ -164,7 +164,7 @@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = doc tools data debian xpm lib src
+SUBDIRS = doc tools data lib src
EXTRA_DIST = autogen.sh fcitx.spec
MAINTAINERCLEANFILES = \
aclocal.m4 \