Path to this page:
./
graphics/freetype,
FreeType libraries and utilities
Branch: CURRENT,
Version: 1.5,
Package name: freetype-1.5,
Maintainer: pkgsrc-usersThe FreeType engine is a free and portable TrueType font rendering engine.
It has been developed to provide TT support to a great variety of
platforms and environments. Notice that FreeType is a *library*. It is
*not* a font server for your preferred environment, even though it has
been written to allow the design of many font servers.
This meta-package includes the freetype-lib and freetype-utils packages.
Required to run:[
graphics/freetype-utils] [
graphics/freetype-lib]
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2006-06-18) Updated to version: freetype-1.5
- (2006-02-06) Updated to version: freetype-1.3.1nb3
- (2005-10-05) Package added to pkgsrc.se, version freetype-1.3.1nb2 (created)
CVS history: (Expand)
2017-08-01 16:59:08 by Thomas Klausner | Files touched by this commit (211) |
Log message:
Follow some http -> https redirects.
|
2011-04-26 13:52:51 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Allow patch levels for dependencies
|
2009-04-09 01:07:51 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Use META_PACKAGE.
|
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|
2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158) |
Log message:
* If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".
* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
and no PLIST files exist, then fail during the package build with
PKG_FAIL_REASON.
* Remove "intentionally empty" PLISTs again.
Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:
PLIST_SRC= # empty
|
2007-10-25 19:50:03 by Johnny C. Lam | Files touched by this commit (85) |
Log message:
Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.
Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
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.
|