Index: x11-fonts/terminus-font/Makefile =================================================================== --- x11-fonts/terminus-font/Makefile (revision 543506) +++ x11-fonts/terminus-font/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= terminus-font PORTVERSION= 4.48 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-${PORTVERSION} @@ -11,7 +12,8 @@ LICENSE= OFL11 -BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf +EXTRACT_DEPENDS= bdfresize:x11-fonts/bdfresize +BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf USES= gmake fonts python:build,3.5+ shebangfix NO_ARCH= yes @@ -18,7 +20,10 @@ SHEBANG_FILES= bin/*.py -OPTIONS_DEFINE= AO2 DV1 GE2 GQ2 IJ1 KA2 HI2 LL2 TD1 +OPTIONS_GROUP= VARIANTS +OPTIONS_GROUP_VARIANTS= AO2 DV1 GE2 GQ2 IJ1 KA2 HI2 LL2 TD1 + +VARIANTS_DESC= Variants of letters AO2_DESC= Variant of letter 'a' DV1_DESC= Variant of cyrillic letters 'de' and 've' GE2_DESC= Variant of cyrillic letter 'ge' @@ -69,9 +74,14 @@ .if ${PORT_OPTIONS:MTD1} cd ${WRKSRC} && ${PATCH} -p1 -i alt/td1.diff .endif +.for size in 18 20 22 24 28 32 + @cd ${WRKSRC} && \ + bdfresize -f 2 ter-u${size}b.bdf > ter-u$$((${size}*2))b.bdf && \ + bdfresize -f 2 ter-u${size}n.bdf > ter-u$$((${size}*2))n.bdf +.endfor post-patch: - ${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|g' ${WRKSRC}/Makefile post-build: @${GZIP_CMD} ${WRKSRC}/*.pcf Index: x11-fonts/terminus-font/files/patch-Makefile =================================================================== --- x11-fonts/terminus-font/files/patch-Makefile (nonexistent) +++ x11-fonts/terminus-font/files/patch-Makefile (working copy) @@ -0,0 +1,40 @@ +--- Makefile.orig 2020-07-31 21:17:39 UTC ++++ Makefile +@@ -59,20 +59,23 @@ PSF_VGAW_KOI8_UV = ter-u14v.psf ter-u16v.psf + PSF_VGAW_XOS4_2 = ter-v14v.psf ter-v16v.psf + PSF_VGAW = $(PSF_VGAW_8859_1) $(PSF_VGAW_8859_2) $(PSF_VGAW_8859_7) $(PSF_VGAW_8859_9) $(PSF_VGAW_MS_1251) $(PSF_VGAW_8859_13) $(PSF_VGAW_8859_16) $(PSF_VGAW_MS_1255) $(PSF_VGAW_IBM_437) $(PSF_VGAW_KOI8_RV) $(PSF_VGAW_BG_MIK) $(PSF_VGAW_PT_154) $(PSF_VGAW_KOI8_UV) $(PSF_VGAW_XOS4_2) + +-PCF_8859_1 = ter-112n.pcf ter-112b.pcf ter-114n.pcf ter-114b.pcf ter-116n.pcf ter-116b.pcf ter-118n.pcf ter-118b.pcf ter-120n.pcf ter-120b.pcf ter-122n.pcf ter-122b.pcf ter-124n.pcf ter-124b.pcf ter-128n.pcf ter-128b.pcf ter-132n.pcf ter-132b.pcf +-PCF_8859_2 = ter-212n.pcf ter-212b.pcf ter-214n.pcf ter-214b.pcf ter-216n.pcf ter-216b.pcf ter-218n.pcf ter-218b.pcf ter-220n.pcf ter-220b.pcf ter-222n.pcf ter-222b.pcf ter-224n.pcf ter-224b.pcf ter-228n.pcf ter-228b.pcf ter-232n.pcf ter-232b.pcf +-PCF_8859_5 = ter-512n.pcf ter-512b.pcf ter-514n.pcf ter-514b.pcf ter-516n.pcf ter-516b.pcf ter-518n.pcf ter-518b.pcf ter-520n.pcf ter-520b.pcf ter-522n.pcf ter-522b.pcf ter-524n.pcf ter-524b.pcf ter-528n.pcf ter-528b.pcf ter-532n.pcf ter-532b.pcf +-PCF_8859_7 = ter-712n.pcf ter-712b.pcf ter-714n.pcf ter-714b.pcf ter-716n.pcf ter-716b.pcf ter-718n.pcf ter-718b.pcf ter-720n.pcf ter-720b.pcf ter-722n.pcf ter-722b.pcf ter-724n.pcf ter-724b.pcf ter-728n.pcf ter-728b.pcf ter-732n.pcf ter-732b.pcf +-PCF_8859_9 = ter-912n.pcf ter-912b.pcf ter-914n.pcf ter-914b.pcf ter-916n.pcf ter-916b.pcf ter-918n.pcf ter-918b.pcf ter-920n.pcf ter-920b.pcf ter-922n.pcf ter-922b.pcf ter-924n.pcf ter-924b.pcf ter-928n.pcf ter-928b.pcf ter-932n.pcf ter-932b.pcf +-PCF_MS_1251 = ter-c12n.pcf ter-c12b.pcf ter-c14n.pcf ter-c14b.pcf ter-c16n.pcf ter-c16b.pcf ter-c18n.pcf ter-c18b.pcf ter-c20n.pcf ter-c20b.pcf ter-c22n.pcf ter-c22b.pcf ter-c24n.pcf ter-c24b.pcf ter-c28n.pcf ter-c28b.pcf ter-c32n.pcf ter-c32b.pcf +-PCF_8859_13 = ter-d12n.pcf ter-d12b.pcf ter-d14n.pcf ter-d14b.pcf ter-d16n.pcf ter-d16b.pcf ter-d18n.pcf ter-d18b.pcf ter-d20n.pcf ter-d20b.pcf ter-d22n.pcf ter-d22b.pcf ter-d24n.pcf ter-d24b.pcf ter-d28n.pcf ter-d28b.pcf ter-d32n.pcf ter-d32b.pcf +-PCF_8859_15 = ter-f12n.pcf ter-f12b.pcf ter-f14n.pcf ter-f14b.pcf ter-f16n.pcf ter-f16b.pcf ter-f18n.pcf ter-f18b.pcf ter-f20n.pcf ter-f20b.pcf ter-f22n.pcf ter-f22b.pcf ter-f24n.pcf ter-f24b.pcf ter-f28n.pcf ter-f28b.pcf ter-f32n.pcf ter-f32b.pcf +-PCF_8859_16 = ter-g12n.pcf ter-g12b.pcf ter-g14n.pcf ter-g14b.pcf ter-g16n.pcf ter-g16b.pcf ter-g18n.pcf ter-g18b.pcf ter-g20n.pcf ter-g20b.pcf ter-g22n.pcf ter-g22b.pcf ter-g24n.pcf ter-g24b.pcf ter-g28n.pcf ter-g28b.pcf ter-g32n.pcf ter-g32b.pcf +-PCF_IBM_437 = ter-i12n.pcf ter-i12b.pcf ter-i14n.pcf ter-i14b.pcf ter-i16n.pcf ter-i16b.pcf ter-i18n.pcf ter-i18b.pcf ter-i20n.pcf ter-i20b.pcf ter-i22n.pcf ter-i22b.pcf ter-i24n.pcf ter-i24b.pcf ter-i28n.pcf ter-i28b.pcf ter-i32n.pcf ter-i32b.pcf +-PCF_KOI8_R = ter-k12n.pcf ter-k12b.pcf ter-k14n.pcf ter-k14b.pcf ter-k16n.pcf ter-k16b.pcf ter-k18n.pcf ter-k18b.pcf ter-k20n.pcf ter-k20b.pcf ter-k22n.pcf ter-k22b.pcf ter-k24n.pcf ter-k24b.pcf ter-k28n.pcf ter-k28b.pcf ter-k32n.pcf ter-k32b.pcf +-PCF_PT_154 = ter-p12n.pcf ter-p12b.pcf ter-p14n.pcf ter-p14b.pcf ter-p16n.pcf ter-p16b.pcf ter-p18n.pcf ter-p18b.pcf ter-p20n.pcf ter-p20b.pcf ter-p22n.pcf ter-p22b.pcf ter-p24n.pcf ter-p24b.pcf ter-p28n.pcf ter-p28b.pcf ter-p32n.pcf ter-p32b.pcf +-PCF_KOI8_U = ter-u12n.pcf ter-u12b.pcf ter-u14n.pcf ter-u14b.pcf ter-u16n.pcf ter-u16b.pcf ter-u18n.pcf ter-u18b.pcf ter-u20n.pcf ter-u20b.pcf ter-u22n.pcf ter-u22b.pcf ter-u24n.pcf ter-u24b.pcf ter-u28n.pcf ter-u28b.pcf ter-u32n.pcf ter-u32b.pcf +-PCF_10646_1 = ter-x12n.pcf ter-x12b.pcf ter-x14n.pcf ter-x14b.pcf ter-x16n.pcf ter-x16b.pcf ter-x18n.pcf ter-x18b.pcf ter-x20n.pcf ter-x20b.pcf ter-x22n.pcf ter-x22b.pcf ter-x24n.pcf ter-x24b.pcf ter-x28n.pcf ter-x28b.pcf ter-x32n.pcf ter-x32b.pcf ++PCF_SIZES = 12 14 16 18 20 22 24 28 32 36 40 44 48 56 64 ++PCF_FILES = $(PCF_SIZES:%=%n.pcf) $(PCF_SIZES:%=%b.pcf) ++PCF_FILES = $(PCF_SIZES:%=%n.pcf) $(PCF_SIZES:%=%b.pcf) ++PCF_8859_1 = $(PCF_FILES:%=ter-1%) ++PCF_8859_2 = $(PCF_FILES:%=ter-2%) ++PCF_8859_5 = $(PCF_FILES:%=ter-5%) ++PCF_8859_7 = $(PCF_FILES:%=ter-7%) ++PCF_8859_9 = $(PCF_FILES:%=ter-9%) ++PCF_MS_1251 = $(PCF_FILES:%=ter-c%) ++PCF_8859_13 = $(PCF_FILES:%=ter-d%) ++PCF_8859_15 = $(PCF_FILES:%=ter-f%) ++PCF_8859_16 = $(PCF_FILES:%=ter-g%) ++PCF_IBM_437 = $(PCF_FILES:%=ter-i%) ++PCF_KOI8_R = $(PCF_FILES:%=ter-k%) ++PCF_PT_154 = $(PCF_FILES:%=ter-p%) ++PCF_KOI8_U = $(PCF_FILES:%=ter-u%) ++PCF_10646_1 = $(PCF_FILES:%=ter-x%) + PCF_8BIT = $(PCF_8859_1) $(PCF_8859_2) $(PCF_8859_5) $(PCF_8859_7) $(PCF_8859_9) $(PCF_MS_1251) $(PCF_8859_13) $(PCF_8859_15) $(PCF_8859_16) $(PCF_IBM_437) $(PCF_KOI8_R) $(PCF_PT_154) $(PCF_KOI8_U) + PCF = $(PCF_10646_1) + Property changes on: x11-fonts/terminus-font/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11-fonts/terminus-font/pkg-plist =================================================================== --- x11-fonts/terminus-font/pkg-plist (revision 543506) +++ x11-fonts/terminus-font/pkg-plist (working copy) @@ -16,6 +16,18 @@ %%FONTSDIR%%/ter-128n.pcf.gz %%FONTSDIR%%/ter-132b.pcf.gz %%FONTSDIR%%/ter-132n.pcf.gz +%%FONTSDIR%%/ter-136b.pcf.gz +%%FONTSDIR%%/ter-136n.pcf.gz +%%FONTSDIR%%/ter-140b.pcf.gz +%%FONTSDIR%%/ter-140n.pcf.gz +%%FONTSDIR%%/ter-144b.pcf.gz +%%FONTSDIR%%/ter-144n.pcf.gz +%%FONTSDIR%%/ter-148b.pcf.gz +%%FONTSDIR%%/ter-148n.pcf.gz +%%FONTSDIR%%/ter-156b.pcf.gz +%%FONTSDIR%%/ter-156n.pcf.gz +%%FONTSDIR%%/ter-164b.pcf.gz +%%FONTSDIR%%/ter-164n.pcf.gz %%FONTSDIR%%/ter-212b.pcf.gz %%FONTSDIR%%/ter-212n.pcf.gz %%FONTSDIR%%/ter-214b.pcf.gz @@ -34,6 +46,18 @@ %%FONTSDIR%%/ter-228n.pcf.gz %%FONTSDIR%%/ter-232b.pcf.gz %%FONTSDIR%%/ter-232n.pcf.gz +%%FONTSDIR%%/ter-236b.pcf.gz +%%FONTSDIR%%/ter-236n.pcf.gz +%%FONTSDIR%%/ter-240b.pcf.gz +%%FONTSDIR%%/ter-240n.pcf.gz +%%FONTSDIR%%/ter-244b.pcf.gz +%%FONTSDIR%%/ter-244n.pcf.gz +%%FONTSDIR%%/ter-248b.pcf.gz +%%FONTSDIR%%/ter-248n.pcf.gz +%%FONTSDIR%%/ter-256b.pcf.gz +%%FONTSDIR%%/ter-256n.pcf.gz +%%FONTSDIR%%/ter-264b.pcf.gz +%%FONTSDIR%%/ter-264n.pcf.gz %%FONTSDIR%%/ter-512b.pcf.gz %%FONTSDIR%%/ter-512n.pcf.gz %%FONTSDIR%%/ter-514b.pcf.gz @@ -52,6 +76,18 @@ %%FONTSDIR%%/ter-528n.pcf.gz %%FONTSDIR%%/ter-532b.pcf.gz %%FONTSDIR%%/ter-532n.pcf.gz +%%FONTSDIR%%/ter-536b.pcf.gz +%%FONTSDIR%%/ter-536n.pcf.gz +%%FONTSDIR%%/ter-540b.pcf.gz +%%FONTSDIR%%/ter-540n.pcf.gz +%%FONTSDIR%%/ter-544b.pcf.gz +%%FONTSDIR%%/ter-544n.pcf.gz +%%FONTSDIR%%/ter-548b.pcf.gz +%%FONTSDIR%%/ter-548n.pcf.gz +%%FONTSDIR%%/ter-556b.pcf.gz +%%FONTSDIR%%/ter-556n.pcf.gz +%%FONTSDIR%%/ter-564b.pcf.gz +%%FONTSDIR%%/ter-564n.pcf.gz %%FONTSDIR%%/ter-712b.pcf.gz %%FONTSDIR%%/ter-712n.pcf.gz %%FONTSDIR%%/ter-714b.pcf.gz @@ -70,6 +106,18 @@ %%FONTSDIR%%/ter-728n.pcf.gz %%FONTSDIR%%/ter-732b.pcf.gz %%FONTSDIR%%/ter-732n.pcf.gz +%%FONTSDIR%%/ter-736b.pcf.gz +%%FONTSDIR%%/ter-736n.pcf.gz +%%FONTSDIR%%/ter-740b.pcf.gz +%%FONTSDIR%%/ter-740n.pcf.gz +%%FONTSDIR%%/ter-744b.pcf.gz +%%FONTSDIR%%/ter-744n.pcf.gz +%%FONTSDIR%%/ter-748b.pcf.gz +%%FONTSDIR%%/ter-748n.pcf.gz +%%FONTSDIR%%/ter-756b.pcf.gz +%%FONTSDIR%%/ter-756n.pcf.gz +%%FONTSDIR%%/ter-764b.pcf.gz +%%FONTSDIR%%/ter-764n.pcf.gz %%FONTSDIR%%/ter-912b.pcf.gz %%FONTSDIR%%/ter-912n.pcf.gz %%FONTSDIR%%/ter-914b.pcf.gz @@ -88,6 +136,18 @@ %%FONTSDIR%%/ter-928n.pcf.gz %%FONTSDIR%%/ter-932b.pcf.gz %%FONTSDIR%%/ter-932n.pcf.gz +%%FONTSDIR%%/ter-936b.pcf.gz +%%FONTSDIR%%/ter-936n.pcf.gz +%%FONTSDIR%%/ter-940b.pcf.gz +%%FONTSDIR%%/ter-940n.pcf.gz +%%FONTSDIR%%/ter-944b.pcf.gz +%%FONTSDIR%%/ter-944n.pcf.gz +%%FONTSDIR%%/ter-948b.pcf.gz +%%FONTSDIR%%/ter-948n.pcf.gz +%%FONTSDIR%%/ter-956b.pcf.gz +%%FONTSDIR%%/ter-956n.pcf.gz +%%FONTSDIR%%/ter-964b.pcf.gz +%%FONTSDIR%%/ter-964n.pcf.gz %%FONTSDIR%%/ter-c12b.pcf.gz %%FONTSDIR%%/ter-c12n.pcf.gz %%FONTSDIR%%/ter-c14b.pcf.gz @@ -106,6 +166,18 @@ %%FONTSDIR%%/ter-c28n.pcf.gz %%FONTSDIR%%/ter-c32b.pcf.gz %%FONTSDIR%%/ter-c32n.pcf.gz +%%FONTSDIR%%/ter-c36b.pcf.gz +%%FONTSDIR%%/ter-c36n.pcf.gz +%%FONTSDIR%%/ter-c40b.pcf.gz +%%FONTSDIR%%/ter-c40n.pcf.gz +%%FONTSDIR%%/ter-c44b.pcf.gz +%%FONTSDIR%%/ter-c44n.pcf.gz +%%FONTSDIR%%/ter-c48b.pcf.gz +%%FONTSDIR%%/ter-c48n.pcf.gz +%%FONTSDIR%%/ter-c56b.pcf.gz +%%FONTSDIR%%/ter-c56n.pcf.gz +%%FONTSDIR%%/ter-c64b.pcf.gz +%%FONTSDIR%%/ter-c64n.pcf.gz %%FONTSDIR%%/ter-d12b.pcf.gz %%FONTSDIR%%/ter-d12n.pcf.gz %%FONTSDIR%%/ter-d14b.pcf.gz @@ -124,6 +196,18 @@ %%FONTSDIR%%/ter-d28n.pcf.gz %%FONTSDIR%%/ter-d32b.pcf.gz %%FONTSDIR%%/ter-d32n.pcf.gz +%%FONTSDIR%%/ter-d36b.pcf.gz +%%FONTSDIR%%/ter-d36n.pcf.gz +%%FONTSDIR%%/ter-d40b.pcf.gz +%%FONTSDIR%%/ter-d40n.pcf.gz +%%FONTSDIR%%/ter-d44b.pcf.gz +%%FONTSDIR%%/ter-d44n.pcf.gz +%%FONTSDIR%%/ter-d48b.pcf.gz +%%FONTSDIR%%/ter-d48n.pcf.gz +%%FONTSDIR%%/ter-d56b.pcf.gz +%%FONTSDIR%%/ter-d56n.pcf.gz +%%FONTSDIR%%/ter-d64b.pcf.gz +%%FONTSDIR%%/ter-d64n.pcf.gz %%FONTSDIR%%/ter-f12b.pcf.gz %%FONTSDIR%%/ter-f12n.pcf.gz %%FONTSDIR%%/ter-f14b.pcf.gz @@ -142,6 +226,18 @@ %%FONTSDIR%%/ter-f28n.pcf.gz %%FONTSDIR%%/ter-f32b.pcf.gz %%FONTSDIR%%/ter-f32n.pcf.gz +%%FONTSDIR%%/ter-f36b.pcf.gz +%%FONTSDIR%%/ter-f36n.pcf.gz +%%FONTSDIR%%/ter-f40b.pcf.gz +%%FONTSDIR%%/ter-f40n.pcf.gz +%%FONTSDIR%%/ter-f44b.pcf.gz +%%FONTSDIR%%/ter-f44n.pcf.gz +%%FONTSDIR%%/ter-f48b.pcf.gz +%%FONTSDIR%%/ter-f48n.pcf.gz +%%FONTSDIR%%/ter-f56b.pcf.gz +%%FONTSDIR%%/ter-f56n.pcf.gz +%%FONTSDIR%%/ter-f64b.pcf.gz +%%FONTSDIR%%/ter-f64n.pcf.gz %%FONTSDIR%%/ter-g12b.pcf.gz %%FONTSDIR%%/ter-g12n.pcf.gz %%FONTSDIR%%/ter-g14b.pcf.gz @@ -160,6 +256,18 @@ %%FONTSDIR%%/ter-g28n.pcf.gz %%FONTSDIR%%/ter-g32b.pcf.gz %%FONTSDIR%%/ter-g32n.pcf.gz +%%FONTSDIR%%/ter-g36b.pcf.gz +%%FONTSDIR%%/ter-g36n.pcf.gz +%%FONTSDIR%%/ter-g40b.pcf.gz +%%FONTSDIR%%/ter-g40n.pcf.gz +%%FONTSDIR%%/ter-g44b.pcf.gz +%%FONTSDIR%%/ter-g44n.pcf.gz +%%FONTSDIR%%/ter-g48b.pcf.gz +%%FONTSDIR%%/ter-g48n.pcf.gz +%%FONTSDIR%%/ter-g56b.pcf.gz +%%FONTSDIR%%/ter-g56n.pcf.gz +%%FONTSDIR%%/ter-g64b.pcf.gz +%%FONTSDIR%%/ter-g64n.pcf.gz %%FONTSDIR%%/ter-i12b.pcf.gz %%FONTSDIR%%/ter-i12n.pcf.gz %%FONTSDIR%%/ter-i14b.pcf.gz @@ -178,6 +286,18 @@ %%FONTSDIR%%/ter-i28n.pcf.gz %%FONTSDIR%%/ter-i32b.pcf.gz %%FONTSDIR%%/ter-i32n.pcf.gz +%%FONTSDIR%%/ter-i36b.pcf.gz +%%FONTSDIR%%/ter-i36n.pcf.gz +%%FONTSDIR%%/ter-i40b.pcf.gz +%%FONTSDIR%%/ter-i40n.pcf.gz +%%FONTSDIR%%/ter-i44b.pcf.gz +%%FONTSDIR%%/ter-i44n.pcf.gz +%%FONTSDIR%%/ter-i48b.pcf.gz +%%FONTSDIR%%/ter-i48n.pcf.gz +%%FONTSDIR%%/ter-i56b.pcf.gz +%%FONTSDIR%%/ter-i56n.pcf.gz +%%FONTSDIR%%/ter-i64b.pcf.gz +%%FONTSDIR%%/ter-i64n.pcf.gz %%FONTSDIR%%/ter-k12b.pcf.gz %%FONTSDIR%%/ter-k12n.pcf.gz %%FONTSDIR%%/ter-k14b.pcf.gz @@ -196,6 +316,18 @@ %%FONTSDIR%%/ter-k28n.pcf.gz %%FONTSDIR%%/ter-k32b.pcf.gz %%FONTSDIR%%/ter-k32n.pcf.gz +%%FONTSDIR%%/ter-k36b.pcf.gz +%%FONTSDIR%%/ter-k36n.pcf.gz +%%FONTSDIR%%/ter-k40b.pcf.gz +%%FONTSDIR%%/ter-k40n.pcf.gz +%%FONTSDIR%%/ter-k44b.pcf.gz +%%FONTSDIR%%/ter-k44n.pcf.gz +%%FONTSDIR%%/ter-k48b.pcf.gz +%%FONTSDIR%%/ter-k48n.pcf.gz +%%FONTSDIR%%/ter-k56b.pcf.gz +%%FONTSDIR%%/ter-k56n.pcf.gz +%%FONTSDIR%%/ter-k64b.pcf.gz +%%FONTSDIR%%/ter-k64n.pcf.gz %%FONTSDIR%%/ter-p12b.pcf.gz %%FONTSDIR%%/ter-p12n.pcf.gz %%FONTSDIR%%/ter-p14b.pcf.gz @@ -214,6 +346,18 @@ %%FONTSDIR%%/ter-p28n.pcf.gz %%FONTSDIR%%/ter-p32b.pcf.gz %%FONTSDIR%%/ter-p32n.pcf.gz +%%FONTSDIR%%/ter-p36b.pcf.gz +%%FONTSDIR%%/ter-p36n.pcf.gz +%%FONTSDIR%%/ter-p40b.pcf.gz +%%FONTSDIR%%/ter-p40n.pcf.gz +%%FONTSDIR%%/ter-p44b.pcf.gz +%%FONTSDIR%%/ter-p44n.pcf.gz +%%FONTSDIR%%/ter-p48b.pcf.gz +%%FONTSDIR%%/ter-p48n.pcf.gz +%%FONTSDIR%%/ter-p56b.pcf.gz +%%FONTSDIR%%/ter-p56n.pcf.gz +%%FONTSDIR%%/ter-p64b.pcf.gz +%%FONTSDIR%%/ter-p64n.pcf.gz %%FONTSDIR%%/ter-u12b.pcf.gz %%FONTSDIR%%/ter-u12n.pcf.gz %%FONTSDIR%%/ter-u14b.pcf.gz @@ -232,6 +376,18 @@ %%FONTSDIR%%/ter-u28n.pcf.gz %%FONTSDIR%%/ter-u32b.pcf.gz %%FONTSDIR%%/ter-u32n.pcf.gz +%%FONTSDIR%%/ter-u36b.pcf.gz +%%FONTSDIR%%/ter-u36n.pcf.gz +%%FONTSDIR%%/ter-u40b.pcf.gz +%%FONTSDIR%%/ter-u40n.pcf.gz +%%FONTSDIR%%/ter-u44b.pcf.gz +%%FONTSDIR%%/ter-u44n.pcf.gz +%%FONTSDIR%%/ter-u48b.pcf.gz +%%FONTSDIR%%/ter-u48n.pcf.gz +%%FONTSDIR%%/ter-u56b.pcf.gz +%%FONTSDIR%%/ter-u56n.pcf.gz +%%FONTSDIR%%/ter-u64b.pcf.gz +%%FONTSDIR%%/ter-u64n.pcf.gz %%FONTSDIR%%/ter-x12b.pcf.gz %%FONTSDIR%%/ter-x12n.pcf.gz %%FONTSDIR%%/ter-x14b.pcf.gz @@ -250,3 +406,15 @@ %%FONTSDIR%%/ter-x28n.pcf.gz %%FONTSDIR%%/ter-x32b.pcf.gz %%FONTSDIR%%/ter-x32n.pcf.gz +%%FONTSDIR%%/ter-x36b.pcf.gz +%%FONTSDIR%%/ter-x36n.pcf.gz +%%FONTSDIR%%/ter-x40b.pcf.gz +%%FONTSDIR%%/ter-x40n.pcf.gz +%%FONTSDIR%%/ter-x44b.pcf.gz +%%FONTSDIR%%/ter-x44n.pcf.gz +%%FONTSDIR%%/ter-x48b.pcf.gz +%%FONTSDIR%%/ter-x48n.pcf.gz +%%FONTSDIR%%/ter-x56b.pcf.gz +%%FONTSDIR%%/ter-x56n.pcf.gz +%%FONTSDIR%%/ter-x64b.pcf.gz +%%FONTSDIR%%/ter-x64n.pcf.gz