2011-11-01 07:03:15 by Steven Drake | Files touched by this commit (1557) |
Log message:
Recursive bump for graphics/freetype2 buildlink addition.
|
2010-10-16 08:30:35 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update libotf to 0.9.11.
This is a bug fix release.
|
2010-04-09 03:46:49 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update libotf to 0.9.11.
* Changes in libotf 0.9.11
** New functions OTF_drive_gsub_with_log and OTF_drive_gpos_with_log
works like OTF_drive_gsub and OTF_drive_gpos but also records which
features are applied to which glyphs.
** New function OTF_put_data and OTF_get_data can be used to store and
retrieve arbitrary cliend data to/from the structure OTF.
|
2009-12-13 14:11:55 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update libotf to 0.9.10.
While here, set LICENSE=gnu-lgpl-v2.1.
* Changes in libotf 0.9.10
** This release is mainly for bug fixes.
|
2009-03-22 22:12:52 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.9.9:
* Changes in libotf 0.9.9
** New function OTF_get_variation_glyphs returns glyphs selected by
variation selectors.
** The funciton OTF_drive_cmap handles a variation selector.
** The example program `otfview' can handle variation selectors.
** The function OTF_drive_gpos is obsolte now, and the new function
OTF_drive_gpos2 should be used instead. See the comment of the member
"glyph_id" of type "OTF_Glyph" for the detail.
** If a font doesn't have GDEF table, automatically synthesized GDEF
table is used.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-11-10 18:21:40 by Thomas Klausner | Files touched by this commit (147) |
Log message:
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
|
2008-10-09 15:01:00 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update llibotf to 0.9.8.
There's no API change, just bug fixes.
|
2008-02-26 12:47:35 by OBATA Akio | Files touched by this commit (6) | |
Log message:
Import libotf version 0.9.7.
The library "libotf" provides the following facilites.
o Read Open Type Layout Tables from OTF file. Currently these
tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
o 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.
|