FreeBSD Bugzilla – Attachment 47377 Details for
Bug 72613
[NEW PORT] textproc/iiimf-x-lib: Internet/Intranet Input Method X Client Framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
iiimf-x-lib-r12.0.1.shar
iiimf-x-lib-r12.0.1.shar (text/plain), 4.95 KB, created by
kcwu
on 2004-10-13 08:00:53 UTC
(
hide
)
Description:
iiimf-x-lib-r12.0.1.shar
Filename:
MIME Type:
Creator:
kcwu
Created:
2004-10-13 08:00:53 UTC
Size:
4.95 KB
patch
obsolete
># 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@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@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@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@csie.org >END-of-iiimf-x-lib/pkg-descr >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 72613
: 47377