diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-17 19:41:32 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-17 19:41:32 +0000 |
commit | 87a58961c5f24a44a8b828e7c9ca51269df4233c (patch) | |
tree | 6dc992249981bd5e2bf7bc42dc0e8625cfef4551 /graphics/freetype-utils | |
parent | bb9979723b2dcfb525c8030ce8516f426da0bb1b (diff) | |
download | pkgsrc-87a58961c5f24a44a8b828e7c9ca51269df4233c.tar.gz |
Update freetype1 packages to 1.5, the final version.
Changes:
- apiref.txt has been again revised.
- apirefx.txt has been extended to document the GPOS interface.
- TODO has been dropped (since we consider there will be no
further development).
- TT_Char_Index() now uses TT_ULong for character codes. It now
supports cmap tables in format 8 and 12.
- New error code (TT_Err_Too_Many_FDefs) when a font defines too
many functions.
- Support files for BeOS have been contributed by Chris Herborth.
- The EXPORT_DEF/EXPORT_FUNC/etc. stuff has been replaced with a
more elaborate scheme.
- Cleaning up of the ft_conf.h files to remove obsolete stuff.
- TT_GSUB_Add_String() has two additional parameters needed for
GPOS support.
- TT_CharMap_Next() of the ftxcmap extension now uses `TT_ULong'
as the second parameter.
- A long-lived bug in ftxpost.c.
Diffstat (limited to 'graphics/freetype-utils')
-rw-r--r-- | graphics/freetype-utils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/freetype-utils/Makefile b/graphics/freetype-utils/Makefile index 336879032d3..db18bc48a4a 100644 --- a/graphics/freetype-utils/Makefile +++ b/graphics/freetype-utils/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2006/04/06 06:22:02 reed Exp $ +# $NetBSD: Makefile,v 1.20 2006/06/17 19:41:33 minskim Exp $ .include "../../graphics/freetype-lib/Makefile.common" PKGNAME= freetype-utils-${FT_VERS} -PKGREVISION= 2 COMMENT= Utilities for manipulating TrueType fonts BUILDLINK_API_DEPENDS.freetype= freetype-lib>=${FT_VERS} |