From kcwu@kcwu.homeip.net  Wed Oct 13 07:19:59 2004
Return-Path: <kcwu@kcwu.homeip.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B9E5416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Oct 2004 07:19:59 +0000 (GMT)
Received: from mail3out.giga.net.tw (mail3out.giga.net.tw [203.133.1.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE1443D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Oct 2004 07:19:59 +0000 (GMT)
	(envelope-from kcwu@kcwu.homeip.net)
Received: from kcwu.homeip.net (61-70-142-187.adsl.static.giga.net.tw [61.70.142.187])
	by mail3out.giga.net.tw (Postfix) with ESMTP id F422F36130
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Oct 2004 15:15:33 +0800 (CST)
Received: from kcwu.homeip.net (kc@kcwu.homeip.net [127.0.0.1])
	by kcwu.homeip.net (8.13.1/8.13.1) with ESMTP id i9D7KD8l001216
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Oct 2004 15:20:13 +0800 (CST)
	(envelope-from kcwu@kcwu.homeip.net)
Received: (from kcwu@localhost)
	by kcwu.homeip.net (8.13.1/8.13.1/Submit) id i9D7KDTT001215;
	Wed, 13 Oct 2004 15:20:13 +0800 (CST)
	(envelope-from kcwu)
Message-Id: <200410130720.i9D7KDTT001215@kcwu.homeip.net>
Date: Wed, 13 Oct 2004 15:20:13 +0800 (CST)
From: Kuang-che Wu <kcwu@csie.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] textproc/iiimf-gnome-im-switcher: IIIMF gnome input method switcher
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72617
>Category:       ports
>Synopsis:       [NEW PORT] textproc/iiimf-gnome-im-switcher: IIIMF gnome input method switcher
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 13 07:20:27 GMT 2004
>Closed-Date:    Wed Oct 13 22:21:49 GMT 2004
>Last-Modified:  Wed Oct 13 22:21:49 GMT 2004
>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

This port provides two input method utility applications for GNOME desktop
environments.

  GIMLET - GNOME Input Method Language Enabling Tool

As a gnome-panel applet, this UI is used to select input languages for IIIM
client applications (IIIMGCF and IIIMXCF).

  GIMPET - GNOME Input Method Property Edittingggg Tool

As a gnome capplet, this UI is to allow user to customize input methods,
for enabling/disabling input method infrastucuture itself, and
enabling/disabling input method statur bar and candidate choice window.

WWW: http://www.openi18n.org/subgroups/im/IIIMF/

- Kuang-che Wu
  kcwu@csie.org

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

--- iiimf-gnome-im-switcher-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-gnome-im-switcher
#	iiimf-gnome-im-switcher/files
#	iiimf-gnome-im-switcher/files/patch-src_widgets.c
#	iiimf-gnome-im-switcher/Makefile
#	iiimf-gnome-im-switcher/distinfo
#	iiimf-gnome-im-switcher/pkg-descr
#	iiimf-gnome-im-switcher/pkg-plist
#
echo c - iiimf-gnome-im-switcher
mkdir -p iiimf-gnome-im-switcher > /dev/null 2>&1
echo c - iiimf-gnome-im-switcher/files
mkdir -p iiimf-gnome-im-switcher/files > /dev/null 2>&1
echo x - iiimf-gnome-im-switcher/files/patch-src_widgets.c
sed 's/^X//' >iiimf-gnome-im-switcher/files/patch-src_widgets.c << 'END-of-iiimf-gnome-im-switcher/files/patch-src_widgets.c'
X--- src/widgets.c.orig	Fri Sep 10 16:41:33 2004
X+++ src/widgets.c	Fri Sep 10 16:42:03 2004
X@@ -29,7 +29,7 @@
X #include <gnome.h>
X 
X #include <signal.h>
X-#include <wait.h>
X+#include <sys/wait.h>
X 
X #include "gnome-im-switcher.h"
X #include "widgets.h"
END-of-iiimf-gnome-im-switcher/files/patch-src_widgets.c
echo x - iiimf-gnome-im-switcher/Makefile
sed 's/^X//' >iiimf-gnome-im-switcher/Makefile << 'END-of-iiimf-gnome-im-switcher/Makefile'
X# New ports collection makefile for:	iiimf-gnome-im-switcher
X# Date created:		10 Sep 2004
X# Whom:			Kuang-che Wu <kcwu@csie.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gnome-im-switcher
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=	IIIMF gnome input method switcher
X
XIIIMF_VER=	r12_0_1-svn1891
XWRKSRC=		${WRKDIR}/${DISTNAME}-${IIIMF_VER}/gnome-im-switcher
XUSE_GNOME=	gconf2 libglade2 libgnomeui gnomepanel gnomehack
XUSE_REINPLACE=	yes
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	yes
XUSE_AUTOCONF_VER=	259
XUSE_AUTOHEADER_VER=	259
XUSE_AUTOMAKE_VER=	19
XUSE_LIBTOOL_VER=	15
XAUTOMAKE_ARGS=	--add-missing --copy --gnu
XCONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
X
Xpost-patch:
X	${REINPLACE_CMD} -e "s,/usr/lib/im,${PREFIX}/lib/im,g" \
X		${WRKSRC}/../acfiles/im_common.m4
X	${FIND} ${WRKSRC} -name "Makefile.am*" | ${XARGS} ${REINPLACE_CMD} -e \
X		's|[(]GNOME_datadir[)]/gnome/|(datadir)/|g ; \
X		s|[(]GNOME_datadir[)]/locale|(prefix)/share/locale|g ; \
X		s|[(]datadir[)]/locale|(prefix)/share/locale|g ; \
X		s|[(]libdir[)]/locale|(prefix)/share/locale|g ; \
X		s|[(]gnomedatadir[)]/gnome|(gnomedatadir)|g ; \
X		s|[(]datadir[)]/aclocal|(prefix)/share/aclocal|g ; \
X		s|[(]datadir[)]/gnome/|(datadir)/|g ; \
X		s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
X		s|[$$][(]localstatedir[)]/scrollkeeper|${SCROLLKEEPER_DIR}|g ; \
X		s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' ; \
X
Xpre-configure:
X	cd ${WRKSRC} && glib-gettextize --force --copy
X	cd ${WRKSRC} && intltoolize --copy --force --automake
X	cd ${WRKSRC} && ${LIBTOOLIZE} --force --copy
X	cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal -I ../acfiles
X	${TOUCH} ${WRKSRC}/config.h.in
X
X.include <bsd.port.mk>
END-of-iiimf-gnome-im-switcher/Makefile
echo x - iiimf-gnome-im-switcher/distinfo
sed 's/^X//' >iiimf-gnome-im-switcher/distinfo << 'END-of-iiimf-gnome-im-switcher/distinfo'
XMD5 (im-sdk-src-r12_0_1-svn1891.tgz) = 4e51e4fd07391bd957622db0e89aeefe
XSIZE (im-sdk-src-r12_0_1-svn1891.tgz) = 18206118
END-of-iiimf-gnome-im-switcher/distinfo
echo x - iiimf-gnome-im-switcher/pkg-descr
sed 's/^X//' >iiimf-gnome-im-switcher/pkg-descr << 'END-of-iiimf-gnome-im-switcher/pkg-descr'
XIIIMF stands for Internet/Intranet Input Method Framework.
XIIIMF is designed to be the next generation of input method framework
X
XThis port provides two input method utility applications for GNOME desktop
Xenvironments.
X
X  GIMLET - GNOME Input Method Language Enabling Tool
X
XAs a gnome-panel applet, this UI is used to select input languages for IIIM
Xclient applications (IIIMGCF and IIIMXCF).
X
X  GIMPET - GNOME Input Method Property Edittingggg Tool
X
XAs a gnome capplet, this UI is to allow user to customize input methods,
Xfor enabling/disabling input method infrastucuture itself, and
Xenabling/disabling input method statur bar and candidate choice window.
X
XWWW: http://www.openi18n.org/subgroups/im/IIIMF/
X
X- Kuang-che Wu
X  kcwu@csie.org
END-of-iiimf-gnome-im-switcher/pkg-descr
echo x - iiimf-gnome-im-switcher/pkg-plist
sed 's/^X//' >iiimf-gnome-im-switcher/pkg-plist << 'END-of-iiimf-gnome-im-switcher/pkg-plist'
Xbin/gnome-im-properties
Xbin/gnome-im-settings-daemon
X@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnome-im-properties.schemas >/dev/null || /usr/bin/true
Xetc/gconf/schemas/gnome-im-properties.schemas
X@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnome-im-properties.schemas >/dev/null || /usr/bin/true
X@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnome-im-switcher.schemas >/dev/null || /usr/bin/true
Xetc/gconf/schemas/gnome-im-switcher.schemas
X@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnome-im-switcher.schemas >/dev/null || /usr/bin/true
Xlibdata/bonobo/servers/GNOME_IMSwitcherApplet.server
Xlibexec/gnome-im-switcher-applet
Xshare/control-center-2.0/capplets/gnome-im-properties.desktop
Xshare/control-center-2.0/interfaces/gnome-im-properties.glade2
Xshare/gnome-2.0/ui/GNOME_InputMethodSwitcherApplet.xml
Xshare/gnome-im-switcher/glade/gnome-im-switcher.glade2
Xshare/icons/hicolor/48x48/apps/gnome-settings-im.png
X@dirrm share/control-center-2.0/capplets
X@dirrm share/control-center-2.0/interfaces
X@dirrm share/control-center-2.0
X@dirrm share/gnome-2.0/ui
X@dirrm share/gnome-2.0
X@dirrm share/gnome-im-switcher/glade
X@dirrm share/gnome-im-switcher
END-of-iiimf-gnome-im-switcher/pkg-plist
exit
--- iiimf-gnome-im-switcher-r12.0.1.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Oct 13 22:21:42 GMT 2004 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72617 
>Unformatted:
