diff options
-rw-r--r-- | graphics/psftools/README | 7 | ||||
-rw-r--r-- | graphics/psftools/psftools.SlackBuild | 3 | ||||
-rw-r--r-- | graphics/psftools/psftools.info | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/graphics/psftools/README b/graphics/psftools/README index c800979abc43..3bfbd427953f 100644 --- a/graphics/psftools/README +++ b/graphics/psftools/README @@ -15,9 +15,10 @@ font formats: - 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). +...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). The package also includes few console fonts, taken from the open source release of the GEM operating system. diff --git a/graphics/psftools/psftools.SlackBuild b/graphics/psftools/psftools.SlackBuild index 1282dff0d170..a490a80637ea 100644 --- a/graphics/psftools/psftools.SlackBuild +++ b/graphics/psftools/psftools.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201208 bkw: updated for v1.0.14 # 20191129 bkw: updated for v1.0.13 # 20180112 bkw: @@ -17,7 +18,7 @@ # - expand the README since it was a bit too terse PRGNAM=psftools -VERSION=${VERSION:-1.0.13} +VERSION=${VERSION:-1.0.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/graphics/psftools/psftools.info b/graphics/psftools/psftools.info index 5557744398d1..e6698b21a83e 100644 --- a/graphics/psftools/psftools.info +++ b/graphics/psftools/psftools.info @@ -1,8 +1,8 @@ PRGNAM="psftools" -VERSION="1.0.13" +VERSION="1.0.14" HOMEPAGE="http://www.seasip.info/Unix/PSF/index.html" -DOWNLOAD="http://www.seasip.info/Unix/PSF/psftools-1.0.13.tar.gz" -MD5SUM="47f8206bf55de8d2c456e4996e6766b3" +DOWNLOAD="http://www.seasip.info/Unix/PSF/psftools-1.0.14.tar.gz" +MD5SUM="6e8275ca456793898b974cce084b38ec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |