Path to this page:
./
fonts/ttmkfdir2,
Tool that creates a fonts.scale file
Branch: CURRENT,
Version: 20021109nb9,
Package name: ttmkfdir2-20021109nb9,
Maintainer: pkgsrc-usersThis program reads TrueType fonts and creates a suitable fonts.scale file for
use with the xfsft X font server or XFree86-4.
Required to run:[
graphics/freetype2]
Master sites:
Filesize: 685.449 KB
Version history: (Expand)
- (2026-01-02) Updated to version: ttmkfdir2-20021109nb9
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2023-11-12) Updated to version: ttmkfdir2-20021109nb8
CVS history: (Expand)
| 2026-01-02 01:02:35 by David A. Holland | Files touched by this commit (1) |
Log message:
fonts/ttfmkdir2: forgot to regen the patch sums
(part of previous)
|
| 2026-01-02 00:59:17 by David A. Holland | Files touched by this commit (3) |
Log message:
fonts/ttmkfdir2: avoid undefined behavior
The function that produced the font foundry name was returning a
pointer to its own automatic storage for cases where it was generating
"misc" for an unknown foundry. This is just as invalid in C++ as it is
in C, and dressing it up in C++ goop just made it harder to see that
it was wrong.
XXX: There's half a dozen entries in the foundry table here that are
XXX: unmatchable because they're lower-case and it does toupper()
XXX: before matching.
|
| 2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2569) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
| 2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2526) |
Log message:
*: Recursive revbup from graphics/freetype2
|
| 2021-10-26 12:28:41 by Nia Alarie | Files touched by this commit (864) |
Log message:
fonts: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
| 2021-10-07 16:05:29 by Nia Alarie | Files touched by this commit (864) |
Log message:
fonts: Remove SHA1 hashes for distfiles
|
| 2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
| 2018-05-05 05:56:48 by Min Sik Kim | Files touched by this commit (3) |
Log message:
fonts/ttmkfdir2: Make this build with freetype2-2.9.1
Use pkg-config instead of freetype-config.
|