./graphics/freetype-utils, Utilities for manipulating TrueType fonts

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5nb2, Package name: freetype-utils-1.5nb2, Maintainer: pkgsrc-users

This packages includes several test programs to test various features
of the FreeType library:

fttimer performance timer for the engine
ftzoom glyph viewer
ftlint hint each glyph of a font file at a given size
ftview display all glyphs in a given font
ftdump TrueType font or collection dumper
ftstring display a given message on the screen
ftstrpnm convert a rendered text string into the PGM or PBM
fterror tests gettext() for internationalized messages


Required to run:
[graphics/freetype-lib]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 1369.858 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-28 11:50:57 by Jonathan Perkin | Files touched by this commit (1)
Log message:
freetype-utils: Remove bogus BUILDLINK_DEPMETHOD.libXt=build.

It is definitely not a build-only dependency.  Exposed by indirect depends
checks.  Bump PKGREVISION.
   2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234)
Log message:
recursive bump from gettext-lib shlib bump.
   2008-03-14 18:22:49 by Johnny C. Lam | Files touched by this commit (6)
Log message:
Support user-destdir installation.
   2007-02-15 15:58:22 by Joerg Sonnenberger | Files touched by this commit (23)
Log message:
Modular Xorg support.
   2006-06-17 21:41:33 by Min Sik Kim | Files touched by this commit (8)
Log message:
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.
   2006-04-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147)
Log message:
Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.