submission by Eric Brown, ok kevlo@
The m17n library is a multilingual text processing library for the C language.
This library has following features:
- The m17n library is an open source software.
- The m17n library for any Linux/Unix applications.
- The m17n library realizes multilingualization of many aspects of
applications.
- The m17n library represents multilingual text as an object named
M-text. M-text is a string with attributes called text properties,
and designed to substitute for string in C. Text properties carry any
information required to input, display and edit the text.
- The m17n library supports functions to handle M-texts.
m17n is an abbreviation of Multilingualization.
The library "libotf" provides the following facilities:
- Read Open Type Layout Tables from OTF file. Currently these
tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
- Convert a Unicode character sequence to a glyph code sequence by
using the above tables.
The combination of libotf and the FreeType library (Ver.2) realizes
CTL (complex text layout) by OpenType fonts.
stat(1) on it and then also unveil paths configured in XDG_DATA_DIRS
the same way so that the check_in_path_xdg_data() function can do its
job
after everything is done, call unveil(NULL, NULL) to disallow further
calls to unveil
ok ajacoutot@
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.
This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.
From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
- Fix some parts of the code that doesn't consider that char may be
unsigned by default (powerpc, arm).
- powerpc: use address relaxing and long calls. Also avoid building
code that generates the __mulodi4 symbol with ports-clang on this
arch. It fixes several linking errors. (Thanks to bcallah@ for
his many hints!)
OK jca@
CUDD (Colorado University Decision Diagram) is a package written in C
for the manipulation of decision diagrams. It supports binary decision
diagrams (BDDs), algebraic decision diagrams (ADDs), and Zero-Suppressed
BDDs (ZDDs).
From Alessandro De Laurenzis; thanks!
ok sthen@