Date: Sat, 29 May 2004 10:45:46 -0700 (PDT) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/m17n-lib Makefile distinfo pkg-descr pkg-plist Message-ID: <200405291745.i4THjkn0067554@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <fuyuki@hadaly.org> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405291745.i4THjkn0067554>