ports/72613: [NEW PORT] textproc/iiimf-x-lib: Internet/Intranet Input Method X Client Framework
Kuang-che Wu
kcwu at csie.org
Wed Oct 13 07:01:08 UTC 2004
>Number: 72613
>Category: ports
>Synopsis: [NEW PORT] textproc/iiimf-x-lib: Internet/Intranet Input Method X Client Framework
>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:00:53 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
which provides the following capabilities;
* Multiplatform, platform independent.
* Multlingual and Full UNICODE support, but satisfactory for native speakers.
* Windowing System Independent.
* Multiple language engines concurrently run.
* Multiuser.
* Distributed, lightweight clients and scalable server.
* Extensible in multiple means.
* Input method protocol efficient enough to be used over low-speed modem
connection.
* Easy input method engine development with plugin API.
* Easy input method enabling with libiiimcf, even on console apps.
* Small core part to start from.
WWW: http://www.openi18n.org/subgroups/im/IIIMF/
- Kuang-che Wu
kcwu at csie.org
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- iiimf-x-lib-r12.0.1.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-x-lib
# iiimf-x-lib/files
# iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_Makefile.am
# iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpConv.c
# iiimf-x-lib/Makefile
# iiimf-x-lib/distinfo
# iiimf-x-lib/pkg-plist
# iiimf-x-lib/pkg-descr
#
echo c - iiimf-x-lib
mkdir -p iiimf-x-lib > /dev/null 2>&1
echo c - iiimf-x-lib/files
mkdir -p iiimf-x-lib/files > /dev/null 2>&1
echo x - iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_Makefile.am
sed 's/^X//' >iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_Makefile.am << 'END-of-iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_Makefile.am'
X--- iiimp/Makefile.am.orig Sun Sep 5 05:33:03 2004
X+++ iiimp/Makefile.am Sun Sep 5 05:33:26 2004
X@@ -9,7 +9,7 @@
X # -Wl,-z -Wl,defs
X xiiimp_la_LIBADD = $(X_LIBS) \
X- $(IM_LIBDIR)/iiimcf/libiiimcf.la \
X- $(IM_LIBDIR)/iiimp/libiiimp.la \
X+ -L$(LOCALBASE)/lib -liiimcf \
X+ -L$(LOCALBASE)/lib -liiimp \
X $(DLOPEN_LIBS) $(THREAD_LIBS)
X xiiimp_la_SOURCES = \
X genutil.c \
END-of-iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_Makefile.am
echo x - iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpConv.c
sed 's/^X//' >iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpConv.c << 'END-of-iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpConv.c'
X--- iiimp/iiimpConv.c.orig Tue Sep 7 20:42:04 2004
X+++ iiimp/iiimpConv.c Tue Sep 7 20:42:22 2004
X@@ -44,7 +44,7 @@
X #if defined(sun)
X #define USE_ICONV
X #else
X-#define USE_ICONV
X+#define USE_CSCONV
X #endif
X #endif
X
END-of-iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpConv.c
echo x - iiimf-x-lib/Makefile
sed 's/^X//' >iiimf-x-lib/Makefile << 'END-of-iiimf-x-lib/Makefile'
X# New ports collection makefile for: iiimf-x-lib
X# Date created: 8 Sep 2004
X# Whom: Kuang-che Wu <kcwu at csie.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME= x-lib
XPORTVERSION= ${IIIMF_VER:S/_/./g:C/-.*//}
XCATEGORIES= textproc
XMASTER_SITES= http://www.openi18n.org/download/im-sdk/src/
XPKGNAMEPREFIX= iiimf-
XDISTNAME= im-sdk
XDISTFILES= ${DISTNAME}-src-${IIIMF_VER}.tgz
X
XMAINTAINER= kcwu at csie.org
XCOMMENT= Internet/Intranet Input Method X Client Framework
X
XLIB_DEPENDS= iiimp.0:${PORTSDIR}/textproc/iiimf-protocol-lib \
X iiimcf.2:${PORTSDIR}/textproc/iiimf-client-lib
XRUN_DEPENDS= ${LOCALBASE}/csconv/csconv.so:${PORTSDIR}/textproc/iiimf-csconv
X
XIIIMF_VER= r12_0_1-svn1891
XWRKSRC= ${WRKDIR}/${DISTNAME}-${IIIMF_VER}/iiimxcf/xiiimp.so
XINSTALLS_SHLIB= yes
XUSE_MOTIF= yes
XUSE_REINPLACE= yes
XUSE_OPENSSL= yes
XUSE_AUTOCONF_VER= 259
XUSE_AUTOHEADER_VER= 259
XUSE_AUTOMAKE_VER= 19
XUSE_LIBTOOL_VER= 15
XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
X
X.include <bsd.port.pre.mk>
X
X.if ${ARCH} != "i386"
XBROKEN= "Does not compile on !i386"
X.endif
X
Xpost-patch:
X ${REINPLACE_CMD} -e "s,/usr/lib/im,${PREFIX}/lib/im,g" \
X ${WRKSRC}/../../acfiles/im_common.m4 \
X ${WRKSRC}/configure.ac \
X ${WRKSRC}/iiimp/iiimpAux.c \
X ${WRKSRC}/iiimp/iiimpDL.c \
X ${WRKSRC}/iiimp/iiimpIM.c \
X ${WRKSRC}/iiimp/iiimpConv.c \
X ${WRKSRC}/iiimp/csconv.h
X.if ${OSVERSION} == 502010
X ${REINPLACE_CMD} -e "s,-DARCH=[^ ]*,," \
X ${WRKSRC}/../../acfiles/check_sys.m4
X.endif
X
Xpre-configure:
X cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal -I ../../acfiles
X ${TOUCH} ${WRKSRC}/config.h.in
X
X.include <bsd.port.post.mk>
END-of-iiimf-x-lib/Makefile
echo x - iiimf-x-lib/distinfo
sed 's/^X//' >iiimf-x-lib/distinfo << 'END-of-iiimf-x-lib/distinfo'
XMD5 (im-sdk-src-r12_0_1-svn1891.tgz) = 4e51e4fd07391bd957622db0e89aeefe
XSIZE (im-sdk-src-r12_0_1-svn1891.tgz) = 18206118
END-of-iiimf-x-lib/distinfo
echo x - iiimf-x-lib/pkg-plist
sed 's/^X//' >iiimf-x-lib/pkg-plist << 'END-of-iiimf-x-lib/pkg-plist'
Xlib/im/xiiimp.so.2
Xlib/im/xiiimp.so
X at unexec rmdir %D/lib/im 2>/dev/null || true
END-of-iiimf-x-lib/pkg-plist
echo x - iiimf-x-lib/pkg-descr
sed 's/^X//' >iiimf-x-lib/pkg-descr << 'END-of-iiimf-x-lib/pkg-descr'
XIIIMF stands for Internet/Intranet Input Method Framework.
XIIIMF is designed to be the next generation of input method framework
Xwhich provides the following capabilities;
X
X* Multiplatform, platform independent.
X* Multlingual and Full UNICODE support, but satisfactory for native speakers.
X* Windowing System Independent.
X* Multiple language engines concurrently run.
X* Multiuser.
X* Distributed, lightweight clients and scalable server.
X* Extensible in multiple means.
X* Input method protocol efficient enough to be used over low-speed modem
X connection.
X* Easy input method engine development with plugin API.
X* Easy input method enabling with libiiimcf, even on console apps.
X* Small core part to start from.
X
XWWW: http://www.openi18n.org/subgroups/im/IIIMF/
X
X- Kuang-che Wu
X kcwu at csie.org
END-of-iiimf-x-lib/pkg-descr
exit
--- iiimf-x-lib-r12.0.1.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list