head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.50 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.48 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.46 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.44 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.42 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.40 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.38 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.36 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.34 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.32 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.30 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.28 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.26 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.24 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.22 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.20 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.18 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.16 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.14 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.12 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.10 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.8 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.6 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.4 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.2 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2; locks; strict; comment @# @; 1.4 date 2004.04.26.01.54.50; author snj; state dead; branches; next 1.3; 1.3 date 2004.03.03.11.28.11; author adam; state Exp; branches; next 1.2; 1.2 date 2002.09.19.01.26.42; author jlam; state Exp; branches; next 1.1; 1.1 date 2002.08.25.22.04.01; author jlam; state Exp; branches; next ; desc @@ 1.4 log @No longer used. @ text @# $NetBSD: buildlink2.mk,v 1.3 2004/03/03 11:28:11 adam Exp $ .if !defined(T1LIB_BUILDLINK2_MK) T1LIB_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= t1lib BUILDLINK_DEPENDS.t1lib?= t1lib>=5.0.1 BUILDLINK_PKGSRCDIR.t1lib?= ../../fonts/t1lib EVAL_PREFIX+= BUILDLINK_PREFIX.t1lib=t1lib BUILDLINK_PREFIX.t1lib_DEFAULT= ${X11PREFIX} BUILDLINK_FILES.t1lib= include/t1lib.h BUILDLINK_FILES.t1lib+= include/t1libx.h BUILDLINK_FILES.t1lib+= lib/libt1.* BUILDLINK_FILES.t1lib+= lib/libt1x.* BUILDLINK_TARGETS+= t1lib-buildlink t1lib-buildlink: _BUILDLINK_USE .endif # T1LIB_BUILDLINK2_MK @ 1.3 log @Changes 5.0.0: - Forced PostScript target in the doc directory to file. - Subsetting code extended in order to ensure that components of composite characters are also part of the subset. - Hinting meachanism reworked in order to get rid of some rasterizing artifacts. - Experimental support for stroked fonts (PaintType=1) - Experimental support for stroking standard ATM fonts with PaintType=0. - Functions for drawing rectangles. - Bug Fixes Changes 5.0.1: - Support for Flex was not adapted to the changes from 5.0.0. This led to rasterization errors in fonts that use the Flex functionality --> fixed. - Bug Fixes @ text @d1 1 a1 1 # $NetBSD: buildlink2.mk,v 1.2 2002/09/19 01:26:42 jlam Exp $ @ 1.2 log @Update fonts/t1lib to 1.3.1. Changes from version 1.1.1 include: * Move t1lib.config.netbsd sample file to t1lib.config.sample, which is more OS-neutral. - Bug fixes. - Fixed kerning mapping code. Kerning did not work correctly for characters that appeared multiple times in an encoding vector. - In the same context a new function, T1_GetEncodingIndices() has been added to the API. It returns an array of indices (by contrast, T1_GetEncodingIndex() returns only the lowest index found). - Support for composite characters. - Additional support for dvips encoding files (thanks to suggestion and contribution by Nicolai Langfeldt (janl@@linpro.no). - Global Font Metrics Information is loaded from AFM files in order to be able to read the typographic ascender. Line ruling did not behave as documented. However, problems could still exist because the typographic ascender specification is optional in AFMs. - Reorganized search path handling and, in particular, the respective documentation is more detailed. - The configuration file now allows multiple lines of one type of search path specification and it is also possible to quote path specification in order to specify paths that contains special characters like spaces, colons, etc. - Multiple font databases are supported. - T1_PrintLog() extended to accept a variable argument list. - The environment variable T1LIB_LOGMODE is evaluated to give the user the chance to specify a loglevel and hence to detect t1lib-problems even if the application programmer did not enable the log file features. - Color problem in t1x11-module fixed. - Fixes in AFM parser. Among others, Version had been read as name, instead of as string. This led to a failure to scan global font info for some standard AFMs. @ text @d1 1 a1 1 # $NetBSD: buildlink2.mk,v 1.1 2002/08/25 22:04:01 jlam Exp $ d7 1 a7 1 BUILDLINK_DEPENDS.t1lib?= t1lib>=1.3.1 @ 1.1 log @Resurrect textproc/t1lib/buildlink2.mk from the buildlink2 branch into t1lib's new location (fonts/t1lib). @ text @d1 1 a1 1 # $NetBSD: buildlink.mk,v 1.1.1.1 2002/07/19 12:37:41 wiz Exp $ d7 1 a7 1 BUILDLINK_DEPENDS.t1lib?= t1lib>=1.1.1 @