From owner-cvs-ports@FreeBSD.ORG Sat May 29 10:46:35 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDA2916A4CF; Sat, 29 May 2004 10:46:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B57BC43D2D; Sat, 29 May 2004 10:46:35 -0700 (PDT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4THjlmb067558; Sat, 29 May 2004 10:45:47 -0700 (PDT) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4THjkn0067554; Sat, 29 May 2004 10:45:46 -0700 (PDT) (envelope-from pav) Message-Id: <200405291745.i4THjkn0067554@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 29 May 2004 10:45:46 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/m17n-lib Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 17:46:35 -0000 pav 2004/05/29 10:45:46 PDT FreeBSD ports repository Modified files: devel Makefile Added files: devel/m17n-lib Makefile distinfo pkg-descr pkg-plist Log: Add m17n-lib, a library which provides following facilities to handle multilingual text: * M-text: A data structure for a multilingual text. It is basically a string but with attributes called text property, and is designed to substitute for the C string. It is the most important object of the m17n library. * Functions for creating and processing M-texts. * Functions for converting M-texts from/to strings encoded in various existing formats. * A huge character space, which contains all the Unicode characters and more non-Unicode characters. * Chartable: A data structure that contains per-character information efficiently. * Functions for inputting and displaying M-text on a window system. WWW: http://www.m17n.org/m17n-lib/ PR: ports/67332 Submitted by: Kimura Fuyuki Revision Changes Path 1.1562 +1 -0 ports/devel/Makefile 1.1 +53 -0 ports/devel/m17n-lib/Makefile (new) 1.1 +2 -0 ports/devel/m17n-lib/distinfo (new) 1.1 +23 -0 ports/devel/m17n-lib/pkg-descr (new) 1.1 +31 -0 ports/devel/m17n-lib/pkg-plist (new)