From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 28 19:43:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF67D16A62F for ; Wed, 28 Jun 2006 19:43:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA8B144369 for ; Wed, 28 Jun 2006 18:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5SIeLIf095156 for ; Wed, 28 Jun 2006 18:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5SIeLZm095152; Wed, 28 Jun 2006 18:40:21 GMT (envelope-from gnats) Resent-Date: Wed, 28 Jun 2006 18:40:21 GMT Resent-Message-Id: <200606281840.k5SIeLZm095152@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Vlad V. Teterya" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F328816A410 for ; Wed, 28 Jun 2006 18:34:58 +0000 (UTC) (envelope-from root@zeon.ein.uz.ua) Received: from zeon.ein.uz.ua (zeon.ein.uz.ua [194.88.152.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB40043E76 for ; Wed, 28 Jun 2006 18:34:57 +0000 (GMT) (envelope-from root@zeon.ein.uz.ua) Received: by zeon.ein.uz.ua (Postfix, from userid 0) id CCCFD1D71; Wed, 28 Jun 2006 21:34:55 +0300 (EEST) Message-Id: <20060628183455.CCCFD1D71@zeon.ein.uz.ua> Date: Wed, 28 Jun 2006 21:34:55 +0300 (EEST) From: "Vlad V. Teterya" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gugod@gugod.org Subject: ports/99586: [UPDATE PORT] x11-fonts/terminus-font X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Vlad V. Teterya" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2006 19:43:24 -0000 >Number: 99586 >Category: ports >Synopsis: [UPDATE PORT] x11-fonts/terminus-font >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 28 18:40:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Vlad V. Teterya >Release: FreeBSD 6.1-RELEASE i386 >Organization: TrioSoft >Environment: System: FreeBSD zeon.ein.uz.ua 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon Jun 12 13:03:24 EEST 2006 root@zeon.ein.uz.ua:/usr/src/sys/i386/compile/ZEON i386 >Description: x11-fonts/terminus-font needs updating /usr/ports/UPDATING: The fonts installation directory has been changed to ${X11BASE}/lib/X11/fonts/${PORTNAME} Please update the FontPath variable in your X server configuration file. >How-To-Repeat: >Fix: --- TERMINUS begins here --- diff -ruN terminus-font.old/Makefile terminus-font/Makefile --- terminus-font.old/Makefile Sun Mar 6 00:16:09 2005 +++ terminus-font/Makefile Wed Jun 28 20:42:21 2006 @@ -1,16 +1,14 @@ -# New ports collection makefile for: terminus-font +# New ports collection makefile for: terminus-font # Date Created: 04 Nov 2002 # Whom: Michael Hsin # -# $FreeBSD: ports/x11-fonts/terminus-font/Makefile,v 1.8 2005/03/05 22:16:09 adamw Exp $ +# $FreeBSD$ # PORTNAME= terminus-font -PORTVERSION= 4.11 -PORTREVISION= 0 +PORTVERSION= 4.20 CATEGORIES= x11-fonts -MASTER_SITES= http://www.is-vn.bg/hamster/ \ - http://mr700.cjb.net/pub/fc3/2do/ +MASTER_SITES= http://www.is-vn.bg/hamster/ MAINTAINER= gugod@gugod.org COMMENT= Terminus Font - a clean fixed width font @@ -19,18 +17,23 @@ bdftopcf:${X_CLIENTS_PORT} RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT} -USE_PERL5= yes +USE_PERL5= yes USE_X_PREFIX= yes ALL_TARGET= pcf SHAREMODE= 644 -XFONTDIR= ${PREFIX}/lib/X11/fonts/local +FONTDIR= lib/X11/fonts/${PORTNAME} +PLIST_SUB+= FONTDIR=${FONTDIR} post-build: - @gzip ${WRKSRC}/*.pcf + @${GZIP_CMD} ${WRKSRC}/*.pcf do-install: - @${MKDIR} ${XFONTDIR} - @${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${XFONTDIR} - @cd ${XFONTDIR}; mkfontdir + @${MKDIR} ${X11BASE}/${FONTDIR} + @${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${X11BASE}/${FONTDIR} + +post-install: + @cd ${X11BASE}/${FONTDIR}; mkfontdir + @${CP} ${X11BASE}/${FONTDIR}/fonts.dir ${X11BASE}/${FONTDIR}/fonts.scale || true + @command fc-cache -f -v ${X11BASE}/${FONTDIR} || true .include diff -ruN terminus-font.old/distinfo terminus-font/distinfo --- terminus-font.old/distinfo Tue Jan 24 05:16:27 2006 +++ terminus-font/distinfo Wed Jun 28 14:49:04 2006 @@ -1,3 +1,3 @@ -MD5 (terminus-font-4.11.tar.gz) = 032805275816016bdc5f4d10e15cf4ad -SHA256 (terminus-font-4.11.tar.gz) = 0e015792eefecbb6b3a4c4d5e26eef1264977e92657d98741642ec20c3ed8842 -SIZE (terminus-font-4.11.tar.gz) = 177244 +MD5 (terminus-font-4.20.tar.gz) = fe9d8e25b9537f6b3154d07d3da50375 +SHA256 (terminus-font-4.20.tar.gz) = fe10b94591e77fd49a0dee00976e31cc3378fef74a6ec1fc93022e6479e1d687 +SIZE (terminus-font-4.20.tar.gz) = 201816 diff -ruN terminus-font.old/pkg-descr terminus-font/pkg-descr --- terminus-font.old/pkg-descr Sun Feb 20 09:12:13 2005 +++ terminus-font/pkg-descr Wed Jun 28 17:04:54 2006 @@ -9,4 +9,5 @@ font, contributed by "Sascha Blank" which is NOT in the original release. +Author: Dimitar Toshkov Zhekov WWW: http://www.is-vn.bg/hamster/ diff -ruN terminus-font.old/pkg-plist terminus-font/pkg-plist --- terminus-font.old/pkg-plist Sun Feb 20 09:12:13 2005 +++ terminus-font/pkg-plist Wed Jun 28 20:08:06 2006 @@ -1,338 +1,340 @@ -lib/X11/fonts/local/ter-112b.pcf.gz -lib/X11/fonts/local/ter-112bi.pcf.gz -lib/X11/fonts/local/ter-112i.pcf.gz -lib/X11/fonts/local/ter-112n.pcf.gz -lib/X11/fonts/local/ter-114b.pcf.gz -lib/X11/fonts/local/ter-114bi.pcf.gz -lib/X11/fonts/local/ter-114i.pcf.gz -lib/X11/fonts/local/ter-114n.pcf.gz -lib/X11/fonts/local/ter-116b.pcf.gz -lib/X11/fonts/local/ter-116bi.pcf.gz -lib/X11/fonts/local/ter-116i.pcf.gz -lib/X11/fonts/local/ter-116n.pcf.gz -lib/X11/fonts/local/ter-120b.pcf.gz -lib/X11/fonts/local/ter-120bi.pcf.gz -lib/X11/fonts/local/ter-120i.pcf.gz -lib/X11/fonts/local/ter-120n.pcf.gz -lib/X11/fonts/local/ter-124b.pcf.gz -lib/X11/fonts/local/ter-124bi.pcf.gz -lib/X11/fonts/local/ter-124i.pcf.gz -lib/X11/fonts/local/ter-124n.pcf.gz -lib/X11/fonts/local/ter-128b.pcf.gz -lib/X11/fonts/local/ter-128bi.pcf.gz -lib/X11/fonts/local/ter-128i.pcf.gz -lib/X11/fonts/local/ter-128n.pcf.gz -lib/X11/fonts/local/ter-132b.pcf.gz -lib/X11/fonts/local/ter-132bi.pcf.gz -lib/X11/fonts/local/ter-132i.pcf.gz -lib/X11/fonts/local/ter-132n.pcf.gz -lib/X11/fonts/local/ter-212b.pcf.gz -lib/X11/fonts/local/ter-212bi.pcf.gz -lib/X11/fonts/local/ter-212i.pcf.gz -lib/X11/fonts/local/ter-212n.pcf.gz -lib/X11/fonts/local/ter-214b.pcf.gz -lib/X11/fonts/local/ter-214bi.pcf.gz -lib/X11/fonts/local/ter-214i.pcf.gz -lib/X11/fonts/local/ter-214n.pcf.gz -lib/X11/fonts/local/ter-216b.pcf.gz -lib/X11/fonts/local/ter-216bi.pcf.gz -lib/X11/fonts/local/ter-216i.pcf.gz -lib/X11/fonts/local/ter-216n.pcf.gz -lib/X11/fonts/local/ter-220b.pcf.gz -lib/X11/fonts/local/ter-220bi.pcf.gz -lib/X11/fonts/local/ter-220i.pcf.gz -lib/X11/fonts/local/ter-220n.pcf.gz -lib/X11/fonts/local/ter-224b.pcf.gz -lib/X11/fonts/local/ter-224bi.pcf.gz -lib/X11/fonts/local/ter-224i.pcf.gz -lib/X11/fonts/local/ter-224n.pcf.gz -lib/X11/fonts/local/ter-228b.pcf.gz -lib/X11/fonts/local/ter-228bi.pcf.gz -lib/X11/fonts/local/ter-228i.pcf.gz -lib/X11/fonts/local/ter-228n.pcf.gz -lib/X11/fonts/local/ter-232b.pcf.gz -lib/X11/fonts/local/ter-232bi.pcf.gz -lib/X11/fonts/local/ter-232i.pcf.gz -lib/X11/fonts/local/ter-232n.pcf.gz -lib/X11/fonts/local/ter-512b.pcf.gz -lib/X11/fonts/local/ter-512bi.pcf.gz -lib/X11/fonts/local/ter-512i.pcf.gz -lib/X11/fonts/local/ter-512n.pcf.gz -lib/X11/fonts/local/ter-514b.pcf.gz -lib/X11/fonts/local/ter-514bi.pcf.gz -lib/X11/fonts/local/ter-514i.pcf.gz -lib/X11/fonts/local/ter-514n.pcf.gz -lib/X11/fonts/local/ter-516b.pcf.gz -lib/X11/fonts/local/ter-516bi.pcf.gz -lib/X11/fonts/local/ter-516i.pcf.gz -lib/X11/fonts/local/ter-516n.pcf.gz -lib/X11/fonts/local/ter-520b.pcf.gz -lib/X11/fonts/local/ter-520bi.pcf.gz -lib/X11/fonts/local/ter-520i.pcf.gz -lib/X11/fonts/local/ter-520n.pcf.gz -lib/X11/fonts/local/ter-524b.pcf.gz -lib/X11/fonts/local/ter-524bi.pcf.gz -lib/X11/fonts/local/ter-524i.pcf.gz -lib/X11/fonts/local/ter-524n.pcf.gz -lib/X11/fonts/local/ter-528b.pcf.gz -lib/X11/fonts/local/ter-528bi.pcf.gz -lib/X11/fonts/local/ter-528i.pcf.gz -lib/X11/fonts/local/ter-528n.pcf.gz -lib/X11/fonts/local/ter-532b.pcf.gz -lib/X11/fonts/local/ter-532bi.pcf.gz -lib/X11/fonts/local/ter-532i.pcf.gz -lib/X11/fonts/local/ter-532n.pcf.gz -lib/X11/fonts/local/ter-912b.pcf.gz -lib/X11/fonts/local/ter-912bi.pcf.gz -lib/X11/fonts/local/ter-912i.pcf.gz -lib/X11/fonts/local/ter-912n.pcf.gz -lib/X11/fonts/local/ter-914b.pcf.gz -lib/X11/fonts/local/ter-914bi.pcf.gz -lib/X11/fonts/local/ter-914i.pcf.gz -lib/X11/fonts/local/ter-914n.pcf.gz -lib/X11/fonts/local/ter-916b.pcf.gz -lib/X11/fonts/local/ter-916bi.pcf.gz -lib/X11/fonts/local/ter-916i.pcf.gz -lib/X11/fonts/local/ter-916n.pcf.gz -lib/X11/fonts/local/ter-920b.pcf.gz -lib/X11/fonts/local/ter-920bi.pcf.gz -lib/X11/fonts/local/ter-920i.pcf.gz -lib/X11/fonts/local/ter-920n.pcf.gz -lib/X11/fonts/local/ter-924b.pcf.gz -lib/X11/fonts/local/ter-924bi.pcf.gz -lib/X11/fonts/local/ter-924i.pcf.gz -lib/X11/fonts/local/ter-924n.pcf.gz -lib/X11/fonts/local/ter-928b.pcf.gz -lib/X11/fonts/local/ter-928bi.pcf.gz -lib/X11/fonts/local/ter-928i.pcf.gz -lib/X11/fonts/local/ter-928n.pcf.gz -lib/X11/fonts/local/ter-932b.pcf.gz -lib/X11/fonts/local/ter-932bi.pcf.gz -lib/X11/fonts/local/ter-932i.pcf.gz -lib/X11/fonts/local/ter-932n.pcf.gz -lib/X11/fonts/local/ter-c12b.pcf.gz -lib/X11/fonts/local/ter-c12bi.pcf.gz -lib/X11/fonts/local/ter-c12i.pcf.gz -lib/X11/fonts/local/ter-c12n.pcf.gz -lib/X11/fonts/local/ter-c14b.pcf.gz -lib/X11/fonts/local/ter-c14bi.pcf.gz -lib/X11/fonts/local/ter-c14i.pcf.gz -lib/X11/fonts/local/ter-c14n.pcf.gz -lib/X11/fonts/local/ter-c16b.pcf.gz -lib/X11/fonts/local/ter-c16bi.pcf.gz -lib/X11/fonts/local/ter-c16i.pcf.gz -lib/X11/fonts/local/ter-c16n.pcf.gz -lib/X11/fonts/local/ter-c20b.pcf.gz -lib/X11/fonts/local/ter-c20bi.pcf.gz -lib/X11/fonts/local/ter-c20i.pcf.gz -lib/X11/fonts/local/ter-c20n.pcf.gz -lib/X11/fonts/local/ter-c24b.pcf.gz -lib/X11/fonts/local/ter-c24bi.pcf.gz -lib/X11/fonts/local/ter-c24i.pcf.gz -lib/X11/fonts/local/ter-c24n.pcf.gz -lib/X11/fonts/local/ter-c28b.pcf.gz -lib/X11/fonts/local/ter-c28bi.pcf.gz -lib/X11/fonts/local/ter-c28i.pcf.gz -lib/X11/fonts/local/ter-c28n.pcf.gz -lib/X11/fonts/local/ter-c32b.pcf.gz -lib/X11/fonts/local/ter-c32bi.pcf.gz -lib/X11/fonts/local/ter-c32i.pcf.gz -lib/X11/fonts/local/ter-c32n.pcf.gz -lib/X11/fonts/local/ter-d12b.pcf.gz -lib/X11/fonts/local/ter-d12bi.pcf.gz -lib/X11/fonts/local/ter-d12i.pcf.gz -lib/X11/fonts/local/ter-d12n.pcf.gz -lib/X11/fonts/local/ter-d14b.pcf.gz -lib/X11/fonts/local/ter-d14bi.pcf.gz -lib/X11/fonts/local/ter-d14i.pcf.gz -lib/X11/fonts/local/ter-d14n.pcf.gz -lib/X11/fonts/local/ter-d16b.pcf.gz -lib/X11/fonts/local/ter-d16bi.pcf.gz -lib/X11/fonts/local/ter-d16i.pcf.gz -lib/X11/fonts/local/ter-d16n.pcf.gz -lib/X11/fonts/local/ter-d20b.pcf.gz -lib/X11/fonts/local/ter-d20bi.pcf.gz -lib/X11/fonts/local/ter-d20i.pcf.gz -lib/X11/fonts/local/ter-d20n.pcf.gz -lib/X11/fonts/local/ter-d24b.pcf.gz -lib/X11/fonts/local/ter-d24bi.pcf.gz -lib/X11/fonts/local/ter-d24i.pcf.gz -lib/X11/fonts/local/ter-d24n.pcf.gz -lib/X11/fonts/local/ter-d28b.pcf.gz -lib/X11/fonts/local/ter-d28bi.pcf.gz -lib/X11/fonts/local/ter-d28i.pcf.gz -lib/X11/fonts/local/ter-d28n.pcf.gz -lib/X11/fonts/local/ter-d32b.pcf.gz -lib/X11/fonts/local/ter-d32bi.pcf.gz -lib/X11/fonts/local/ter-d32i.pcf.gz -lib/X11/fonts/local/ter-d32n.pcf.gz -lib/X11/fonts/local/ter-f12b.pcf.gz -lib/X11/fonts/local/ter-f12bi.pcf.gz -lib/X11/fonts/local/ter-f12i.pcf.gz -lib/X11/fonts/local/ter-f12n.pcf.gz -lib/X11/fonts/local/ter-f14b.pcf.gz -lib/X11/fonts/local/ter-f14bi.pcf.gz -lib/X11/fonts/local/ter-f14i.pcf.gz -lib/X11/fonts/local/ter-f14n.pcf.gz -lib/X11/fonts/local/ter-f16b.pcf.gz -lib/X11/fonts/local/ter-f16bi.pcf.gz -lib/X11/fonts/local/ter-f16i.pcf.gz -lib/X11/fonts/local/ter-f16n.pcf.gz -lib/X11/fonts/local/ter-f20b.pcf.gz -lib/X11/fonts/local/ter-f20bi.pcf.gz -lib/X11/fonts/local/ter-f20i.pcf.gz -lib/X11/fonts/local/ter-f20n.pcf.gz -lib/X11/fonts/local/ter-f24b.pcf.gz -lib/X11/fonts/local/ter-f24bi.pcf.gz -lib/X11/fonts/local/ter-f24i.pcf.gz -lib/X11/fonts/local/ter-f24n.pcf.gz -lib/X11/fonts/local/ter-f28b.pcf.gz -lib/X11/fonts/local/ter-f28bi.pcf.gz -lib/X11/fonts/local/ter-f28i.pcf.gz -lib/X11/fonts/local/ter-f28n.pcf.gz -lib/X11/fonts/local/ter-f32b.pcf.gz -lib/X11/fonts/local/ter-f32bi.pcf.gz -lib/X11/fonts/local/ter-f32i.pcf.gz -lib/X11/fonts/local/ter-f32n.pcf.gz -lib/X11/fonts/local/ter-g12b.pcf.gz -lib/X11/fonts/local/ter-g12bi.pcf.gz -lib/X11/fonts/local/ter-g12i.pcf.gz -lib/X11/fonts/local/ter-g12n.pcf.gz -lib/X11/fonts/local/ter-g14b.pcf.gz -lib/X11/fonts/local/ter-g14bi.pcf.gz -lib/X11/fonts/local/ter-g14i.pcf.gz -lib/X11/fonts/local/ter-g14n.pcf.gz -lib/X11/fonts/local/ter-g16b.pcf.gz -lib/X11/fonts/local/ter-g16bi.pcf.gz -lib/X11/fonts/local/ter-g16i.pcf.gz -lib/X11/fonts/local/ter-g16n.pcf.gz -lib/X11/fonts/local/ter-g20b.pcf.gz -lib/X11/fonts/local/ter-g20bi.pcf.gz -lib/X11/fonts/local/ter-g20i.pcf.gz -lib/X11/fonts/local/ter-g20n.pcf.gz -lib/X11/fonts/local/ter-g24b.pcf.gz -lib/X11/fonts/local/ter-g24bi.pcf.gz -lib/X11/fonts/local/ter-g24i.pcf.gz -lib/X11/fonts/local/ter-g24n.pcf.gz -lib/X11/fonts/local/ter-g28b.pcf.gz -lib/X11/fonts/local/ter-g28bi.pcf.gz -lib/X11/fonts/local/ter-g28i.pcf.gz -lib/X11/fonts/local/ter-g28n.pcf.gz -lib/X11/fonts/local/ter-g32b.pcf.gz -lib/X11/fonts/local/ter-g32bi.pcf.gz -lib/X11/fonts/local/ter-g32i.pcf.gz -lib/X11/fonts/local/ter-g32n.pcf.gz -lib/X11/fonts/local/ter-k12b.pcf.gz -lib/X11/fonts/local/ter-k12bi.pcf.gz -lib/X11/fonts/local/ter-k12i.pcf.gz -lib/X11/fonts/local/ter-k12n.pcf.gz -lib/X11/fonts/local/ter-k14b.pcf.gz -lib/X11/fonts/local/ter-k14bi.pcf.gz -lib/X11/fonts/local/ter-k14i.pcf.gz -lib/X11/fonts/local/ter-k14n.pcf.gz -lib/X11/fonts/local/ter-k16b.pcf.gz -lib/X11/fonts/local/ter-k16bi.pcf.gz -lib/X11/fonts/local/ter-k16i.pcf.gz -lib/X11/fonts/local/ter-k16n.pcf.gz -lib/X11/fonts/local/ter-k20b.pcf.gz -lib/X11/fonts/local/ter-k20bi.pcf.gz -lib/X11/fonts/local/ter-k20i.pcf.gz -lib/X11/fonts/local/ter-k20n.pcf.gz -lib/X11/fonts/local/ter-k24b.pcf.gz -lib/X11/fonts/local/ter-k24bi.pcf.gz -lib/X11/fonts/local/ter-k24i.pcf.gz -lib/X11/fonts/local/ter-k24n.pcf.gz -lib/X11/fonts/local/ter-k28b.pcf.gz -lib/X11/fonts/local/ter-k28bi.pcf.gz -lib/X11/fonts/local/ter-k28i.pcf.gz -lib/X11/fonts/local/ter-k28n.pcf.gz -lib/X11/fonts/local/ter-k32b.pcf.gz -lib/X11/fonts/local/ter-k32bi.pcf.gz -lib/X11/fonts/local/ter-k32i.pcf.gz -lib/X11/fonts/local/ter-k32n.pcf.gz -lib/X11/fonts/local/ter-p12b.pcf.gz -lib/X11/fonts/local/ter-p12bi.pcf.gz -lib/X11/fonts/local/ter-p12i.pcf.gz -lib/X11/fonts/local/ter-p12n.pcf.gz -lib/X11/fonts/local/ter-p14b.pcf.gz -lib/X11/fonts/local/ter-p14bi.pcf.gz -lib/X11/fonts/local/ter-p14i.pcf.gz -lib/X11/fonts/local/ter-p14n.pcf.gz -lib/X11/fonts/local/ter-p16b.pcf.gz -lib/X11/fonts/local/ter-p16bi.pcf.gz -lib/X11/fonts/local/ter-p16i.pcf.gz -lib/X11/fonts/local/ter-p16n.pcf.gz -lib/X11/fonts/local/ter-p20b.pcf.gz -lib/X11/fonts/local/ter-p20bi.pcf.gz -lib/X11/fonts/local/ter-p20i.pcf.gz -lib/X11/fonts/local/ter-p20n.pcf.gz -lib/X11/fonts/local/ter-p24b.pcf.gz -lib/X11/fonts/local/ter-p24bi.pcf.gz -lib/X11/fonts/local/ter-p24i.pcf.gz -lib/X11/fonts/local/ter-p24n.pcf.gz -lib/X11/fonts/local/ter-p28b.pcf.gz -lib/X11/fonts/local/ter-p28bi.pcf.gz -lib/X11/fonts/local/ter-p28i.pcf.gz -lib/X11/fonts/local/ter-p28n.pcf.gz -lib/X11/fonts/local/ter-p32b.pcf.gz -lib/X11/fonts/local/ter-p32bi.pcf.gz -lib/X11/fonts/local/ter-p32i.pcf.gz -lib/X11/fonts/local/ter-p32n.pcf.gz -lib/X11/fonts/local/ter-u12b.pcf.gz -lib/X11/fonts/local/ter-u12bi.pcf.gz -lib/X11/fonts/local/ter-u12i.pcf.gz -lib/X11/fonts/local/ter-u12n.pcf.gz -lib/X11/fonts/local/ter-u14b.pcf.gz -lib/X11/fonts/local/ter-u14bi.pcf.gz -lib/X11/fonts/local/ter-u14i.pcf.gz -lib/X11/fonts/local/ter-u14n.pcf.gz -lib/X11/fonts/local/ter-u16b.pcf.gz -lib/X11/fonts/local/ter-u16bi.pcf.gz -lib/X11/fonts/local/ter-u16i.pcf.gz -lib/X11/fonts/local/ter-u16n.pcf.gz -lib/X11/fonts/local/ter-u20b.pcf.gz -lib/X11/fonts/local/ter-u20bi.pcf.gz -lib/X11/fonts/local/ter-u20i.pcf.gz -lib/X11/fonts/local/ter-u20n.pcf.gz -lib/X11/fonts/local/ter-u24b.pcf.gz -lib/X11/fonts/local/ter-u24bi.pcf.gz -lib/X11/fonts/local/ter-u24i.pcf.gz -lib/X11/fonts/local/ter-u24n.pcf.gz -lib/X11/fonts/local/ter-u28b.pcf.gz -lib/X11/fonts/local/ter-u28bi.pcf.gz -lib/X11/fonts/local/ter-u28i.pcf.gz -lib/X11/fonts/local/ter-u28n.pcf.gz -lib/X11/fonts/local/ter-u32b.pcf.gz -lib/X11/fonts/local/ter-u32bi.pcf.gz -lib/X11/fonts/local/ter-u32i.pcf.gz -lib/X11/fonts/local/ter-u32n.pcf.gz -lib/X11/fonts/local/ter-x12b.pcf.gz -lib/X11/fonts/local/ter-x12bi.pcf.gz -lib/X11/fonts/local/ter-x12i.pcf.gz -lib/X11/fonts/local/ter-x12n.pcf.gz -lib/X11/fonts/local/ter-x14b.pcf.gz -lib/X11/fonts/local/ter-x14bi.pcf.gz -lib/X11/fonts/local/ter-x14i.pcf.gz -lib/X11/fonts/local/ter-x14n.pcf.gz -lib/X11/fonts/local/ter-x16b.pcf.gz -lib/X11/fonts/local/ter-x16bi.pcf.gz -lib/X11/fonts/local/ter-x16i.pcf.gz -lib/X11/fonts/local/ter-x16n.pcf.gz -lib/X11/fonts/local/ter-x20b.pcf.gz -lib/X11/fonts/local/ter-x20bi.pcf.gz -lib/X11/fonts/local/ter-x20i.pcf.gz -lib/X11/fonts/local/ter-x20n.pcf.gz -lib/X11/fonts/local/ter-x24b.pcf.gz -lib/X11/fonts/local/ter-x24bi.pcf.gz -lib/X11/fonts/local/ter-x24i.pcf.gz -lib/X11/fonts/local/ter-x24n.pcf.gz -lib/X11/fonts/local/ter-x28b.pcf.gz -lib/X11/fonts/local/ter-x28bi.pcf.gz -lib/X11/fonts/local/ter-x28i.pcf.gz -lib/X11/fonts/local/ter-x28n.pcf.gz -lib/X11/fonts/local/ter-x32b.pcf.gz -lib/X11/fonts/local/ter-x32bi.pcf.gz -lib/X11/fonts/local/ter-x32i.pcf.gz -lib/X11/fonts/local/ter-x32n.pcf.gz -@exec (cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir) -@unexec (cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir) +%%FONTDIR%%/fonts.cache-1 +%%FONTDIR%%/fonts.dir +%%FONTDIR%%/fonts.scale +%%FONTDIR%%/ter-112b.pcf.gz +%%FONTDIR%%/ter-112bi.pcf.gz +%%FONTDIR%%/ter-112i.pcf.gz +%%FONTDIR%%/ter-112n.pcf.gz +%%FONTDIR%%/ter-114b.pcf.gz +%%FONTDIR%%/ter-114bi.pcf.gz +%%FONTDIR%%/ter-114i.pcf.gz +%%FONTDIR%%/ter-114n.pcf.gz +%%FONTDIR%%/ter-116b.pcf.gz +%%FONTDIR%%/ter-116bi.pcf.gz +%%FONTDIR%%/ter-116i.pcf.gz +%%FONTDIR%%/ter-116n.pcf.gz +%%FONTDIR%%/ter-120b.pcf.gz +%%FONTDIR%%/ter-120bi.pcf.gz +%%FONTDIR%%/ter-120i.pcf.gz +%%FONTDIR%%/ter-120n.pcf.gz +%%FONTDIR%%/ter-124b.pcf.gz +%%FONTDIR%%/ter-124bi.pcf.gz +%%FONTDIR%%/ter-124i.pcf.gz +%%FONTDIR%%/ter-124n.pcf.gz +%%FONTDIR%%/ter-128b.pcf.gz +%%FONTDIR%%/ter-128bi.pcf.gz +%%FONTDIR%%/ter-128i.pcf.gz +%%FONTDIR%%/ter-128n.pcf.gz +%%FONTDIR%%/ter-132b.pcf.gz +%%FONTDIR%%/ter-132bi.pcf.gz +%%FONTDIR%%/ter-132i.pcf.gz +%%FONTDIR%%/ter-132n.pcf.gz +%%FONTDIR%%/ter-212b.pcf.gz +%%FONTDIR%%/ter-212bi.pcf.gz +%%FONTDIR%%/ter-212i.pcf.gz +%%FONTDIR%%/ter-212n.pcf.gz +%%FONTDIR%%/ter-214b.pcf.gz +%%FONTDIR%%/ter-214bi.pcf.gz +%%FONTDIR%%/ter-214i.pcf.gz +%%FONTDIR%%/ter-214n.pcf.gz +%%FONTDIR%%/ter-216b.pcf.gz +%%FONTDIR%%/ter-216bi.pcf.gz +%%FONTDIR%%/ter-216i.pcf.gz +%%FONTDIR%%/ter-216n.pcf.gz +%%FONTDIR%%/ter-220b.pcf.gz +%%FONTDIR%%/ter-220bi.pcf.gz +%%FONTDIR%%/ter-220i.pcf.gz +%%FONTDIR%%/ter-220n.pcf.gz +%%FONTDIR%%/ter-224b.pcf.gz +%%FONTDIR%%/ter-224bi.pcf.gz +%%FONTDIR%%/ter-224i.pcf.gz +%%FONTDIR%%/ter-224n.pcf.gz +%%FONTDIR%%/ter-228b.pcf.gz +%%FONTDIR%%/ter-228bi.pcf.gz +%%FONTDIR%%/ter-228i.pcf.gz +%%FONTDIR%%/ter-228n.pcf.gz +%%FONTDIR%%/ter-232b.pcf.gz +%%FONTDIR%%/ter-232bi.pcf.gz +%%FONTDIR%%/ter-232i.pcf.gz +%%FONTDIR%%/ter-232n.pcf.gz +%%FONTDIR%%/ter-512b.pcf.gz +%%FONTDIR%%/ter-512bi.pcf.gz +%%FONTDIR%%/ter-512i.pcf.gz +%%FONTDIR%%/ter-512n.pcf.gz +%%FONTDIR%%/ter-514b.pcf.gz +%%FONTDIR%%/ter-514bi.pcf.gz +%%FONTDIR%%/ter-514i.pcf.gz +%%FONTDIR%%/ter-514n.pcf.gz +%%FONTDIR%%/ter-516b.pcf.gz +%%FONTDIR%%/ter-516bi.pcf.gz +%%FONTDIR%%/ter-516i.pcf.gz +%%FONTDIR%%/ter-516n.pcf.gz +%%FONTDIR%%/ter-520b.pcf.gz +%%FONTDIR%%/ter-520bi.pcf.gz +%%FONTDIR%%/ter-520i.pcf.gz +%%FONTDIR%%/ter-520n.pcf.gz +%%FONTDIR%%/ter-524b.pcf.gz +%%FONTDIR%%/ter-524bi.pcf.gz +%%FONTDIR%%/ter-524i.pcf.gz +%%FONTDIR%%/ter-524n.pcf.gz +%%FONTDIR%%/ter-528b.pcf.gz +%%FONTDIR%%/ter-528bi.pcf.gz +%%FONTDIR%%/ter-528i.pcf.gz +%%FONTDIR%%/ter-528n.pcf.gz +%%FONTDIR%%/ter-532b.pcf.gz +%%FONTDIR%%/ter-532bi.pcf.gz +%%FONTDIR%%/ter-532i.pcf.gz +%%FONTDIR%%/ter-532n.pcf.gz +%%FONTDIR%%/ter-912b.pcf.gz +%%FONTDIR%%/ter-912bi.pcf.gz +%%FONTDIR%%/ter-912i.pcf.gz +%%FONTDIR%%/ter-912n.pcf.gz +%%FONTDIR%%/ter-914b.pcf.gz +%%FONTDIR%%/ter-914bi.pcf.gz +%%FONTDIR%%/ter-914i.pcf.gz +%%FONTDIR%%/ter-914n.pcf.gz +%%FONTDIR%%/ter-916b.pcf.gz +%%FONTDIR%%/ter-916bi.pcf.gz +%%FONTDIR%%/ter-916i.pcf.gz +%%FONTDIR%%/ter-916n.pcf.gz +%%FONTDIR%%/ter-920b.pcf.gz +%%FONTDIR%%/ter-920bi.pcf.gz +%%FONTDIR%%/ter-920i.pcf.gz +%%FONTDIR%%/ter-920n.pcf.gz +%%FONTDIR%%/ter-924b.pcf.gz +%%FONTDIR%%/ter-924bi.pcf.gz +%%FONTDIR%%/ter-924i.pcf.gz +%%FONTDIR%%/ter-924n.pcf.gz +%%FONTDIR%%/ter-928b.pcf.gz +%%FONTDIR%%/ter-928bi.pcf.gz +%%FONTDIR%%/ter-928i.pcf.gz +%%FONTDIR%%/ter-928n.pcf.gz +%%FONTDIR%%/ter-932b.pcf.gz +%%FONTDIR%%/ter-932bi.pcf.gz +%%FONTDIR%%/ter-932i.pcf.gz +%%FONTDIR%%/ter-932n.pcf.gz +%%FONTDIR%%/ter-c12b.pcf.gz +%%FONTDIR%%/ter-c12bi.pcf.gz +%%FONTDIR%%/ter-c12i.pcf.gz +%%FONTDIR%%/ter-c12n.pcf.gz +%%FONTDIR%%/ter-c14b.pcf.gz +%%FONTDIR%%/ter-c14bi.pcf.gz +%%FONTDIR%%/ter-c14i.pcf.gz +%%FONTDIR%%/ter-c14n.pcf.gz +%%FONTDIR%%/ter-c16b.pcf.gz +%%FONTDIR%%/ter-c16bi.pcf.gz +%%FONTDIR%%/ter-c16i.pcf.gz +%%FONTDIR%%/ter-c16n.pcf.gz +%%FONTDIR%%/ter-c20b.pcf.gz +%%FONTDIR%%/ter-c20bi.pcf.gz +%%FONTDIR%%/ter-c20i.pcf.gz +%%FONTDIR%%/ter-c20n.pcf.gz +%%FONTDIR%%/ter-c24b.pcf.gz +%%FONTDIR%%/ter-c24bi.pcf.gz +%%FONTDIR%%/ter-c24i.pcf.gz +%%FONTDIR%%/ter-c24n.pcf.gz +%%FONTDIR%%/ter-c28b.pcf.gz +%%FONTDIR%%/ter-c28bi.pcf.gz +%%FONTDIR%%/ter-c28i.pcf.gz +%%FONTDIR%%/ter-c28n.pcf.gz +%%FONTDIR%%/ter-c32b.pcf.gz +%%FONTDIR%%/ter-c32bi.pcf.gz +%%FONTDIR%%/ter-c32i.pcf.gz +%%FONTDIR%%/ter-c32n.pcf.gz +%%FONTDIR%%/ter-d12b.pcf.gz +%%FONTDIR%%/ter-d12bi.pcf.gz +%%FONTDIR%%/ter-d12i.pcf.gz +%%FONTDIR%%/ter-d12n.pcf.gz +%%FONTDIR%%/ter-d14b.pcf.gz +%%FONTDIR%%/ter-d14bi.pcf.gz +%%FONTDIR%%/ter-d14i.pcf.gz +%%FONTDIR%%/ter-d14n.pcf.gz +%%FONTDIR%%/ter-d16b.pcf.gz +%%FONTDIR%%/ter-d16bi.pcf.gz +%%FONTDIR%%/ter-d16i.pcf.gz +%%FONTDIR%%/ter-d16n.pcf.gz +%%FONTDIR%%/ter-d20b.pcf.gz +%%FONTDIR%%/ter-d20bi.pcf.gz +%%FONTDIR%%/ter-d20i.pcf.gz +%%FONTDIR%%/ter-d20n.pcf.gz +%%FONTDIR%%/ter-d24b.pcf.gz +%%FONTDIR%%/ter-d24bi.pcf.gz +%%FONTDIR%%/ter-d24i.pcf.gz +%%FONTDIR%%/ter-d24n.pcf.gz +%%FONTDIR%%/ter-d28b.pcf.gz +%%FONTDIR%%/ter-d28bi.pcf.gz +%%FONTDIR%%/ter-d28i.pcf.gz +%%FONTDIR%%/ter-d28n.pcf.gz +%%FONTDIR%%/ter-d32b.pcf.gz +%%FONTDIR%%/ter-d32bi.pcf.gz +%%FONTDIR%%/ter-d32i.pcf.gz +%%FONTDIR%%/ter-d32n.pcf.gz +%%FONTDIR%%/ter-f12b.pcf.gz +%%FONTDIR%%/ter-f12bi.pcf.gz +%%FONTDIR%%/ter-f12i.pcf.gz +%%FONTDIR%%/ter-f12n.pcf.gz +%%FONTDIR%%/ter-f14b.pcf.gz +%%FONTDIR%%/ter-f14bi.pcf.gz +%%FONTDIR%%/ter-f14i.pcf.gz +%%FONTDIR%%/ter-f14n.pcf.gz +%%FONTDIR%%/ter-f16b.pcf.gz +%%FONTDIR%%/ter-f16bi.pcf.gz +%%FONTDIR%%/ter-f16i.pcf.gz +%%FONTDIR%%/ter-f16n.pcf.gz +%%FONTDIR%%/ter-f20b.pcf.gz +%%FONTDIR%%/ter-f20bi.pcf.gz +%%FONTDIR%%/ter-f20i.pcf.gz +%%FONTDIR%%/ter-f20n.pcf.gz +%%FONTDIR%%/ter-f24b.pcf.gz +%%FONTDIR%%/ter-f24bi.pcf.gz +%%FONTDIR%%/ter-f24i.pcf.gz +%%FONTDIR%%/ter-f24n.pcf.gz +%%FONTDIR%%/ter-f28b.pcf.gz +%%FONTDIR%%/ter-f28bi.pcf.gz +%%FONTDIR%%/ter-f28i.pcf.gz +%%FONTDIR%%/ter-f28n.pcf.gz +%%FONTDIR%%/ter-f32b.pcf.gz +%%FONTDIR%%/ter-f32bi.pcf.gz +%%FONTDIR%%/ter-f32i.pcf.gz +%%FONTDIR%%/ter-f32n.pcf.gz +%%FONTDIR%%/ter-g12b.pcf.gz +%%FONTDIR%%/ter-g12bi.pcf.gz +%%FONTDIR%%/ter-g12i.pcf.gz +%%FONTDIR%%/ter-g12n.pcf.gz +%%FONTDIR%%/ter-g14b.pcf.gz +%%FONTDIR%%/ter-g14bi.pcf.gz +%%FONTDIR%%/ter-g14i.pcf.gz +%%FONTDIR%%/ter-g14n.pcf.gz +%%FONTDIR%%/ter-g16b.pcf.gz +%%FONTDIR%%/ter-g16bi.pcf.gz +%%FONTDIR%%/ter-g16i.pcf.gz +%%FONTDIR%%/ter-g16n.pcf.gz +%%FONTDIR%%/ter-g20b.pcf.gz +%%FONTDIR%%/ter-g20bi.pcf.gz +%%FONTDIR%%/ter-g20i.pcf.gz +%%FONTDIR%%/ter-g20n.pcf.gz +%%FONTDIR%%/ter-g24b.pcf.gz +%%FONTDIR%%/ter-g24bi.pcf.gz +%%FONTDIR%%/ter-g24i.pcf.gz +%%FONTDIR%%/ter-g24n.pcf.gz +%%FONTDIR%%/ter-g28b.pcf.gz +%%FONTDIR%%/ter-g28bi.pcf.gz +%%FONTDIR%%/ter-g28i.pcf.gz +%%FONTDIR%%/ter-g28n.pcf.gz +%%FONTDIR%%/ter-g32b.pcf.gz +%%FONTDIR%%/ter-g32bi.pcf.gz +%%FONTDIR%%/ter-g32i.pcf.gz +%%FONTDIR%%/ter-g32n.pcf.gz +%%FONTDIR%%/ter-k12b.pcf.gz +%%FONTDIR%%/ter-k12bi.pcf.gz +%%FONTDIR%%/ter-k12i.pcf.gz +%%FONTDIR%%/ter-k12n.pcf.gz +%%FONTDIR%%/ter-k14b.pcf.gz +%%FONTDIR%%/ter-k14bi.pcf.gz +%%FONTDIR%%/ter-k14i.pcf.gz +%%FONTDIR%%/ter-k14n.pcf.gz +%%FONTDIR%%/ter-k16b.pcf.gz +%%FONTDIR%%/ter-k16bi.pcf.gz +%%FONTDIR%%/ter-k16i.pcf.gz +%%FONTDIR%%/ter-k16n.pcf.gz +%%FONTDIR%%/ter-k20b.pcf.gz +%%FONTDIR%%/ter-k20bi.pcf.gz +%%FONTDIR%%/ter-k20i.pcf.gz +%%FONTDIR%%/ter-k20n.pcf.gz +%%FONTDIR%%/ter-k24b.pcf.gz +%%FONTDIR%%/ter-k24bi.pcf.gz +%%FONTDIR%%/ter-k24i.pcf.gz +%%FONTDIR%%/ter-k24n.pcf.gz +%%FONTDIR%%/ter-k28b.pcf.gz +%%FONTDIR%%/ter-k28bi.pcf.gz +%%FONTDIR%%/ter-k28i.pcf.gz +%%FONTDIR%%/ter-k28n.pcf.gz +%%FONTDIR%%/ter-k32b.pcf.gz +%%FONTDIR%%/ter-k32bi.pcf.gz +%%FONTDIR%%/ter-k32i.pcf.gz +%%FONTDIR%%/ter-k32n.pcf.gz +%%FONTDIR%%/ter-p12b.pcf.gz +%%FONTDIR%%/ter-p12bi.pcf.gz +%%FONTDIR%%/ter-p12i.pcf.gz +%%FONTDIR%%/ter-p12n.pcf.gz +%%FONTDIR%%/ter-p14b.pcf.gz +%%FONTDIR%%/ter-p14bi.pcf.gz +%%FONTDIR%%/ter-p14i.pcf.gz +%%FONTDIR%%/ter-p14n.pcf.gz +%%FONTDIR%%/ter-p16b.pcf.gz +%%FONTDIR%%/ter-p16bi.pcf.gz +%%FONTDIR%%/ter-p16i.pcf.gz +%%FONTDIR%%/ter-p16n.pcf.gz +%%FONTDIR%%/ter-p20b.pcf.gz +%%FONTDIR%%/ter-p20bi.pcf.gz +%%FONTDIR%%/ter-p20i.pcf.gz +%%FONTDIR%%/ter-p20n.pcf.gz +%%FONTDIR%%/ter-p24b.pcf.gz +%%FONTDIR%%/ter-p24bi.pcf.gz +%%FONTDIR%%/ter-p24i.pcf.gz +%%FONTDIR%%/ter-p24n.pcf.gz +%%FONTDIR%%/ter-p28b.pcf.gz +%%FONTDIR%%/ter-p28bi.pcf.gz +%%FONTDIR%%/ter-p28i.pcf.gz +%%FONTDIR%%/ter-p28n.pcf.gz +%%FONTDIR%%/ter-p32b.pcf.gz +%%FONTDIR%%/ter-p32bi.pcf.gz +%%FONTDIR%%/ter-p32i.pcf.gz +%%FONTDIR%%/ter-p32n.pcf.gz +%%FONTDIR%%/ter-u12b.pcf.gz +%%FONTDIR%%/ter-u12bi.pcf.gz +%%FONTDIR%%/ter-u12i.pcf.gz +%%FONTDIR%%/ter-u12n.pcf.gz +%%FONTDIR%%/ter-u14b.pcf.gz +%%FONTDIR%%/ter-u14bi.pcf.gz +%%FONTDIR%%/ter-u14i.pcf.gz +%%FONTDIR%%/ter-u14n.pcf.gz +%%FONTDIR%%/ter-u16b.pcf.gz +%%FONTDIR%%/ter-u16bi.pcf.gz +%%FONTDIR%%/ter-u16i.pcf.gz +%%FONTDIR%%/ter-u16n.pcf.gz +%%FONTDIR%%/ter-u20b.pcf.gz +%%FONTDIR%%/ter-u20bi.pcf.gz +%%FONTDIR%%/ter-u20i.pcf.gz +%%FONTDIR%%/ter-u20n.pcf.gz +%%FONTDIR%%/ter-u24b.pcf.gz +%%FONTDIR%%/ter-u24bi.pcf.gz +%%FONTDIR%%/ter-u24i.pcf.gz +%%FONTDIR%%/ter-u24n.pcf.gz +%%FONTDIR%%/ter-u28b.pcf.gz +%%FONTDIR%%/ter-u28bi.pcf.gz +%%FONTDIR%%/ter-u28i.pcf.gz +%%FONTDIR%%/ter-u28n.pcf.gz +%%FONTDIR%%/ter-u32b.pcf.gz +%%FONTDIR%%/ter-u32bi.pcf.gz +%%FONTDIR%%/ter-u32i.pcf.gz +%%FONTDIR%%/ter-u32n.pcf.gz +%%FONTDIR%%/ter-x12b.pcf.gz +%%FONTDIR%%/ter-x12bi.pcf.gz +%%FONTDIR%%/ter-x12i.pcf.gz +%%FONTDIR%%/ter-x12n.pcf.gz +%%FONTDIR%%/ter-x14b.pcf.gz +%%FONTDIR%%/ter-x14bi.pcf.gz +%%FONTDIR%%/ter-x14i.pcf.gz +%%FONTDIR%%/ter-x14n.pcf.gz +%%FONTDIR%%/ter-x16b.pcf.gz +%%FONTDIR%%/ter-x16bi.pcf.gz +%%FONTDIR%%/ter-x16i.pcf.gz +%%FONTDIR%%/ter-x16n.pcf.gz +%%FONTDIR%%/ter-x20b.pcf.gz +%%FONTDIR%%/ter-x20bi.pcf.gz +%%FONTDIR%%/ter-x20i.pcf.gz +%%FONTDIR%%/ter-x20n.pcf.gz +%%FONTDIR%%/ter-x24b.pcf.gz +%%FONTDIR%%/ter-x24bi.pcf.gz +%%FONTDIR%%/ter-x24i.pcf.gz +%%FONTDIR%%/ter-x24n.pcf.gz +%%FONTDIR%%/ter-x28b.pcf.gz +%%FONTDIR%%/ter-x28bi.pcf.gz +%%FONTDIR%%/ter-x28i.pcf.gz +%%FONTDIR%%/ter-x28n.pcf.gz +%%FONTDIR%%/ter-x32b.pcf.gz +%%FONTDIR%%/ter-x32bi.pcf.gz +%%FONTDIR%%/ter-x32i.pcf.gz +%%FONTDIR%%/ter-x32n.pcf.gz +@dirrm %%FONTDIR%% --- TERMINUS ends here --- >Release-Note: >Audit-Trail: >Unformatted: