ports/72624: [NEW PORT] chinese/iiimf-le-chewing: IIIMF Chewing engine, an intelligent Chinese phonetic input method

Kuang-che Wu kcwu at csie.org
Wed Oct 13 07:50:40 UTC 2004


>Number:         72624
>Category:       ports
>Synopsis:       [NEW PORT] chinese/iiimf-le-chewing: IIIMF Chewing engine, an intelligent Chinese phonetic input method
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 13 07:50:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kuang-che Wu
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD kcwu.homeip.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sat Sep  4 05:33:38 CST
>Description:
IIIMF stands for Internet/Intranet Input Method Framework.
IIIMF is designed to be the next generation of input method framework

Chewing - An Intelligent Chinese Phonetic Input Method for UNIX

WWW: http://chewing.good-man.org/

- Kuang-che Wu
  kcwu at csie.org

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- iiimf-le-chewing-0.01.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	iiimf-le-chewing
#	iiimf-le-chewing/pkg-plist
#	iiimf-le-chewing/Makefile
#	iiimf-le-chewing/files
#	iiimf-le-chewing/files/patch-chewing.c
#	iiimf-le-chewing/distinfo
#	iiimf-le-chewing/pkg-descr
#
echo c - iiimf-le-chewing
mkdir -p iiimf-le-chewing > /dev/null 2>&1
echo x - iiimf-le-chewing/pkg-plist
sed 's/^X//' >iiimf-le-chewing/pkg-plist << 'END-of-iiimf-le-chewing/pkg-plist'
Xlib/im/leif/chewing.so
X at unexec rmdir %D/lib/im/leif 2>/dev/null || true
END-of-iiimf-le-chewing/pkg-plist
echo x - iiimf-le-chewing/Makefile
sed 's/^X//' >iiimf-le-chewing/Makefile << 'END-of-iiimf-le-chewing/Makefile'
X# New ports collection makefile for:	iiimf-le-chewing
X# Date created:		8 Sep 2004
X# Whom:			Kuang-che Wu <kcwu at csie.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	iiimf-le-chewing
XPORTVERSION=	0.01
XCATEGORIES=	chinese textproc
XMASTER_SITES=	http://wagner.elixus.org/~clkao/
XDISTFILES=	iiimf-chewing.tgz
X
XMAINTAINER=	kcwu at csie.org
XCOMMENT=	IIIMF Chewing engine, an intelligent Chinese phonetic input method
X
XLIB_DEPENDS=	chewing.1:${PORTSDIR}/chinese/libchewing
XBUILD_DEPENDS=	${LOCALBASE}/include/iiimf/iml/SunIM.h:${PORTSDIR}/textproc/iiimf-headers
XRUN_DEPENDS=	${LOCALBASE}/lib/im/htt:${PORTSDIR}/textproc/iiimf-server
X
XWRKSRC=		${WRKDIR}/trunk
XUSE_ICONV=	yes
X
Xdo-build:
X	cd ${WRKSRC} && \
X	${CC} ${CFLAGS} -o chewing.so -shared -fPIC -DARCH=\"${MACHINE_ARCH}\" \
X	-I${LOCALBASE}/include -I${LOCALBASE}/include/iiimf -I${LOCALBASE}/include/iiimf/iml -I${LOCALBASE}/include/chewing \
X	chewing.c -L${LOCALBASE}/lib -lchewing -liconv
X
Xdo-install:
X	${MKDIR} ${PREFIX}/lib/im/leif
X	${INSTALL_DATA} ${WRKSRC}/chewing.so ${PREFIX}/lib/im/leif
X
X.include <bsd.port.mk>
END-of-iiimf-le-chewing/Makefile
echo c - iiimf-le-chewing/files
mkdir -p iiimf-le-chewing/files > /dev/null 2>&1
echo x - iiimf-le-chewing/files/patch-chewing.c
sed 's/^X//' >iiimf-le-chewing/files/patch-chewing.c << 'END-of-iiimf-le-chewing/files/patch-chewing.c'
X--- chewing.c.orig	Sat Jan 31 14:41:35 2004
X+++ chewing.c	Wed Sep  8 04:33:13 2004
X@@ -40,7 +40,6 @@
X 
X #include "chewingio.h"
X #include "hash.h"
X-#include "console_chewing.h"
X #include "dict.h"
X #include "zuin.h"
X 
X@@ -647,7 +646,7 @@
X 	case IM_VK_PAGE_DOWN:
X 	    break;
X 
X-	case KEY_TAB:
X+	case '\t':
X 	    OnKeyTab(pgdata, op);
X 	    break;
X 
END-of-iiimf-le-chewing/files/patch-chewing.c
echo x - iiimf-le-chewing/distinfo
sed 's/^X//' >iiimf-le-chewing/distinfo << 'END-of-iiimf-le-chewing/distinfo'
XMD5 (iiimf-chewing.tgz) = 349828bd3ff62621b9e924d696395edc
XSIZE (iiimf-chewing.tgz) = 5256
END-of-iiimf-le-chewing/distinfo
echo x - iiimf-le-chewing/pkg-descr
sed 's/^X//' >iiimf-le-chewing/pkg-descr << 'END-of-iiimf-le-chewing/pkg-descr'
XIIIMF stands for Internet/Intranet Input Method Framework.
XIIIMF is designed to be the next generation of input method framework
X
XChewing - An Intelligent Chinese Phonetic Input Method for UNIX
X
XWWW: http://chewing.good-man.org/
X
X- Kuang-che Wu
X  kcwu at csie.org
END-of-iiimf-le-chewing/pkg-descr
exit
--- iiimf-le-chewing-0.01.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list