aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-29 17:45:46 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-29 17:45:46 +0000
commit32127bb038cea041df56e30538967ab8b6d62e2e (patch)
tree5a66698d893fc8e7ffed55442a9a065aa8506e7c /devel/Makefile
parent59e97e2bbff27b500b985f4f6eab5649a765f16a (diff)
downloadports-32127bb038cea041df56e30538967ab8b6d62e2e.tar.gz
ports-32127bb038cea041df56e30538967ab8b6d62e2e.zip
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>
Notes
Notes: svn path=/head/; revision=110301
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7500808d55b4..1c718449ea5a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -470,6 +470,7 @@
SUBDIR += log4cpp
SUBDIR += lwp
SUBDIR += m17n-db
+ SUBDIR += m17n-lib
SUBDIR += m4
SUBDIR += m6811-binutils
SUBDIR += m6811-gcc