From owner-freebsd-ports Sat Nov 16 10:10:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A098C37B401 for ; Sat, 16 Nov 2002 10:10:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C3E043E42 for ; Sat, 16 Nov 2002 10:10:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGIA6x3045894 for ; Sat, 16 Nov 2002 10:10:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAGIA6MC045893; Sat, 16 Nov 2002 10:10:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8361537B401 for ; Sat, 16 Nov 2002 10:06:35 -0800 (PST) Received: from gafe.ath.cx (61-223-91-43.HINET-IP.hinet.net [61.223.91.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83DF643E3B for ; Sat, 16 Nov 2002 10:06:30 -0800 (PST) (envelope-from gugod@gafe.ath.cx) Received: from gafe.ath.cx (gugod@localhost [127.0.0.1]) by gafe.ath.cx (8.12.6/8.12.6) with ESMTP id gAGI7LcU086399 for ; Sun, 17 Nov 2002 02:07:21 +0800 (CST) (envelope-from gugod@gafe.ath.cx) Received: (from gugod@localhost) by gafe.ath.cx (8.12.6/8.12.6/Submit) id gAGI7KiW086398; Sun, 17 Nov 2002 02:07:20 +0800 (CST) Message-Id: <200211161807.gAGI7KiW086398@gafe.ath.cx> Date: Sun, 17 Nov 2002 02:07:20 +0800 (CST) From: Kang-min Liu Reply-To: Kang-min Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45340: Ports update: x11-fonts/terminus-font Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45340 >Category: ports >Synopsis: Ports update: x11-fonts/terminus-font >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 16 10:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kang-min Liu >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: NTU.CSIE >Environment: System: FreeBSD cafe.gugod.org 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #2: Sat Sep 7 17:30:51 CST 2002 root@cafe.gugod.org:/usr/obj/usr/src/sys/CAFE_KERN i386 >Description: 1. Automatically run mkfontdir 2. Add slante version (see pkg-descr) >How-To-Repeat: >Fix: Apply this patch to ports: diff -ruN terminus-font.orig/Makefile terminus-font/Makefile --- terminus-font.orig/Makefile Sun Nov 17 01:39:38 2002 +++ terminus-font/Makefile Sun Nov 17 01:36:29 2002 @@ -7,6 +7,7 @@ PORTNAME= terminus-font PORTVERSION= 3.96 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://www.is-vn.bg/hamster/ @@ -16,18 +17,22 @@ ALL_TARGET= pcf SHAREMODE= 644 XFONTDIR= ${PREFIX}/lib/X11/fonts/local +BUILD_DEPENDS= mkitalic:/usr/ports/x11-fonts/mkitalic .include .if ${XFREE86_VERSION} == 4 -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients +BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients +RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .endif + post-build: @gzip ${WRKSRC}/*.pcf do-install: @${MKDIR} ${XFONTDIR} @${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${XFONTDIR} + @cd ${XFONTDIR}; mkfontdir .include diff -ruN terminus-font.orig/files/patch-aa terminus-font/files/patch-aa --- terminus-font.orig/files/patch-aa Thu Jan 1 08:00:00 1970 +++ terminus-font/files/patch-aa Sun Nov 17 00:55:59 2002 @@ -0,0 +1,279 @@ +*** Makefile.orig Sat Nov 2 12:55:49 2002 +--- Makefile Fri Nov 15 11:48:18 2002 +*************** +*** 2,7 **** +--- 2,8 ---- + BDF2PSF = ./bdftopsf.pl +u + UCS2X11 = ./ucstoany.pl + BDF2PCF = bdftopcf ++ MKITALIC = mkitalic + + R_88591 = ISO8859 1 + R_88592 = ISO8859 2 +*************** +*** 182,194 **** +--- 183,203 ---- + $(UCS2VGA) ter-u16b.bdf $(R_XOS42) $(V_XOS42) | $(BDF2PSF) -o $@ + + PCF14N = ter-114n.pcf ter-214n.pcf ter-514n.pcf ter-c14n.pcf ter-f14n.pcf ter-k14n.pcf ter-p14n.pcf ter-x14n.pcf ++ PCF14N += ter-114i.pcf ter-214i.pcf ter-514i.pcf ter-c14i.pcf ter-f14i.pcf ter-k14i.pcf ter-p14i.pcf ter-x14i.pcf + PCF14B = ter-114b.pcf ter-214b.pcf ter-514b.pcf ter-c14b.pcf ter-f14b.pcf ter-k14b.pcf ter-p14b.pcf ter-x14b.pcf ++ PCF14B += ter-114bi.pcf ter-214bi.pcf ter-514bi.pcf ter-c14bi.pcf ter-f14bi.pcf ter-k14bi.pcf ter-p14bi.pcf ter-x14bi.pcf + PCF16N = ter-116n.pcf ter-216n.pcf ter-516n.pcf ter-c16n.pcf ter-f16n.pcf ter-k16n.pcf ter-p16n.pcf ter-x16n.pcf ++ PCF16N += ter-116i.pcf ter-216i.pcf ter-516i.pcf ter-c16i.pcf ter-f16i.pcf ter-k16i.pcf ter-p16i.pcf ter-x16i.pcf + PCF16B = ter-116b.pcf ter-216b.pcf ter-516b.pcf ter-c16b.pcf ter-f16b.pcf ter-k16b.pcf ter-p16b.pcf ter-x16b.pcf ++ PCF16B += ter-116bi.pcf ter-216bi.pcf ter-516bi.pcf ter-c16bi.pcf ter-f16bi.pcf ter-k16bi.pcf ter-p16bi.pcf ter-x16bi.pcf + PCF20N = ter-120n.pcf ter-220n.pcf ter-520n.pcf ter-c20n.pcf ter-f20n.pcf ter-k20n.pcf ter-p20n.pcf ter-x20n.pcf ++ PCF20N += ter-120i.pcf ter-220i.pcf ter-520i.pcf ter-c20i.pcf ter-f20i.pcf ter-k20i.pcf ter-p20i.pcf ter-x20i.pcf + PCF20B = ter-120b.pcf ter-220b.pcf ter-520b.pcf ter-c20b.pcf ter-f20b.pcf ter-k20b.pcf ter-p20b.pcf ter-x20b.pcf ++ PCF20B += ter-120bi.pcf ter-220bi.pcf ter-520bi.pcf ter-c20bi.pcf ter-f20bi.pcf ter-k20bi.pcf ter-p20bi.pcf ter-x20bi.pcf + PCF24N = ter-124n.pcf ter-224n.pcf ter-524n.pcf ter-c24n.pcf ter-f24n.pcf ter-k24n.pcf ter-p24n.pcf ter-x24n.pcf ++ PCF24N += ter-124i.pcf ter-224i.pcf ter-524i.pcf ter-c24i.pcf ter-f24i.pcf ter-k24i.pcf ter-p24i.pcf ter-x24i.pcf + PCF24B = ter-124b.pcf ter-224b.pcf ter-524b.pcf ter-c24b.pcf ter-f24b.pcf ter-k24b.pcf ter-p24b.pcf ter-x24b.pcf ++ PCF24B += ter-124bi.pcf ter-224bi.pcf ter-524bi.pcf ter-c24bi.pcf ter-f24bi.pcf ter-k24bi.pcf ter-p24bi.pcf ter-x24bi.pcf + PCF = $(PCF14N) $(PCF14B) $(PCF16N) $(PCF16B) $(PCF20N) $(PCF20B) $(PCF24N) $(PCF24B) + + pcf: $(PCF) +*************** +*** 202,207 **** +--- 211,245 ---- + X_PT154 = uni/x11gr.uni uni/ascii.uni uni/house.uni uni/pt-154.uni + X_10646 = uni/x11gr.uni uni/ascii.uni uni/10646-1.uni + ++ ter-u14bi.bdf: ter-u14b.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ ter-u14i.bdf: ter-u14n.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ ter-u14vi.bdf: ter-u14v.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ ter-u16bi.bdf: ter-u16b.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ ter-u16i.bdf: ter-u16n.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ ter-u16vi.bdf: ter-u16v.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ ter-u20bi.bdf: ter-u20b.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ ter-u20i.bdf: ter-u20n.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ ter-u24bi.bdf: ter-u24b.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ ter-u24i.bdf: ter-u24n.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} + ter-114n.pcf: ter-u14n.bdf $(X_88591) + $(UCS2X11) ter-u14n.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ + +*************** +*** 394,398 **** + ter-x24b.pcf: ter-u24b.bdf $(X_10646) + $(UCS2X11) ter-u24b.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ + + clean: +! rm -f *.pcf *.psf +--- 432,628 ---- + ter-x24b.pcf: ter-u24b.bdf $(X_10646) + $(UCS2X11) ter-u24b.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ + ++ ter-114i.pcf: ter-u14i.bdf $(X_88591) ++ $(UCS2X11) ter-u14i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ ter-114bi.pcf: ter-u14bi.bdf $(X_88591) ++ $(UCS2X11) ter-u14bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ ter-214i.pcf: ter-u14i.bdf $(X_88592) ++ $(UCS2X11) ter-u14i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ ter-214bi.pcf: ter-u14bi.bdf $(X_88592) ++ $(UCS2X11) ter-u14bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ ter-514i.pcf: ter-u14i.bdf $(X_88595) ++ $(UCS2X11) ter-u14i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ ter-514bi.pcf: ter-u14bi.bdf $(X_88595) ++ $(UCS2X11) ter-u14bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ ter-c14i.pcf: ter-u14i.bdf $(X_W1251) ++ $(UCS2X11) ter-u14i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ ter-c14bi.pcf: ter-u14bi.bdf $(X_W1251) ++ $(UCS2X11) ter-u14bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ ter-f14i.pcf: ter-u14i.bdf $(X_8859F) ++ $(UCS2X11) ter-u14i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ ter-f14bi.pcf: ter-u14bi.bdf $(X_8859F) ++ $(UCS2X11) ter-u14bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ ter-k14i.pcf: ter-u14i.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u14i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ ter-k14bi.pcf: ter-u14bi.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u14bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ ter-p14i.pcf: ter-u14i.bdf $(X_PT154) ++ $(UCS2X11) ter-u14i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ ter-p14bi.pcf: ter-u14bi.bdf $(X_PT154) ++ $(UCS2X11) ter-u14bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ ter-x14i.pcf: ter-u14i.bdf $(X_10646) ++ $(UCS2X11) ter-u14i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ ter-x14bi.pcf: ter-u14bi.bdf $(X_10646) ++ $(UCS2X11) ter-u14bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ ter-116i.pcf: ter-u16i.bdf $(X_88591) ++ $(UCS2X11) ter-u16i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ ter-116bi.pcf: ter-u16bi.bdf $(X_88591) ++ $(UCS2X11) ter-u16bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ ter-216i.pcf: ter-u16i.bdf $(X_88592) ++ $(UCS2X11) ter-u16i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ ter-216bi.pcf: ter-u16bi.bdf $(X_88592) ++ $(UCS2X11) ter-u16bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ ter-516i.pcf: ter-u16i.bdf $(X_88595) ++ $(UCS2X11) ter-u16i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ ter-516bi.pcf: ter-u16bi.bdf $(X_88595) ++ $(UCS2X11) ter-u16bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ ter-c16i.pcf: ter-u16i.bdf $(X_W1251) ++ $(UCS2X11) ter-u16i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ ter-c16bi.pcf: ter-u16bi.bdf $(X_W1251) ++ $(UCS2X11) ter-u16bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ ter-f16i.pcf: ter-u16i.bdf $(X_8859F) ++ $(UCS2X11) ter-u16i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ ter-f16bi.pcf: ter-u16bi.bdf $(X_8859F) ++ $(UCS2X11) ter-u16bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ ter-k16i.pcf: ter-u16i.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u16i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ ter-k16bi.pcf: ter-u16bi.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u16bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ ter-p16i.pcf: ter-u16i.bdf $(X_PT154) ++ $(UCS2X11) ter-u16i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ ter-p16bi.pcf: ter-u16bi.bdf $(X_PT154) ++ $(UCS2X11) ter-u16bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ ter-x16i.pcf: ter-u16i.bdf $(X_10646) ++ $(UCS2X11) ter-u16i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ ter-x16bi.pcf: ter-u16bi.bdf $(X_10646) ++ $(UCS2X11) ter-u16bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ ter-120i.pcf: ter-u20i.bdf $(X_88591) ++ $(UCS2X11) ter-u20i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ ter-120bi.pcf: ter-u20bi.bdf $(X_88591) ++ $(UCS2X11) ter-u20bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ ter-220i.pcf: ter-u20i.bdf $(X_88592) ++ $(UCS2X11) ter-u20i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ ter-220bi.pcf: ter-u20bi.bdf $(X_88592) ++ $(UCS2X11) ter-u20bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ ter-520i.pcf: ter-u20i.bdf $(X_88595) ++ $(UCS2X11) ter-u20i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ ter-520bi.pcf: ter-u20bi.bdf $(X_88595) ++ $(UCS2X11) ter-u20bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ ter-c20i.pcf: ter-u20i.bdf $(X_W1251) ++ $(UCS2X11) ter-u20i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ ter-c20bi.pcf: ter-u20bi.bdf $(X_W1251) ++ $(UCS2X11) ter-u20bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ ter-f20i.pcf: ter-u20i.bdf $(X_8859F) ++ $(UCS2X11) ter-u20i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ ter-f20bi.pcf: ter-u20bi.bdf $(X_8859F) ++ $(UCS2X11) ter-u20bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ ter-k20i.pcf: ter-u20i.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u20i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ ter-k20bi.pcf: ter-u20bi.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u20bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ ter-p20i.pcf: ter-u20i.bdf $(X_PT154) ++ $(UCS2X11) ter-u20i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ ter-p20bi.pcf: ter-u20bi.bdf $(X_PT154) ++ $(UCS2X11) ter-u20bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ ter-x20i.pcf: ter-u20i.bdf $(X_10646) ++ $(UCS2X11) ter-u20i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ ter-x20bi.pcf: ter-u20bi.bdf $(X_10646) ++ $(UCS2X11) ter-u20bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ ter-124i.pcf: ter-u24i.bdf $(X_88591) ++ $(UCS2X11) ter-u24i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ ter-124bi.pcf: ter-u24bi.bdf $(X_88591) ++ $(UCS2X11) ter-u24bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ ter-224i.pcf: ter-u24i.bdf $(X_88592) ++ $(UCS2X11) ter-u24i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ ter-224bi.pcf: ter-u24bi.bdf $(X_88592) ++ $(UCS2X11) ter-u24bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ ter-524i.pcf: ter-u24i.bdf $(X_88595) ++ $(UCS2X11) ter-u24i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ ter-524bi.pcf: ter-u24bi.bdf $(X_88595) ++ $(UCS2X11) ter-u24bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ ter-c24i.pcf: ter-u24i.bdf $(X_W1251) ++ $(UCS2X11) ter-u24i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ ter-c24bi.pcf: ter-u24bi.bdf $(X_W1251) ++ $(UCS2X11) ter-u24bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ ter-f24i.pcf: ter-u24i.bdf $(X_8859F) ++ $(UCS2X11) ter-u24i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ ter-f24bi.pcf: ter-u24bi.bdf $(X_8859F) ++ $(UCS2X11) ter-u24bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ ter-k24i.pcf: ter-u24i.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u24i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ ter-k24bi.pcf: ter-u24bi.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u24bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ ter-p24i.pcf: ter-u24i.bdf $(X_PT154) ++ $(UCS2X11) ter-u24i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ ter-p24bi.pcf: ter-u24bi.bdf $(X_PT154) ++ $(UCS2X11) ter-u24bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ ter-x24i.pcf: ter-u24i.bdf $(X_10646) ++ $(UCS2X11) ter-u24i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ ter-x24bi.pcf: ter-u24bi.bdf $(X_10646) ++ $(UCS2X11) ter-u24bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ + clean: +! rm -f *.pcf *.pcf.gz *.psf diff -ruN terminus-font.orig/pkg-descr terminus-font/pkg-descr --- terminus-font.orig/pkg-descr Sun Nov 17 01:39:38 2002 +++ terminus-font/pkg-descr Sun Nov 17 01:36:50 2002 @@ -5,4 +5,9 @@ Bulgarian-MIK, Paratype-PT154, Paratype-PT254, IBM-855, IBM-866 and Macintosh-Ukrainian. +Note: This ports also installed a slanted version of the terminus +font, contributed by "Sascha Blank" which is NOT +in the original release. + WWW: http://www.is-vn.bg/hamster/ + diff -ruN terminus-font.orig/pkg-plist terminus-font/pkg-plist --- terminus-font.orig/pkg-plist Sun Nov 17 01:39:38 2002 +++ terminus-font/pkg-plist Sun Nov 17 01:27:01 2002 @@ -62,5 +62,69 @@ lib/X11/fonts/local/ter-x20n.pcf.gz lib/X11/fonts/local/ter-x24b.pcf.gz lib/X11/fonts/local/ter-x24n.pcf.gz +lib/X11/fonts/local/ter-114bi.pcf.gz +lib/X11/fonts/local/ter-114i.pcf.gz +lib/X11/fonts/local/ter-116bi.pcf.gz +lib/X11/fonts/local/ter-116i.pcf.gz +lib/X11/fonts/local/ter-120bi.pcf.gz +lib/X11/fonts/local/ter-120i.pcf.gz +lib/X11/fonts/local/ter-124bi.pcf.gz +lib/X11/fonts/local/ter-124i.pcf.gz +lib/X11/fonts/local/ter-214bi.pcf.gz +lib/X11/fonts/local/ter-214i.pcf.gz +lib/X11/fonts/local/ter-216bi.pcf.gz +lib/X11/fonts/local/ter-216i.pcf.gz +lib/X11/fonts/local/ter-220bi.pcf.gz +lib/X11/fonts/local/ter-220i.pcf.gz +lib/X11/fonts/local/ter-224bi.pcf.gz +lib/X11/fonts/local/ter-224i.pcf.gz +lib/X11/fonts/local/ter-514bi.pcf.gz +lib/X11/fonts/local/ter-514i.pcf.gz +lib/X11/fonts/local/ter-516bi.pcf.gz +lib/X11/fonts/local/ter-516i.pcf.gz +lib/X11/fonts/local/ter-520bi.pcf.gz +lib/X11/fonts/local/ter-520i.pcf.gz +lib/X11/fonts/local/ter-524bi.pcf.gz +lib/X11/fonts/local/ter-524i.pcf.gz +lib/X11/fonts/local/ter-c14bi.pcf.gz +lib/X11/fonts/local/ter-c14i.pcf.gz +lib/X11/fonts/local/ter-c16bi.pcf.gz +lib/X11/fonts/local/ter-c16i.pcf.gz +lib/X11/fonts/local/ter-c20bi.pcf.gz +lib/X11/fonts/local/ter-c20i.pcf.gz +lib/X11/fonts/local/ter-c24bi.pcf.gz +lib/X11/fonts/local/ter-c24i.pcf.gz +lib/X11/fonts/local/ter-f14bi.pcf.gz +lib/X11/fonts/local/ter-f14i.pcf.gz +lib/X11/fonts/local/ter-f16bi.pcf.gz +lib/X11/fonts/local/ter-f16i.pcf.gz +lib/X11/fonts/local/ter-f20bi.pcf.gz +lib/X11/fonts/local/ter-f20i.pcf.gz +lib/X11/fonts/local/ter-f24bi.pcf.gz +lib/X11/fonts/local/ter-f24i.pcf.gz +lib/X11/fonts/local/ter-k14bi.pcf.gz +lib/X11/fonts/local/ter-k14i.pcf.gz +lib/X11/fonts/local/ter-k16bi.pcf.gz +lib/X11/fonts/local/ter-k16i.pcf.gz +lib/X11/fonts/local/ter-k20bi.pcf.gz +lib/X11/fonts/local/ter-k20i.pcf.gz +lib/X11/fonts/local/ter-k24bi.pcf.gz +lib/X11/fonts/local/ter-k24i.pcf.gz +lib/X11/fonts/local/ter-p14bi.pcf.gz +lib/X11/fonts/local/ter-p14i.pcf.gz +lib/X11/fonts/local/ter-p16bi.pcf.gz +lib/X11/fonts/local/ter-p16i.pcf.gz +lib/X11/fonts/local/ter-p20bi.pcf.gz +lib/X11/fonts/local/ter-p20i.pcf.gz +lib/X11/fonts/local/ter-p24bi.pcf.gz +lib/X11/fonts/local/ter-p24i.pcf.gz +lib/X11/fonts/local/ter-x14bi.pcf.gz +lib/X11/fonts/local/ter-x14i.pcf.gz +lib/X11/fonts/local/ter-x16bi.pcf.gz +lib/X11/fonts/local/ter-x16i.pcf.gz +lib/X11/fonts/local/ter-x20bi.pcf.gz +lib/X11/fonts/local/ter-x20i.pcf.gz +lib/X11/fonts/local/ter-x24bi.pcf.gz +lib/X11/fonts/local/ter-x24i.pcf.gz @exec (cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir) @unexec (cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message