From owner-cvs-all@FreeBSD.ORG Sun Dec 28 03:00:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5903616A4CE; Sun, 28 Dec 2003 03:00:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D07F43D41; Sun, 28 Dec 2003 03:00:28 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBSB0S0B000451; Sun, 28 Dec 2003 03:00:28 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBSB0Ruf000450; Sun, 28 Dec 2003 03:00:27 -0800 (PST) (envelope-from edwin) Message-Id: <200312281100.hBSB0Ruf000450@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 28 Dec 2003 03:00:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefileports/textproc/iiimf-protocol-lib Makefile distinfo pkg-descr pkg-plistpatch-include_iiimp_iiimp-data.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2003 11:00:29 -0000 edwin 2003/12/28 03:00:27 PST FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/iiimf-protocol-lib Makefile distinfo pkg-descr pkg-plist textproc/iiimf-protocol-lib/files patch-include_iiimp_iiimp-data.h Log: New port: iiimf-* IIMF 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/ PR: ports/60087 Submitted by: Kuang-che Wu Revision Changes Path 1.598 +1 -0 ports/textproc/Makefile 1.1 +37 -0 ports/textproc/iiimf-protocol-lib/Makefile (new) 1.1 +1 -0 ports/textproc/iiimf-protocol-lib/distinfo (new) 1.1 +11 -0 ports/textproc/iiimf-protocol-lib/files/patch-include_iiimp_iiimp-data.h (new) 1.1 +21 -0 ports/textproc/iiimf-protocol-lib/pkg-descr (new) 1.1 +11 -0 ports/textproc/iiimf-protocol-lib/pkg-plist (new)