ports/128323: Update of ports/x11-fonts/terminus-font

Dar dar.quonb at gmail.com
Thu Oct 23 20:50:02 UTC 2008


>Number:         128323
>Category:       ports
>Synopsis:       Update of ports/x11-fonts/terminus-font
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 20:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dar
>Release:        FreeBSD 7.0 Release amd64
>Organization:
>Environment:
FreeBSD <...> 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #0: Tue Oct 21 04:14:55 MSD 2008     root@<...>:/usr/obj/usr/src/sys/DARKERNEL  amd64

>Description:
Current Terminus Font has been updated at http://www.is-vn.bg/hamster/ to version 4.28. Also old archive of source files is deleted and can only be fetched from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
>How-To-Repeat:
Just build port
>Fix:
This patch changes portversion to 4.28 and adds some options to select variants of letter glyphs.
These variants are taken from Terminus Font creator home page http://www.is-vn.bg/hamster/

Patch attached with submission follows:

diff -Naru terminus-font.orig/Makefile terminus-font/Makefile
--- terminus-font.orig/Makefile	2008-04-19 21:55:11.000000000 +0400
+++ terminus-font/Makefile	2008-10-24 00:23:39.000000000 +0400
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	terminus-font
-PORTVERSION=	4.20
-PORTREVISION=	5
+PORTVERSION=	4.28
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://www.is-vn.bg/hamster/
+PATCH_SITES=	${MASTER_SITES}
 
 MAINTAINER=	vlad at vlad.uz.ua
 COMMENT=	Terminus Font - a clean fixed width font
@@ -19,12 +19,49 @@
 		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
 RUN_DEPENDS=	mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
 
+OPTIONS=	AO2 "Variant of letter 'a'" off \
+		DV1 "Variant of cyrillic letters 'de' and 've'" off \
+		GE1 "Variant of cyrillic letter 'ge'" off \
+		GQ2 "Variant of grave accent and apostrophe" off \
+		IJ1 "Variant of cyrillic letters 'i' and 'short i'" off \
+		KA2 "Variant of cyrillic letter 'ka'" off \
+		CM2 "Variant of letters with circumflex, caron and macron" off
+
+.include <bsd.port.pre.mk>
+
 USE_PERL5=	yes
 ALL_TARGET=	pcf
-SHAREMODE=	644
 FONTDIR=	lib/X11/fonts/${PORTNAME}
 PLIST_SUB+=	FONTDIR=${FONTDIR}
 
+.if defined(WITH_AO2)
+PATCHFILES+=	terminus-font-4.28-ao2.diff.gz
+.endif
+
+.if defined(WITH_DV1)
+PATCHFILES+=	terminus-font-4.28-dv1.diff.gz
+.endif
+
+.if defined(WITH_GE1)
+PATCHFILES+=	terminus-font-4.28-ge1.diff.gz
+.endif
+
+.if defined(WITH_GQ2)
+PATCHFILES+=	terminus-font-4.28-gq2.diff.gz
+.endif
+
+.if defined(WITH_IJ1)
+PATCHFILES+=	terminus-font-4.28-ij1.diff.gz
+.endif
+
+.if defined(WITH_KA2)
+PATCHFILES+=	terminus-font-4.28-ka2.diff.gz
+.endif
+
+.if defined(WITH_CM2)
+PATCHFILES+=	terminus-font-4.28-cm2.diff.gz
+.endif
+
 post-build:
 	@${GZIP_CMD} ${WRKSRC}/*.pcf
 
@@ -37,4 +74,4 @@
 	@${CP} ${LOCALBASE}/${FONTDIR}/fonts.dir ${LOCALBASE}/${FONTDIR}/fonts.scale || true
 	@command fc-cache -f -v ${LOCALBASE}/${FONTDIR} || true
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -Naru terminus-font.orig/distinfo terminus-font/distinfo
--- terminus-font.orig/distinfo	2006-07-06 20:16:53.000000000 +0400
+++ terminus-font/distinfo	2008-10-24 00:07:42.000000000 +0400
@@ -1,3 +1,27 @@
-MD5 (terminus-font-4.20.tar.gz) = fe9d8e25b9537f6b3154d07d3da50375
-SHA256 (terminus-font-4.20.tar.gz) = fe10b94591e77fd49a0dee00976e31cc3378fef74a6ec1fc93022e6479e1d687
-SIZE (terminus-font-4.20.tar.gz) = 201816
+MD5 (terminus-font-4.28.tar.gz) = 15bf2f17b625312383fd9dae0925a17e
+SHA256 (terminus-font-4.28.tar.gz) = 1e8010ded51141d26ec0bb9bea70cc1360d27d562b80ca7c2dcbf3fef90fb20f
+SIZE (terminus-font-4.28.tar.gz) = 229336
+MD5 (terminus-font-4.28-ao2.diff.gz) = b7baceaca1b08c3ce1e5377d78f670d0
+SHA256 (terminus-font-4.28-ao2.diff.gz) = ec49f123d447f269a1fdee6afca7efc85ac2faf04277ab2a1385063c985074fc
+SIZE (terminus-font-4.28-ao2.diff.gz) = 3559
+MD5 (terminus-font-4.28-cm2.diff.gz) = 640526f36cc475246d6f94e2c63218b6
+SHA256 (terminus-font-4.28-cm2.diff.gz) = 9c29419e8221b95785234a5e7a6032c16d866e2fc29f20062b68ea4c183b8e02
+SIZE (terminus-font-4.28-cm2.diff.gz) = 1428
+MD5 (terminus-font-4.28-dv1.diff.gz) = 74e2db5288065403a58c28672590c1cd
+SHA256 (terminus-font-4.28-dv1.diff.gz) = dec607b66ecd31ada8800e5c16af24692e7c5acb9e5f528156a57232a9c7b194
+SIZE (terminus-font-4.28-dv1.diff.gz) = 1098
+MD5 (terminus-font-4.28-ge1.diff.gz) = 7815830460294d79d8508199499e1408
+SHA256 (terminus-font-4.28-ge1.diff.gz) = 4279c670d01fb46617101ba2ad6816ecd3e45d8abc8c6c35e9d7f9439c6a6a67
+SIZE (terminus-font-4.28-ge1.diff.gz) = 1045
+MD5 (terminus-font-4.28-gq2.diff.gz) = dfda5fabd3e1ee1f5fdbd2a54c127745
+SHA256 (terminus-font-4.28-gq2.diff.gz) = 624e62318b54e9c2356f5c41fe0a4b1a6916d57634abfbe79237d12a235ef0c5
+SIZE (terminus-font-4.28-gq2.diff.gz) = 579
+MD5 (terminus-font-4.28-ij1.diff.gz) = 54ea26d7671d57d611ee4229f000fc10
+SHA256 (terminus-font-4.28-ij1.diff.gz) = c394e8351276f7bbb3bde9fe4407971ee157bf1570ba60146ba6d89c437affcc
+SIZE (terminus-font-4.28-ij1.diff.gz) = 1306
+MD5 (terminus-font-4.28-ka2.diff.gz) = 9095d6b44822b77c157dc53f68daa778
+SHA256 (terminus-font-4.28-ka2.diff.gz) = 94893a33f856da419676423133e1f1ae9480eab7b00c50909b07eadeaaf59b50
+SIZE (terminus-font-4.28-ka2.diff.gz) = 967
+MD5 (terminus-font-4.28-kx3.diff.gz) = 5b815931819bebf6ba37e4137340b01c
+SHA256 (terminus-font-4.28-kx3.diff.gz) = fb4776c6dcb31b17d2ae020af2e928c5c2d06c5f800201b9d2ed75131ded3804
+SIZE (terminus-font-4.28-kx3.diff.gz) = 3242
diff -Naru terminus-font.orig/files/patch-aa terminus-font/files/patch-aa
--- terminus-font.orig/files/patch-aa	2005-02-20 10:12:13.000000000 +0300
+++ terminus-font/files/patch-aa	2008-10-24 00:26:50.000000000 +0400
@@ -1,45 +1,44 @@
---- Makefile.orig	Fri Oct  1 22:08:19 2004
-+++ Makefile	Sun Feb 20 13:20:00 2005
+--- Makefile.orig	2008-09-14 21:57:18.000000000 +0400
++++ Makefile	2008-10-23 19:51:40.000000000 +0400
 @@ -6,6 +6,7 @@
  BDF2RAW	= $(PERL) ./bdftopsf.pl -h
  UCS2X11	= $(PERL) ./ucstoany.pl
  BDF2PCF	= bdftopcf
-+MKITALIC = mkitalic
++MKITALIC	= mkitalic
  
  R_88591	= ISO8859 1
  R_88592	= ISO8859 2
-@@ -55,19 +56,27 @@
+@@ -56,19 +57,26 @@
  
- PCF_12N	= ter-112n.pcf ter-212n.pcf ter-512n.pcf ter-912n.pcf ter-c12n.pcf ter-d12n.pcf ter-f12n.pcf ter-g12n.pcf ter-k12n.pcf ter-p12n.pcf ter-u12n.pcf ter-x12n.pcf
- PCF_12B	= ter-112b.pcf ter-212b.pcf ter-512b.pcf ter-912b.pcf ter-c12b.pcf ter-d12b.pcf ter-f12b.pcf ter-g12b.pcf ter-k12b.pcf ter-p12b.pcf ter-u12b.pcf ter-x12b.pcf
-+PCF_12I	= ter-112i.pcf ter-212i.pcf ter-512i.pcf ter-912i.pcf ter-c12i.pcf ter-d12i.pcf ter-f12i.pcf ter-g12i.pcf ter-k12i.pcf ter-p12i.pcf ter-u12i.pcf ter-x12i.pcf ter-112bi.pcf ter-212bi.pcf ter-512bi.pcf ter-912bi.pcf ter-c12bi.pcf ter-d12bi.pcf ter-f12bi.pcf ter-g12bi.pcf ter-k12bi.pcf ter-p12bi.pcf ter-u12bi.pcf ter-x12bi.pcf
- PCF_14N	= ter-114n.pcf ter-214n.pcf ter-514n.pcf ter-914n.pcf ter-c14n.pcf ter-d14n.pcf ter-f14n.pcf ter-g14n.pcf ter-k14n.pcf ter-p14n.pcf ter-u14n.pcf ter-x14n.pcf
- PCF_14B	= ter-114b.pcf ter-214b.pcf ter-514b.pcf ter-914b.pcf ter-c14b.pcf ter-d14b.pcf ter-f14b.pcf ter-g14b.pcf ter-k14b.pcf ter-p14b.pcf ter-u14b.pcf ter-x14b.pcf
-+PCF_14I	= ter-114i.pcf ter-214i.pcf ter-514i.pcf ter-914i.pcf ter-c14i.pcf ter-d14i.pcf ter-f14i.pcf ter-g14i.pcf ter-k14i.pcf ter-p14i.pcf ter-u14i.pcf ter-x14i.pcf ter-114bi.pcf ter-214bi.pcf ter-514bi.pcf ter-914bi.pcf ter-c14bi.pcf ter-d14bi.pcf ter-f14bi.pcf ter-g14bi.pcf ter-k14bi.pcf ter-p14bi.pcf ter-u14bi.pcf ter-x14bi.pcf
- PCF_16N	= ter-116n.pcf ter-216n.pcf ter-516n.pcf ter-916n.pcf ter-c16n.pcf ter-d16n.pcf ter-f16n.pcf ter-g16n.pcf ter-k16n.pcf ter-p16n.pcf ter-u16n.pcf ter-x16n.pcf
- PCF_16B	= ter-116b.pcf ter-216b.pcf ter-516b.pcf ter-916b.pcf ter-c16b.pcf ter-d16b.pcf ter-f16b.pcf ter-g16b.pcf ter-k16b.pcf ter-p16b.pcf ter-u16b.pcf ter-x16b.pcf
-+PCF_16I	= ter-116i.pcf ter-216i.pcf ter-516i.pcf ter-916i.pcf ter-c16i.pcf ter-d16i.pcf ter-f16i.pcf ter-g16i.pcf ter-k16i.pcf ter-p16i.pcf ter-u16i.pcf ter-x16i.pcf ter-116bi.pcf ter-216bi.pcf ter-516bi.pcf ter-916bi.pcf ter-c16bi.pcf ter-d16bi.pcf ter-f16bi.pcf ter-g16bi.pcf ter-k16bi.pcf ter-p16bi.pcf ter-u16bi.pcf ter-x16bi.pcf
- PCF_20N	= ter-120n.pcf ter-220n.pcf ter-520n.pcf ter-920n.pcf ter-c20n.pcf ter-d20n.pcf ter-f20n.pcf ter-g20n.pcf ter-k20n.pcf ter-p20n.pcf ter-u20n.pcf ter-x20n.pcf
- PCF_20B	= ter-120b.pcf ter-220b.pcf ter-520b.pcf ter-920b.pcf ter-c20b.pcf ter-d20b.pcf ter-f20b.pcf ter-g20b.pcf ter-k20b.pcf ter-p20b.pcf ter-u20b.pcf ter-x20b.pcf
-+PCF_20I	= ter-120i.pcf ter-220i.pcf ter-520i.pcf ter-920i.pcf ter-c20i.pcf ter-d20i.pcf ter-f20i.pcf ter-g20i.pcf ter-k20i.pcf ter-p20i.pcf ter-u20i.pcf ter-x20i.pcf ter-120bi.pcf ter-220bi.pcf ter-520bi.pcf ter-920bi.pcf ter-c20bi.pcf ter-d20bi.pcf ter-f20bi.pcf ter-g20bi.pcf ter-k20bi.pcf ter-p20bi.pcf ter-u20bi.pcf ter-x20bi.pcf
- PCF_24N	= ter-124n.pcf ter-224n.pcf ter-524n.pcf ter-924n.pcf ter-c24n.pcf ter-d24n.pcf ter-f24n.pcf ter-g24n.pcf ter-k24n.pcf ter-p24n.pcf ter-u24n.pcf ter-x24n.pcf
- PCF_24B	= ter-124b.pcf ter-224b.pcf ter-524b.pcf ter-924b.pcf ter-c24b.pcf ter-d24b.pcf ter-f24b.pcf ter-g24b.pcf ter-k24b.pcf ter-p24b.pcf ter-u24b.pcf ter-x24b.pcf
-+PCF_24I	= ter-124i.pcf ter-224i.pcf ter-524i.pcf ter-924i.pcf ter-c24i.pcf ter-d24i.pcf ter-f24i.pcf ter-g24i.pcf ter-k24i.pcf ter-p24i.pcf ter-u24i.pcf ter-x24i.pcf ter-124bi.pcf ter-224bi.pcf ter-524bi.pcf ter-924bi.pcf ter-c24bi.pcf ter-d24bi.pcf ter-f24bi.pcf ter-g24bi.pcf ter-k24bi.pcf ter-p24bi.pcf ter-u24bi.pcf ter-x24bi.pcf
- PCF_28N	= ter-128n.pcf ter-228n.pcf ter-528n.pcf ter-928n.pcf ter-c28n.pcf ter-d28n.pcf ter-f28n.pcf ter-g28n.pcf ter-k28n.pcf ter-p28n.pcf ter-u28n.pcf ter-x28n.pcf
- PCF_28B	= ter-128b.pcf ter-228b.pcf ter-528b.pcf ter-928b.pcf ter-c28b.pcf ter-d28b.pcf ter-f28b.pcf ter-g28b.pcf ter-k28b.pcf ter-p28b.pcf ter-u28b.pcf ter-x28b.pcf
-+PCF_28I	= ter-128i.pcf ter-228i.pcf ter-528i.pcf ter-928i.pcf ter-c28i.pcf ter-d28i.pcf ter-f28i.pcf ter-g28i.pcf ter-k28i.pcf ter-p28i.pcf ter-u28i.pcf ter-x28i.pcf ter-128bi.pcf ter-228bi.pcf ter-528bi.pcf ter-928bi.pcf ter-c28bi.pcf ter-d28bi.pcf ter-f28bi.pcf ter-g28bi.pcf ter-k28bi.pcf ter-p28bi.pcf ter-u28bi.pcf ter-x28bi.pcf
- PCF_32N	= ter-132n.pcf ter-232n.pcf ter-532n.pcf ter-932n.pcf ter-c32n.pcf ter-d32n.pcf ter-f32n.pcf ter-g32n.pcf ter-k32n.pcf ter-p32n.pcf ter-u32n.pcf ter-x32n.pcf
- PCF_32B	= ter-132b.pcf ter-232b.pcf ter-532b.pcf ter-932b.pcf ter-c32b.pcf ter-d32b.pcf ter-f32b.pcf ter-g32b.pcf ter-k32b.pcf ter-p32b.pcf ter-u32b.pcf ter-x32b.pcf
--PCF	= $(PCF_12N) $(PCF_14N) $(PCF_14B) $(PCF_16N) $(PCF_16B) $(PCF_20N) $(PCF_20B) $(PCF_24N) $(PCF_24B) $(PCF_28N) $(PCF_28B) $(PCF_32N) $(PCF_32B)
-+PCF_32I	= ter-132i.pcf ter-232i.pcf ter-532i.pcf ter-932i.pcf ter-c32i.pcf ter-d32i.pcf ter-f32i.pcf ter-g32i.pcf ter-k32i.pcf ter-p32i.pcf ter-u32i.pcf ter-x32i.pcf ter-132bi.pcf ter-232bi.pcf ter-532bi.pcf ter-932bi.pcf ter-c32bi.pcf ter-d32bi.pcf ter-f32bi.pcf ter-g32bi.pcf ter-k32bi.pcf ter-p32bi.pcf ter-u32bi.pcf ter-x32bi.pcf
-+
-+PCF	= $(PCF_12N) $(PCF_12B) $(PCF_12I) $(PCF_14N) $(PCF_14B) $(PCF_14I) $(PCF_16N) $(PCF_16B) $(PCF_16I) $(PCF_20N) $(PCF_20B) $(PCF_20I) $(PCF_24N) $(PCF_24B) $(PCF_24I) $(PCF_28N) $(PCF_28B) $(PCF_28I) $(PCF_32N) $(PCF_32B) $(PCF_32I) 
+ PCF_12N	= ter-112n.pcf ter-212n.pcf ter-512n.pcf ter-712n.pcf ter-912n.pcf ter-c12n.pcf ter-d12n.pcf ter-f12n.pcf ter-g12n.pcf ter-k12n.pcf ter-p12n.pcf ter-u12n.pcf ter-x12n.pcf
+ PCF_12B	= ter-112b.pcf ter-212b.pcf ter-512b.pcf ter-712b.pcf ter-912b.pcf ter-c12b.pcf ter-d12b.pcf ter-f12b.pcf ter-g12b.pcf ter-k12b.pcf ter-p12b.pcf ter-u12b.pcf ter-x12b.pcf
++PCF_12I	= ter-112i.pcf ter-212i.pcf ter-512i.pcf ter-712i.pcf ter-912i.pcf ter-c12i.pcf ter-d12i.pcf ter-f12i.pcf ter-g12i.pcf ter-k12i.pcf ter-p12i.pcf ter-u12i.pcf ter-x12i.pcf ter-112bi.pcf ter-212bi.pcf ter-512bi.pcf ter-712bi.pcf ter-912bi.pcf ter-c12bi.pcf ter-d12bi.pcf ter-f12bi.pcf ter-g12bi.pcf ter-k12bi.pcf ter-p12bi.pcf ter-u12bi.pcf ter-x12bi.pcf
+ PCF_14N	= ter-114n.pcf ter-214n.pcf ter-514n.pcf ter-714n.pcf ter-914n.pcf ter-c14n.pcf ter-d14n.pcf ter-f14n.pcf ter-g14n.pcf ter-k14n.pcf ter-p14n.pcf ter-u14n.pcf ter-x14n.pcf
+ PCF_14B	= ter-114b.pcf ter-214b.pcf ter-514b.pcf ter-714b.pcf ter-914b.pcf ter-c14b.pcf ter-d14b.pcf ter-f14b.pcf ter-g14b.pcf ter-k14b.pcf ter-p14b.pcf ter-u14b.pcf ter-x14b.pcf
++PCF_14I	= ter-114i.pcf ter-214i.pcf ter-514i.pcf ter-714i.pcf ter-914i.pcf ter-c14i.pcf ter-d14i.pcf ter-f14i.pcf ter-g14i.pcf ter-k14i.pcf ter-p14i.pcf ter-u14i.pcf ter-x14i.pcf ter-114bi.pcf ter-214bi.pcf ter-514bi.pcf ter-714bi.pcf ter-914bi.pcf ter-c14bi.pcf ter-d14bi.pcf ter-f14bi.pcf ter-g14bi.pcf ter-k14bi.pcf ter-p14bi.pcf ter-u14bi.pcf ter-x14bi.pcf
+ PCF_16N	= ter-116n.pcf ter-216n.pcf ter-516n.pcf ter-716n.pcf ter-916n.pcf ter-c16n.pcf ter-d16n.pcf ter-f16n.pcf ter-g16n.pcf ter-k16n.pcf ter-p16n.pcf ter-u16n.pcf ter-x16n.pcf
+ PCF_16B	= ter-116b.pcf ter-216b.pcf ter-516b.pcf ter-716b.pcf ter-916b.pcf ter-c16b.pcf ter-d16b.pcf ter-f16b.pcf ter-g16b.pcf ter-k16b.pcf ter-p16b.pcf ter-u16b.pcf ter-x16b.pcf
++PCF_16I	= ter-116i.pcf ter-216i.pcf ter-516i.pcf ter-716i.pcf ter-916i.pcf ter-c16i.pcf ter-d16i.pcf ter-f16i.pcf ter-g16i.pcf ter-k16i.pcf ter-p16i.pcf ter-u16i.pcf ter-x16i.pcf ter-116bi.pcf ter-216bi.pcf ter-516bi.pcf ter-716bi.pcf ter-916bi.pcf ter-c16bi.pcf ter-d16bi.pcf ter-f16bi.pcf ter-g16bi.pcf ter-k16bi.pcf ter-p16bi.pcf ter-u16bi.pcf ter-x16bi.pcf
+ PCF_20N	= ter-120n.pcf ter-220n.pcf ter-520n.pcf ter-720n.pcf ter-920n.pcf ter-c20n.pcf ter-d20n.pcf ter-f20n.pcf ter-g20n.pcf ter-k20n.pcf ter-p20n.pcf ter-u20n.pcf ter-x20n.pcf
+ PCF_20B	= ter-120b.pcf ter-220b.pcf ter-520b.pcf ter-720b.pcf ter-920b.pcf ter-c20b.pcf ter-d20b.pcf ter-f20b.pcf ter-g20b.pcf ter-k20b.pcf ter-p20b.pcf ter-u20b.pcf ter-x20b.pcf
++PCF_20I	= ter-120i.pcf ter-220i.pcf ter-520i.pcf ter-720i.pcf ter-920i.pcf ter-c20i.pcf ter-d20i.pcf ter-f20i.pcf ter-g20i.pcf ter-k20i.pcf ter-p20i.pcf ter-u20i.pcf ter-x20i.pcf ter-120bi.pcf ter-220bi.pcf ter-520bi.pcf ter-720bi.pcf ter-920bi.pcf ter-c20bi.pcf ter-d20bi.pcf ter-f20bi.pcf ter-g20bi.pcf ter-k20bi.pcf ter-p20bi.pcf ter-u20bi.pcf ter-x20bi.pcf
+ PCF_24N	= ter-124n.pcf ter-224n.pcf ter-524n.pcf ter-724n.pcf ter-924n.pcf ter-c24n.pcf ter-d24n.pcf ter-f24n.pcf ter-g24n.pcf ter-k24n.pcf ter-p24n.pcf ter-u24n.pcf ter-x24n.pcf
+ PCF_24B	= ter-124b.pcf ter-224b.pcf ter-524b.pcf ter-724b.pcf ter-924b.pcf ter-c24b.pcf ter-d24b.pcf ter-f24b.pcf ter-g24b.pcf ter-k24b.pcf ter-p24b.pcf ter-u24b.pcf ter-x24b.pcf
++PCF_24I	= ter-124i.pcf ter-224i.pcf ter-524i.pcf ter-724i.pcf ter-924i.pcf ter-c24i.pcf ter-d24i.pcf ter-f24i.pcf ter-g24i.pcf ter-k24i.pcf ter-p24i.pcf ter-u24i.pcf ter-x24i.pcf ter-124bi.pcf ter-224bi.pcf ter-524bi.pcf ter-724bi.pcf ter-924bi.pcf ter-c24bi.pcf ter-d24bi.pcf ter-f24bi.pcf ter-g24bi.pcf ter-k24bi.pcf ter-p24bi.pcf ter-u24bi.pcf ter-x24bi.pcf
+ PCF_28N	= ter-128n.pcf ter-228n.pcf ter-528n.pcf ter-728n.pcf ter-928n.pcf ter-c28n.pcf ter-d28n.pcf ter-f28n.pcf ter-g28n.pcf ter-k28n.pcf ter-p28n.pcf ter-u28n.pcf ter-x28n.pcf
+ PCF_28B	= ter-128b.pcf ter-228b.pcf ter-528b.pcf ter-728b.pcf ter-928b.pcf ter-c28b.pcf ter-d28b.pcf ter-f28b.pcf ter-g28b.pcf ter-k28b.pcf ter-p28b.pcf ter-u28b.pcf ter-x28b.pcf
++PCF_28I	= ter-128i.pcf ter-228i.pcf ter-528i.pcf ter-728i.pcf ter-928i.pcf ter-c28i.pcf ter-d28i.pcf ter-f28i.pcf ter-g28i.pcf ter-k28i.pcf ter-p28i.pcf ter-u28i.pcf ter-x28i.pcf ter-128bi.pcf ter-228bi.pcf ter-528bi.pcf ter-728bi.pcf ter-928bi.pcf ter-c28bi.pcf ter-d28bi.pcf ter-f28bi.pcf ter-g28bi.pcf ter-k28bi.pcf ter-p28bi.pcf ter-u28bi.pcf ter-x28bi.pcf
+ PCF_32N	= ter-132n.pcf ter-232n.pcf ter-532n.pcf ter-732n.pcf ter-932n.pcf ter-c32n.pcf ter-d32n.pcf ter-f32n.pcf ter-g32n.pcf ter-k32n.pcf ter-p32n.pcf ter-u32n.pcf ter-x32n.pcf
+ PCF_32B	= ter-132b.pcf ter-232b.pcf ter-532b.pcf ter-732b.pcf ter-932b.pcf ter-c32b.pcf ter-d32b.pcf ter-f32b.pcf ter-g32b.pcf ter-k32b.pcf ter-p32b.pcf ter-u32b.pcf ter-x32b.pcf
+-PCF	= $(PCF_12N) $(PCF_12B) $(PCF_14N) $(PCF_14B) $(PCF_16N) $(PCF_16B) $(PCF_20N) $(PCF_20B) $(PCF_24N) $(PCF_24B) $(PCF_28N) $(PCF_28B) $(PCF_32N) $(PCF_32B)
++PCF_32I	= ter-132i.pcf ter-232i.pcf ter-532i.pcf ter-732i.pcf ter-932i.pcf ter-c32i.pcf ter-d32i.pcf ter-f32i.pcf ter-g32i.pcf ter-k32i.pcf ter-p32i.pcf ter-u32i.pcf ter-x32i.pcf ter-132bi.pcf ter-232bi.pcf ter-532bi.pcf ter-732bi.pcf ter-932bi.pcf ter-c32bi.pcf ter-d32bi.pcf ter-f32bi.pcf ter-g32bi.pcf ter-k32bi.pcf ter-p32bi.pcf ter-u32bi.pcf ter-x32bi.pcf
++PCF	= $(PCF_12N) $(PCF_12B) $(PCF_12I) $(PCF_14N) $(PCF_14B) $(PCF_14I) $(PCF_16N) $(PCF_16B) $(PCF_16I) $(PCF_20N) $(PCF_20B) $(PCF_20I) $(PCF_24N) $(PCF_24B) $(PCF_24I) $(PCF_28N) $(PCF_28B) $(PCF_28I) $(PCF_32N) $(PCF_32B) $(PCF_32I)
+ PCF_N12	= $(PCF_12N) $(PCF_14N) $(PCF_14B) $(PCF_16N) $(PCF_16B) $(PCF_20N) $(PCF_20B) $(PCF_24N) $(PCF_24B) $(PCF_28N) $(PCF_28B) $(PCF_32N) $(PCF_32B)
  
- all: $(PSF) $(PCF)
- psf: $(PSF)
-@@ -1016,6 +1025,54 @@
- 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
+ EEE	= ter-x12n.pcf ter-x12b.pcf ter-x14n.pcf ter-x14b.pcf ter-x16n.pcf ter-x16b.pcf ter-x20n.pcf ter-x20b.pcf
+@@ -1098,6 +1106,48 @@
+ X_PT154	= uni/x11gr.uni uni/ascii-h.uni uni/pt-154.uni
+ X_10646	= uni/x11gr.uni uni/10646-1.uni
  
 +ter-u12i.bdf: ter-u12n.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
@@ -47,52 +46,46 @@
 +ter-u12bi.bdf: ter-u12b.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
-+ter-u14bi.bdf: ter-u14b.bdf
-+	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
-+
 +ter-u14i.bdf: ter-u14n.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
-+ter-u14vi.bdf: ter-u14v.bdf
++ter-u14bi.bdf: ter-u14b.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
-+ter-u16bi.bdf: ter-u16b.bdf
++ter-u16i.bdf: ter-u16n.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
-+ter-u16i.bdf: ter-u16n.bdf
++ter-u16bi.bdf: ter-u16b.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
-+ter-u16vi.bdf: ter-u16v.bdf
++ter-u20i.bdf: ter-u20n.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
 +ter-u20bi.bdf: ter-u20b.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
-+ter-u20i.bdf: ter-u20n.bdf
++ter-u24i.bdf: ter-u24n.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
 +ter-u24bi.bdf: ter-u24b.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
-+ter-u24i.bdf: ter-u24n.bdf
++ter-u28i.bdf: ter-u28n.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
 +ter-u28bi.bdf: ter-u28b.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
-+ter-u28i.bdf: ter-u28n.bdf
++ter-u32i.bdf: ter-u32n.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
 +ter-u32bi.bdf: ter-u32b.bdf
 +	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
 +
-+ter-u32i.bdf: ter-u32n.bdf
-+	$(MKITALIC) ${.ALLSRC} > ${.TARGET}
-+
  ter-112n.pcf: ter-u12n.bdf $(X_88591)
  	$(UCS2X11) ter-u12n.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@
  
-@@ -1520,6 +1577,656 @@
+@@ -1644,6 +1694,552 @@
  ter-x32b.pcf: ter-u32b.bdf $(X_10646)
  	$(UCS2X11) ter-u32b.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@
  
@@ -114,6 +107,12 @@
 +ter-512bi.pcf: ter-u12bi.bdf $(X_88595)
 +	$(UCS2X11) ter-u12bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@
 +
++ter-712i.pcf: ter-u12i.bdf $(X_88597)
++	$(UCS2X11) ter-u12i.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
++ter-712bi.pcf: ter-u12bi.bdf $(X_88597)
++	$(UCS2X11) ter-u12bi.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
 +ter-912i.pcf: ter-u12i.bdf $(X_88599)
 +	$(UCS2X11) ter-u12i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@
 +
@@ -186,6 +185,12 @@
 +ter-514bi.pcf: ter-u14bi.bdf $(X_88595)
 +	$(UCS2X11) ter-u14bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@
 +
++ter-714i.pcf: ter-u14i.bdf $(X_88597)
++	$(UCS2X11) ter-u14i.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
++ter-714bi.pcf: ter-u14bi.bdf $(X_88597)
++	$(UCS2X11) ter-u14bi.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
 +ter-914i.pcf: ter-u14i.bdf $(X_88599)
 +	$(UCS2X11) ter-u14i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@
 +
@@ -258,6 +263,12 @@
 +ter-516bi.pcf: ter-u16bi.bdf $(X_88595)
 +	$(UCS2X11) ter-u16bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@
 +
++ter-716i.pcf: ter-u16i.bdf $(X_88597)
++	$(UCS2X11) ter-u16i.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
++ter-716bi.pcf: ter-u16bi.bdf $(X_88597)
++	$(UCS2X11) ter-u16bi.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
 +ter-916i.pcf: ter-u16i.bdf $(X_88599)
 +	$(UCS2X11) ter-u16i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@
 +
@@ -312,78 +323,6 @@
 +ter-x16bi.pcf: ter-u16bi.bdf $(X_10646)
 +	$(UCS2X11) ter-u16bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@
 +
-+ter-118i.pcf: ter-u18i.bdf $(X_88591)
-+	$(UCS2X11) ter-u18i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@
-+
-+ter-118bi.pcf: ter-u18bi.bdf $(X_88591)
-+	$(UCS2X11) ter-u18bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@
-+
-+ter-218i.pcf: ter-u18i.bdf $(X_88592)
-+	$(UCS2X11) ter-u18i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@
-+
-+ter-218bi.pcf: ter-u18bi.bdf $(X_88592)
-+	$(UCS2X11) ter-u18bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@
-+
-+ter-518i.pcf: ter-u18i.bdf $(X_88595)
-+	$(UCS2X11) ter-u18i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@
-+
-+ter-518bi.pcf: ter-u18bi.bdf $(X_88595)
-+	$(UCS2X11) ter-u18bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@
-+
-+ter-918i.pcf: ter-u18i.bdf $(X_88599)
-+	$(UCS2X11) ter-u18i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@
-+
-+ter-918bi.pcf: ter-u18bi.bdf $(X_88599)
-+	$(UCS2X11) ter-u18bi.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@
-+
-+ter-c18i.pcf: ter-u18i.bdf $(X_W1251)
-+	$(UCS2X11) ter-u18i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@
-+
-+ter-c18bi.pcf: ter-u18bi.bdf $(X_W1251)
-+	$(UCS2X11) ter-u18bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@
-+
-+ter-d18i.pcf: ter-u18i.bdf $(X_8859D)
-+	$(UCS2X11) ter-u18i.bdf $(R_8859D) $(X_8859D) | $(BDF2PCF) -o $@
-+
-+ter-d18bi.pcf: ter-u18bi.bdf $(X_8859D)
-+	$(UCS2X11) ter-u18bi.bdf $(R_8859D) $(X_8859D) | $(BDF2PCF) -o $@
-+
-+ter-f18i.pcf: ter-u18i.bdf $(X_8859F)
-+	$(UCS2X11) ter-u18i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@
-+
-+ter-f18bi.pcf: ter-u18bi.bdf $(X_8859F)
-+	$(UCS2X11) ter-u18bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@
-+
-+ter-g18i.pcf: ter-u18i.bdf $(X_8859G)
-+	$(UCS2X11) ter-u18i.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@
-+
-+ter-g18bi.pcf: ter-u18bi.bdf $(X_8859G)
-+	$(UCS2X11) ter-u18bi.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@
-+
-+ter-k18i.pcf: ter-u18i.bdf $(X_KOI8R)
-+	$(UCS2X11) ter-u18i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@
-+
-+ter-k18bi.pcf: ter-u18bi.bdf $(X_KOI8R)
-+	$(UCS2X11) ter-u18bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@
-+
-+ter-p18i.pcf: ter-u18i.bdf $(X_PT154)
-+	$(UCS2X11) ter-u18i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@
-+
-+ter-p18bi.pcf: ter-u18bi.bdf $(X_PT154)
-+	$(UCS2X11) ter-u18bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@
-+
-+ter-u18i.pcf: ter-u18i.bdf $(X_KOI8U)
-+	$(UCS2X11) ter-u18i.bdf $(R_KOI8U) $(X_KOI8U) | $(BDF2PCF) -o $@
-+
-+ter-u18bi.pcf: ter-u18bi.bdf $(X_KOI8U)
-+	$(UCS2X11) ter-u18bi.bdf $(R_KOI8U) $(X_KOI8U) | $(BDF2PCF) -o $@
-+
-+ter-x18i.pcf: ter-u18i.bdf $(X_10646)
-+	$(UCS2X11) ter-u18i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@
-+
-+ter-x18bi.pcf: ter-u18bi.bdf $(X_10646)
-+	$(UCS2X11) ter-u18bi.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 $@
 +
@@ -402,6 +341,12 @@
 +ter-520bi.pcf: ter-u20bi.bdf $(X_88595)
 +	$(UCS2X11) ter-u20bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@
 +
++ter-720i.pcf: ter-u20i.bdf $(X_88597)
++	$(UCS2X11) ter-u20i.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
++ter-720bi.pcf: ter-u20bi.bdf $(X_88597)
++	$(UCS2X11) ter-u20bi.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
 +ter-920i.pcf: ter-u20i.bdf $(X_88599)
 +	$(UCS2X11) ter-u20i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@
 +
@@ -456,78 +401,6 @@
 +ter-x20bi.pcf: ter-u20bi.bdf $(X_10646)
 +	$(UCS2X11) ter-u20bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@
 +
-+ter-122i.pcf: ter-u22i.bdf $(X_88591)
-+	$(UCS2X11) ter-u22i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@
-+
-+ter-122bi.pcf: ter-u22bi.bdf $(X_88591)
-+	$(UCS2X11) ter-u22bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@
-+
-+ter-222i.pcf: ter-u22i.bdf $(X_88592)
-+	$(UCS2X11) ter-u22i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@
-+
-+ter-222bi.pcf: ter-u22bi.bdf $(X_88592)
-+	$(UCS2X11) ter-u22bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@
-+
-+ter-522i.pcf: ter-u22i.bdf $(X_88595)
-+	$(UCS2X11) ter-u22i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@
-+
-+ter-522bi.pcf: ter-u22bi.bdf $(X_88595)
-+	$(UCS2X11) ter-u22bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@
-+
-+ter-922i.pcf: ter-u22i.bdf $(X_88599)
-+	$(UCS2X11) ter-u22i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@
-+
-+ter-922bi.pcf: ter-u22bi.bdf $(X_88599)
-+	$(UCS2X11) ter-u22bi.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@
-+
-+ter-c22i.pcf: ter-u22i.bdf $(X_W1251)
-+	$(UCS2X11) ter-u22i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@
-+
-+ter-c22bi.pcf: ter-u22bi.bdf $(X_W1251)
-+	$(UCS2X11) ter-u22bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@
-+
-+ter-d22i.pcf: ter-u22i.bdf $(X_8859D)
-+	$(UCS2X11) ter-u22i.bdf $(R_8859D) $(X_8859D) | $(BDF2PCF) -o $@
-+
-+ter-d22bi.pcf: ter-u22bi.bdf $(X_8859D)
-+	$(UCS2X11) ter-u22bi.bdf $(R_8859D) $(X_8859D) | $(BDF2PCF) -o $@
-+
-+ter-f22i.pcf: ter-u22i.bdf $(X_8859F)
-+	$(UCS2X11) ter-u22i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@
-+
-+ter-f22bi.pcf: ter-u22bi.bdf $(X_8859F)
-+	$(UCS2X11) ter-u22bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@
-+
-+ter-g22i.pcf: ter-u22i.bdf $(X_8859G)
-+	$(UCS2X11) ter-u22i.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@
-+
-+ter-g22bi.pcf: ter-u22bi.bdf $(X_8859G)
-+	$(UCS2X11) ter-u22bi.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@
-+
-+ter-k22i.pcf: ter-u22i.bdf $(X_KOI8R)
-+	$(UCS2X11) ter-u22i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@
-+
-+ter-k22bi.pcf: ter-u22bi.bdf $(X_KOI8R)
-+	$(UCS2X11) ter-u22bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@
-+
-+ter-p22i.pcf: ter-u22i.bdf $(X_PT154)
-+	$(UCS2X11) ter-u22i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@
-+
-+ter-p22bi.pcf: ter-u22bi.bdf $(X_PT154)
-+	$(UCS2X11) ter-u22bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@
-+
-+ter-u22i.pcf: ter-u22i.bdf $(X_KOI8U)
-+	$(UCS2X11) ter-u22i.bdf $(R_KOI8U) $(X_KOI8U) | $(BDF2PCF) -o $@
-+
-+ter-u22bi.pcf: ter-u22bi.bdf $(X_KOI8U)
-+	$(UCS2X11) ter-u22bi.bdf $(R_KOI8U) $(X_KOI8U) | $(BDF2PCF) -o $@
-+
-+ter-x22i.pcf: ter-u22i.bdf $(X_10646)
-+	$(UCS2X11) ter-u22i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@
-+
-+ter-x22bi.pcf: ter-u22bi.bdf $(X_10646)
-+	$(UCS2X11) ter-u22bi.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 $@
 +
@@ -546,6 +419,12 @@
 +ter-524bi.pcf: ter-u24bi.bdf $(X_88595)
 +	$(UCS2X11) ter-u24bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@
 +
++ter-724i.pcf: ter-u24i.bdf $(X_88597)
++	$(UCS2X11) ter-u24i.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
++ter-724bi.pcf: ter-u24bi.bdf $(X_88597)
++	$(UCS2X11) ter-u24bi.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
 +ter-924i.pcf: ter-u24i.bdf $(X_88599)
 +	$(UCS2X11) ter-u24i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@
 +
@@ -618,6 +497,12 @@
 +ter-528bi.pcf: ter-u28bi.bdf $(X_88595)
 +	$(UCS2X11) ter-u28bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@
 +
++ter-728i.pcf: ter-u28i.bdf $(X_88597)
++	$(UCS2X11) ter-u28i.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
++ter-728bi.pcf: ter-u28bi.bdf $(X_88597)
++	$(UCS2X11) ter-u28bi.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
 +ter-928i.pcf: ter-u28i.bdf $(X_88599)
 +	$(UCS2X11) ter-u28i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@
 +
@@ -690,6 +575,12 @@
 +ter-532bi.pcf: ter-u32bi.bdf $(X_88595)
 +	$(UCS2X11) ter-u32bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@
 +
++ter-732i.pcf: ter-u32i.bdf $(X_88597)
++	$(UCS2X11) ter-u32i.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
++ter-732bi.pcf: ter-u32bi.bdf $(X_88597)
++	$(UCS2X11) ter-u32bi.bdf $(R_88597) $(X_88597) | $(BDF2PCF) -o $@
++
 +ter-932i.pcf: ter-u32i.bdf $(X_88599)
 +	$(UCS2X11) ter-u32i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@
 +
@@ -744,13 +635,11 @@
 +ter-x32bi.pcf: ter-u32bi.bdf $(X_10646)
 +	$(UCS2X11) ter-u32bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@
 +
-+
-+
  install-pcf: $(PCF)
- 	mkdir -p $(x11dir)
- 	for i in $(PCF) ; do gzip -c $$i > $(x11dir)/$$i.gz ; done
-@@ -1535,4 +2242,4 @@
- 	for i in $(PCF_12B) ; do rm -f $(x11dir)/$$i.gz ; done
+ 	mkdir -p $(DESTDIR)$(x11dir)
+ 	for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
+@@ -1659,4 +2255,4 @@
+ 	for i in $(PCF_N12) ; do rm -f $(DESTDIR)$(x11dir)/$$i.gz ; done
  
  clean:
 -	rm -f *.psf *.txt *.raw *.pcf
diff -Naru terminus-font.orig/pkg-plist terminus-font/pkg-plist
--- terminus-font.orig/pkg-plist	2007-04-02 09:54:51.000000000 +0400
+++ terminus-font/pkg-plist	2008-10-24 00:07:42.000000000 +0400
@@ -84,6 +84,34 @@
 %%FONTDIR%%/ter-532bi.pcf.gz
 %%FONTDIR%%/ter-532i.pcf.gz
 %%FONTDIR%%/ter-532n.pcf.gz
+%%FONTDIR%%/ter-712b.pcf.gz
+%%FONTDIR%%/ter-712bi.pcf.gz
+%%FONTDIR%%/ter-712i.pcf.gz
+%%FONTDIR%%/ter-712n.pcf.gz
+%%FONTDIR%%/ter-714b.pcf.gz
+%%FONTDIR%%/ter-714bi.pcf.gz
+%%FONTDIR%%/ter-714i.pcf.gz
+%%FONTDIR%%/ter-714n.pcf.gz
+%%FONTDIR%%/ter-716b.pcf.gz
+%%FONTDIR%%/ter-716bi.pcf.gz
+%%FONTDIR%%/ter-716i.pcf.gz
+%%FONTDIR%%/ter-716n.pcf.gz
+%%FONTDIR%%/ter-720b.pcf.gz
+%%FONTDIR%%/ter-720bi.pcf.gz
+%%FONTDIR%%/ter-720i.pcf.gz
+%%FONTDIR%%/ter-720n.pcf.gz
+%%FONTDIR%%/ter-724b.pcf.gz
+%%FONTDIR%%/ter-724bi.pcf.gz
+%%FONTDIR%%/ter-724i.pcf.gz
+%%FONTDIR%%/ter-724n.pcf.gz
+%%FONTDIR%%/ter-728b.pcf.gz
+%%FONTDIR%%/ter-728bi.pcf.gz
+%%FONTDIR%%/ter-728i.pcf.gz
+%%FONTDIR%%/ter-728n.pcf.gz
+%%FONTDIR%%/ter-732b.pcf.gz
+%%FONTDIR%%/ter-732bi.pcf.gz
+%%FONTDIR%%/ter-732i.pcf.gz
+%%FONTDIR%%/ter-732n.pcf.gz
 %%FONTDIR%%/ter-912b.pcf.gz
 %%FONTDIR%%/ter-912bi.pcf.gz
 %%FONTDIR%%/ter-912i.pcf.gz


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list