Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

2
inputmethod/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.

View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.12 2013/06/06 12:54:36 wiz Exp $
#
DISTNAME= fcitx-3.1.1
PKGREVISION= 6
CATEGORIES= inputmethod
MASTER_SITES= http://www.fcitx.org/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://www.fcitx.org/main/
COMMENT= Free Chinese Input Toy of X
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-xft
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

17
inputmethod/fcitx/PLIST Normal file
View File

@@ -0,0 +1,17 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:01:29 joerg 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

View File

@@ -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

View File

@@ -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 \

View File

@@ -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;
}