head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.42 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.40 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.38 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.36 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.34 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.32 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.30 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.28 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.26 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.24 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.22 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.20 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.18 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.16 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.14 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.12 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.10 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.8 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.6 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2005.04.22.18.56.48; author wiz; state dead; branches; next 1.3; 1.3 date 2003.09.09.07.44.59; author itojun; state Exp; branches; next 1.2; 1.2 date 2002.05.31.15.33.08; author uebayasi; state dead; branches; next 1.1; 1.1 date 2002.05.20.12.30.30; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.05.20.12.30.30; author wiz; state Exp; branches; next ; desc @@ 1.4 log @Remove mkfontscale -- nowadays included in both XFree86 and x.org distributions. Ok by maintainer, rxg. @ text @$NetBSD: patch-ab,v 1.3 2003/09/09 07:44:59 itojun Exp $ --- mkfontscale.c 2002-05-24 21:59:21.000000000 +0900 +++ mp/mkfontscale.c 2003-09-09 16:42:47.000000000 +0900 @@@@ -496,6 +501,7 @@@@ encoding->value); } free(filename); + FT_Done_Face(face); } entries = reverseList(entries); fprintf(fontscale, "%d\n", listLength(entries)); @ 1.3 log @permit large number of fonts to be processed (free resource appropriately). bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 20020524. - Implements ``fuzz'' value for large encodings (defaults to 1%); precise heuristics are still used for 8-bit fonts. - Implements simple heuristic for distinguishing charcell fonts; tested with Courier New (-m-) and Lucida Console (-c-), more testing is needed. - Empty names are now treated the same as missing, which may (or may not) work around some arguably incorrect fonts. - Changed big5.eten-0 to big5-0. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2002/05/20 12:30:30 wiz Exp $ d3 10 a12 11 --- mkfontscale.c.orig Mon May 13 12:19:32 2002 +++ mkfontscale.c @@@@ -58,7 +58,7 @@@@ "adobe-standard", "adobe-symbol", "ibm-cp437", "microsoft-cp1252", /* But not "adobe-dingbats", as it uses generic glyph names. */ "jisx0201.1976-0", "jisx0208.1983-0", "jisx0208.1990-0", - "jisx0212.1190-0", "big5.eten-0", "gb2312.1980-0", + "jisx0212.1990-0", "big5-0", "gb2312.1980-0", "ksc5601.1987-0", "ksc5601.1992-3"}; char *extra_encodings_array[] = @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of mkfontscale: create an index of scalable font files for X Provided by rxg in pkg/16811. @ text @@