The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD x11-fonts : ttmkfdir

Create fonts.scale file for use with TrueType font server

 This program reads TrueType fonts and creates a
suitable fonts.scale file for use with an X font server. 

http://people.redhat.com/yshao/



ttmkfdir history


v. 1.26
date: 2007/05/19 20:29:36;  author: flz;  state: Exp;  lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.25 date: 2007/03/27 22:12:02; author: stas; state: Exp; lines: +1 -1 - Change my email. Suggested by: skv
v. 1.24 date: 2006/07/19 11:06:15; author: itetcu; state: Exp; lines: +6 -7 - Update to 3.0.9 - Pass maintainership to submitter Added file(s): - files/patch-builtin.cpp - files/patch-directory.cpp - files/patch-encoding.l - files/patch-ttf.cpp - files/patch-util.h This release contains additional patches and impovements from Redhat and net: - Compressed fonts support via Zlib - Improve performance when checking if a font has a mapping present - Base font file selection on the magic at the start of the file - iso8859-13 support - Default read system encodings.dir instead of the one in current directory - A lot of bugfixes PR: ports/100520 Submitted by: Stanislav Sedov
v. 1.23 date: 2006/02/23 10:40:03; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.22 date: 2005/11/15 06:51:49; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.21 date: 2004/06/04 17:29:36; author: ade; state: Exp; lines: +1 -1 Sync with new bsd.autotools.mk
v. 1.20 date: 2004/02/05 20:38:01; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES. Reviewed by: marcus
v. 1.19 date: 2004/02/04 05:10:00; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.18 date: 2003/12/09 00:50:45; author: pav; state: Exp; lines: +10 -9 - On many systems, ttmkfdir was the only reason to install freetype1. Here is ttmkfdir that uses freetype2 as a backend. PR: ports/60055 Submitted by: Thierry Thomas
v. 1.17 date: 2003/02/20 19:18:02; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.16 date: 2002/11/10 16:48:42; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.15 date: 2002/11/06 22:47:28; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.14 date: 2002/09/02 08:45:19; author: sobomax; state: Exp; lines: +1 -0 Recognise koi8-u encoding. Bump PORTREVISION.
v. 1.13 date: 2002/03/14 11:16:44; author: sobomax; state: Exp; lines: +2 -2 Adjust in accordance with the new location of freetype1 includes (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
v. 1.12 date: 2001/02/05 21:02:11; author: olgeni; state: Exp; lines: +2 -2 Style fixes for x11-fonts.
v. 1.11 date: 2001/01/09 19:13:17; author: trevor; state: Exp; lines: +2 -2 Update master site and home page. PR: 24192 Submitted by: Joseph Scott and myself
v. 1.10 date: 2000/10/04 06:40:06; author: sobomax; state: Exp; lines: +2 -2 Correct CATEGORIES - make first category in the CATEGORIES list matching parent directory.
v. 1.9 date: 2000/08/03 09:27:23; author: asami; state: Exp; lines: +2 -3 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.8 date: 2000/04/10 00:44:41; author: cpiazza; state: Exp; lines: +5 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.7 date: 2000/01/14 18:55:30; author: imura; state: Exp; lines: +4 -4 - Fix MASTER_SITES - Add WWW: line into pkg/DESCR PR: 15946 Submitted by: KATO Tsuguru
v. 1.6 date: 1999/11/25 03:41:54; author: jseger; state: Exp; lines: +2 -2 Bump freetype's lib number
v. 1.5 date: 1999/08/31 06:52:37; author: mharo; state: Exp; lines: +3 -3 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.4 date: 1999/08/31 02:58:34; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.3 date: 1998/12/12 21:03:36; author: jseger; state: Exp; lines: +2 -2 Use libttf.3 of the new freetype 1.2
v. 1.2 date: 1998/09/21 08:41:45; author: asami; state: Exp; lines: +2 -2 freetype (libttf) is now converted to ELF.
v. 1.1 date: 1998/09/09 08:06:32; author: tg; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/09/09 08:06:32; author: tg; state: Exp; lines: +0 -0 Re-import to x11-fonts, as requested by Satoshi. ============================================================================= v. 1.26 date: 2007/05/19 20:29:36; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25 date: 2007/03/27 22:12:02; author: stas; state: Exp; lines: +1 -1 - Change my email. Suggested by: skv
v. 1.24 date: 2006/07/19 11:06:15; author: itetcu; state: Exp; lines: +6 -7 - Update to 3.0.9 - Pass maintainership to submitter Added file(s): - files/patch-builtin.cpp - files/patch-directory.cpp - files/patch-encoding.l - files/patch-ttf.cpp - files/patch-util.h This release contains additional patches and impovements from Redhat and net: - Compressed fonts support via Zlib - Improve performance when checking if a font has a mapping present - Base font file selection on the magic at the start of the file - iso8859-13 support - Default read system encodings.dir instead of the one in current directory - A lot of bugfixes PR: ports/100520 Submitted by: Stanislav Sedov
v. 1.23 date: 2006/02/23 10:40:03; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.22 date: 2005/11/15 06:51:49; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.21 date: 2004/06/04 17:29:36; author: ade; state: Exp; lines: +1 -1 Sync with new bsd.autotools.mk
v. 1.20 date: 2004/02/05 20:38:01; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES. Reviewed by: marcus
v. 1.19 date: 2004/02/04 05:10:00; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.18 date: 2003/12/09 00:50:45; author: pav; state: Exp; lines: +10 -9 - On many systems, ttmkfdir was the only reason to install freetype1. Here is ttmkfdir that uses freetype2 as a backend. PR: ports/60055 Submitted by: Thierry Thomas
v. 1.17 date: 2003/02/20 19:18:02; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.16 date: 2002/11/10 16:48:42; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.15 date: 2002/11/06 22:47:28; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.14 date: 2002/09/02 08:45:19; author: sobomax; state: Exp; lines: +1 -0 Recognise koi8-u encoding. Bump PORTREVISION.
v. 1.13 date: 2002/03/14 11:16:44; author: sobomax; state: Exp; lines: +2 -2 Adjust in accordance with the new location of freetype1 includes (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
v. 1.12 date: 2001/02/05 21:02:11; author: olgeni; state: Exp; lines: +2 -2 Style fixes for x11-fonts.
v. 1.11 date: 2001/01/09 19:13:17; author: trevor; state: Exp; lines: +2 -2 Update master site and home page. PR: 24192 Submitted by: Joseph Scott and myself
v. 1.10 date: 2000/10/04 06:40:06; author: sobomax; state: Exp; lines: +2 -2 Correct CATEGORIES - make first category in the CATEGORIES list matching parent directory.
v. 1.9 date: 2000/08/03 09:27:23; author: asami; state: Exp; lines: +2 -3 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.8 date: 2000/04/10 00:44:41; author: cpiazza; state: Exp; lines: +5 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.7 date: 2000/01/14 18:55:30; author: imura; state: Exp; lines: +4 -4 - Fix MASTER_SITES - Add WWW: line into pkg/DESCR PR: 15946 Submitted by: KATO Tsuguru
v. 1.6 date: 1999/11/25 03:41:54; author: jseger; state: Exp; lines: +2 -2 Bump freetype's lib number
v. 1.5 date: 1999/08/31 06:52:37; author: mharo; state: Exp; lines: +3 -3 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.4 date: 1999/08/31 02:58:34; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.3 date: 1998/12/12 21:03:36; author: jseger; state: Exp; lines: +2 -2 Use libttf.3 of the new freetype 1.2
v. 1.2 date: 1998/09/21 08:41:45; author: asami; state: Exp; lines: +2 -2 freetype (libttf) is now converted to ELF.
v. 1.1 date: 1998/09/09 08:06:32; author: tg; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/09/09 08:06:32; author: tg; state: Exp; lines: +0 -0 Re-import to x11-fonts, as requested by Satoshi. ============================================================================= v. 1.26 date: 2007/05/19 20:29:36; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25 date: 2007/03/27 22:12:02; author: stas; state: Exp; lines: +1 -1 - Change my email. Suggested by: skv
v. 1.24 date: 2006/07/19 11:06:15; author: itetcu; state: Exp; lines: +6 -7 - Update to 3.0.9 - Pass maintainership to submitter Added file(s): - files/patch-builtin.cpp - files/patch-directory.cpp - files/patch-encoding.l - files/patch-ttf.cpp - files/patch-util.h This release contains additional patches and impovements from Redhat and net: - Compressed fonts support via Zlib - Improve performance when checking if a font has a mapping present - Base font file selection on the magic at the start of the file - iso8859-13 support - Default read system encodings.dir instead of the one in current directory - A lot of bugfixes PR: ports/100520 Submitted by: Stanislav Sedov
v. 1.23 date: 2006/02/23 10:40:03; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.22 date: 2005/11/15 06:51:49; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.21 date: 2004/06/04 17:29:36; author: ade; state: Exp; lines: +1 -1 Sync with new bsd.autotools.mk
v. 1.20 date: 2004/02/05 20:38:01; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES. Reviewed by: marcus
v. 1.19 date: 2004/02/04 05:10:00; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.18 date: 2003/12/09 00:50:45; author: pav; state: Exp; lines: +10 -9 - On many systems, ttmkfdir was the only reason to install freetype1. Here is ttmkfdir that uses freetype2 as a backend. PR: ports/60055 Submitted by: Thierry Thomas
v. 1.17 date: 2003/02/20 19:18:02; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.16 date: 2002/11/10 16:48:42; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.15 date: 2002/11/06 22:47:28; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.14 date: 2002/09/02 08:45:19; author: sobomax; state: Exp; lines: +1 -0 Recognise koi8-u encoding. Bump PORTREVISION.
v. 1.13 date: 2002/03/14 11:16:44; author: sobomax; state: Exp; lines: +2 -2 Adjust in accordance with the new location of freetype1 includes (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
v. 1.12 date: 2001/02/05 21:02:11; author: olgeni; state: Exp; lines: +2 -2 Style fixes for x11-fonts.
v. 1.11 date: 2001/01/09 19:13:17; author: trevor; state: Exp; lines: +2 -2 Update master site and home page. PR: 24192 Submitted by: Joseph Scott and myself
v. 1.10 date: 2000/10/04 06:40:06; author: sobomax; state: Exp; lines: +2 -2 Correct CATEGORIES - make first category in the CATEGORIES list matching parent directory.
v. 1.9 date: 2000/08/03 09:27:23; author: asami; state: Exp; lines: +2 -3 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.8 date: 2000/04/10 00:44:41; author: cpiazza; state: Exp; lines: +5 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.7 date: 2000/01/14 18:55:30; author: imura; state: Exp; lines: +4 -4 - Fix MASTER_SITES - Add WWW: line into pkg/DESCR PR: 15946 Submitted by: KATO Tsuguru
v. 1.6 date: 1999/11/25 03:41:54; author: jseger; state: Exp; lines: +2 -2 Bump freetype's lib number
v. 1.5 date: 1999/08/31 06:52:37; author: mharo; state: Exp; lines: +3 -3 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.4 date: 1999/08/31 02:58:34; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.3 date: 1998/12/12 21:03:36; author: jseger; state: Exp; lines: +2 -2 Use libttf.3 of the new freetype 1.2
v. 1.2 date: 1998/09/21 08:41:45; author: asami; state: Exp; lines: +2 -2 freetype (libttf) is now converted to ELF.
v. 1.1 date: 1998/09/09 08:06:32; author: tg; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/09/09 08:06:32; author: tg; state: Exp; lines: +0 -0 Re-import to x11-fonts, as requested by Satoshi. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm