pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/fcitx Initial import fcitx-3.1.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/adaa4b10c5d2
branches: trunk
changeset: 506450:adaa4b10c5d2
user: rxg <rxg%pkgsrc.org@localhost>
date: Mon Jan 16 13:04:07 2006 +0000
description:
Initial import fcitx-3.1.1.
fctix is a collection of Simplified Chinese input methods based on XIM (X Input
Method), including WuBi, PinYin and QuWei.
Oked by wiz.
diffstat:
inputmethod/fcitx/DESCR | 2 ++
inputmethod/fcitx/Makefile | 21 +++++++++++++++++++++
inputmethod/fcitx/PLIST | 20 ++++++++++++++++++++
inputmethod/fcitx/distinfo | 7 +++++++
inputmethod/fcitx/patches/patch-aa | 13 +++++++++++++
inputmethod/fcitx/patches/patch-ab | 13 +++++++++++++
6 files changed, 76 insertions(+), 0 deletions(-)
diffs (100 lines):
diff -r 837257dd40e1 -r adaa4b10c5d2 inputmethod/fcitx/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx/DESCR Mon Jan 16 13:04:07 2006 +0000
@@ -0,0 +1,2 @@
+fctix is a collection of Simplified Chinese input methods based on XIM (X Input
+Method), including WuBi, PinYin and QuWei.
diff -r 837257dd40e1 -r adaa4b10c5d2 inputmethod/fcitx/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx/Makefile Mon Jan 16 13:04:07 2006 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/16 13:04:07 rxg Exp $
+#
+
+DISTNAME= fcitx-3.1.1
+CATEGORIES= inputmethod
+MASTER_SITES= http://www.fcitx.org/download/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rxg%NetBSD.org@localhost
+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"
diff -r 837257dd40e1 -r adaa4b10c5d2 inputmethod/fcitx/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx/PLIST Mon Jan 16 13:04:07 2006 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/16 13:04:07 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
diff -r 837257dd40e1 -r adaa4b10c5d2 inputmethod/fcitx/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx/distinfo Mon Jan 16 13:04:07 2006 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/01/16 13:04:07 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
+SHA1 (patch-ab) = 50cacd5cb281638d3b0e2468a339a21475d536f2
diff -r 837257dd40e1 -r adaa4b10c5d2 inputmethod/fcitx/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx/patches/patch-aa Mon Jan 16 13:04:07 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/01/16 13:04:07 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 \
diff -r 837257dd40e1 -r adaa4b10c5d2 inputmethod/fcitx/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx/patches/patch-ab Mon Jan 16 13:04:07 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2006/01/16 13:04:07 rxg Exp $
+
+--- src/ui.c.orig 2006-01-04 21:11:37.000000000 +0800
++++ src/ui.c
+@@ -84,7 +84,7 @@ Bool InitX (void)
+ SetMyXErrorHandler ();
+ iScreen = DefaultScreen (dpy);
+
+- convUTF8 = iconv_open ("UTF-8", "GBK");
++ convUTF8 = iconv_open ("UTF-8", "GB18030");
+
+ return True;
+ }
Home |
Main Index |
Thread Index |
Old Index