diff options
author | obache <obache@pkgsrc.org> | 2010-04-09 01:46:49 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-04-09 01:46:49 +0000 |
commit | 9775b8d6f05dfe0f8d2bb557e24614266368940e (patch) | |
tree | a3cc5bcc03f88dd8f8220d4cede051b8b53a4993 /graphics | |
parent | 7014b5ee7ee152da5eb4fe42091b8070d1b52e37 (diff) | |
download | pkgsrc-9775b8d6f05dfe0f8d2bb557e24614266368940e.tar.gz |
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libotf/Makefile | 4 | ||||
-rw-r--r-- | graphics/libotf/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/libotf/Makefile b/graphics/libotf/Makefile index 6860a0a1506..74921c5be42 100644 --- a/graphics/libotf/Makefile +++ b/graphics/libotf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/12/13 13:11:55 obache Exp $ +# $NetBSD: Makefile,v 1.6 2010/04/09 01:46:49 obache Exp $ # -DISTNAME= libotf-0.9.10 +DISTNAME= libotf-0.9.11 CATEGORIES= graphics MASTER_SITES= http://www.m17n.org/libotf/ diff --git a/graphics/libotf/distinfo b/graphics/libotf/distinfo index 711ffa33020..87d2eac55e7 100644 --- a/graphics/libotf/distinfo +++ b/graphics/libotf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/12/13 13:11:55 obache Exp $ +$NetBSD: distinfo,v 1.5 2010/04/09 01:46:49 obache Exp $ -SHA1 (libotf-0.9.10.tar.gz) = 590ecb9193926571f1099160f49a376813a8b48a -RMD160 (libotf-0.9.10.tar.gz) = 09374435e4897a346d99a7597662e5318aa143ce -Size (libotf-0.9.10.tar.gz) = 350772 bytes +SHA1 (libotf-0.9.11.tar.gz) = e20889a163ecb336ddc827814a21a3ba76dbc1fc +RMD160 (libotf-0.9.11.tar.gz) = 986922e9eb6b52d84fb6141428903143b7a8269f +Size (libotf-0.9.11.tar.gz) = 360687 bytes |