Hi,

Install the OTF Spleen fonts so that you can have scalable Spleen in
(e.g.) your XTerm.

Put this in your ~/.Xdefaults:

```
xterm*faceName: Spleen 32x64
xterm*faceSize: 14
```

Then run `xrdb ~/.Xdefaults`. New xterms should now use Spleen and the
font can be scaled in the ctrl+click menu.

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/fonts/spleen/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile    13 Feb 2020 11:53:15 -0000      1.15
+++ Makefile    28 Feb 2020 15:47:09 -0000
@@ -3,6 +3,7 @@
 COMMENT =      monospaced bitmap fonts for consoles and terminals
 
 V =            1.7.0
+REVISION =     0
 DISTNAME =     spleen-${V}
 
 CATEGORIES =   fonts
@@ -26,7 +27,7 @@ do-build:
 
 do-install:
        ${INSTALL_DATA_DIR} ${FONTDIR}
-       ${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${FONTDIR}
+       ${INSTALL_DATA} ${WRKSRC}/*.{pcf.gz,otf} ${FONTDIR}
        ${INSTALL_DATA} ${WRKSRC}/fonts.alias-spleen ${FONTDIR}
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/spleen
        ${INSTALL_DATA} ${WRKSRC}/README.md ${PREFIX}/share/doc/spleen
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/fonts/spleen/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   19 Sep 2018 07:30:30 -0000      1.1.1.1
+++ pkg/PLIST   28 Feb 2020 15:42:39 -0000
@@ -4,8 +4,12 @@ share/doc/spleen/README.md
 share/fonts/
 @fontdir share/fonts/spleen/
 share/fonts/spleen/fonts.alias-spleen
+share/fonts/spleen/spleen-12x24.otf
 share/fonts/spleen/spleen-12x24.pcf.gz
+share/fonts/spleen/spleen-16x32.otf
 share/fonts/spleen/spleen-16x32.pcf.gz
+share/fonts/spleen/spleen-32x64.otf
 share/fonts/spleen/spleen-32x64.pcf.gz
 share/fonts/spleen/spleen-5x8.pcf.gz
+share/fonts/spleen/spleen-8x16.otf
 share/fonts/spleen/spleen-8x16.pcf.gz

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk

Reply via email to