summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/psftools/README18
-rw-r--r--graphics/psftools/psftools.SlackBuild6
-rw-r--r--graphics/psftools/psftools.info6
3 files changed, 25 insertions, 5 deletions
diff --git a/graphics/psftools/README b/graphics/psftools/README
index 2b4da5c1a5..2f7a793322 100644
--- a/graphics/psftools/README
+++ b/graphics/psftools/README
@@ -1,4 +1,20 @@
psftools (tools for converting between bitmap font formats)
The PSF Tools are an attempt to do something similar to NetPBM
-for simple fixed-width bitmap fonts.
+for simple fixed-width bitmap fonts. It supports at least these
+font formats:
+
+- Linux console .PSF/.PSFU
+- X11 .BDF
+- MS-DOS .CPI
+- Windows .FNT and .FON
+- IBM MDA (Monochrome Display Adaptor)
+- BBC Micro
+- ZX Spectrum
+- Wyse-60
+- Hercules WriteOn
+- Raw bitmaps
+
+...and can also convert fonts to XBM, PBM, C source, and human-readable
+text files. psftools can also merge font files together, and transform
+them in various ways (scaling, flipping, adjusting the bounding box, etc).
diff --git a/graphics/psftools/psftools.SlackBuild b/graphics/psftools/psftools.SlackBuild
index e248ded82e..072f82c211 100644
--- a/graphics/psftools/psftools.SlackBuild
+++ b/graphics/psftools/psftools.SlackBuild
@@ -6,8 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170712 bkw:
+# - updated for v1.1.0
+# - expand the README since it was a bit too terse
+
PRGNAM=psftools
-VERSION=${VERSION:-1.0.7}
+VERSION=${VERSION:-1.0.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/graphics/psftools/psftools.info b/graphics/psftools/psftools.info
index b1cafd798f..c2e52451be 100644
--- a/graphics/psftools/psftools.info
+++ b/graphics/psftools/psftools.info
@@ -1,8 +1,8 @@
PRGNAM="psftools"
-VERSION="1.0.7"
+VERSION="1.0.10"
HOMEPAGE="http://www.seasip.info/Unix/PSF/index.html"
-DOWNLOAD="http://www.seasip.info/Unix/PSF/psftools-1.0.7.tar.gz"
-MD5SUM="159022aae93a797dbc2a01014acbd115"
+DOWNLOAD="http://www.seasip.info/Unix/PSF/psftools-1.0.10.tar.gz"
+MD5SUM="c0037435aa44619be9c6c6dc8c4bccc1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""