From ac2fefbb8f9b0612392856434731491e7cf93805 Mon Sep 17 00:00:00 2001 From: Didier Spaier Date: Mon, 3 Aug 2015 08:41:17 +0700 Subject: misc/bdf2psf: Added (convert fonts from bdf to psf format). Signed-off-by: Willy Sudiarto Raharjo --- misc/bdf2psf/README | 14 +++++++++ misc/bdf2psf/bdf2psf.SlackBuild | 68 +++++++++++++++++++++++++++++++++++++++++ misc/bdf2psf/bdf2psf.info | 10 ++++++ misc/bdf2psf/slack-desc | 19 ++++++++++++ 4 files changed, 111 insertions(+) create mode 100644 misc/bdf2psf/README create mode 100644 misc/bdf2psf/bdf2psf.SlackBuild create mode 100644 misc/bdf2psf/bdf2psf.info create mode 100644 misc/bdf2psf/slack-desc (limited to 'misc/bdf2psf') diff --git a/misc/bdf2psf/README b/misc/bdf2psf/README new file mode 100644 index 0000000000..a59392f229 --- /dev/null +++ b/misc/bdf2psf/README @@ -0,0 +1,14 @@ +bdf2psf (convert fonts from bdf to psf format) + +bdf2psf is a perl script that converts fonts from bdf to psf format. +It can merge glyphs coming from several fonts, use the same +glyph for several characters to save space through equivalence +files, choose which characters to have glyphs included in the psf +font through a list of character sets, output either a font suitable +for a plain text linux console or for a framebuffer. + +Read carefully "man bdf2psf". + +bdf2psf's author is Anton Zinoviev. + +bdf2psf is shipped in Debian's console-setup source package. diff --git a/misc/bdf2psf/bdf2psf.SlackBuild b/misc/bdf2psf/bdf2psf.SlackBuild new file mode 100644 index 0000000000..78a27befe8 --- /dev/null +++ b/misc/bdf2psf/bdf2psf.SlackBuild @@ -0,0 +1,68 @@ +#!/bin/sh + +# Slackware build script for bdf2psf + +# Copyright 2015 Didier Spaier Paruis, France +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=bdf2psf +VERSION=${VERSION:-1.131} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +# perl script +ARCH=noarch + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +ar xvf $CWD/$PRGNAM*deb +rm control.tar.gz debian-binary +mv data.tar.xz $PKG +cd $PKG +tar xvvf data.tar.xz +rm data.tar.xz +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +mkdir -p $PKG/usr/{doc/$PRGNAM-$VERSION,man/man1} +mv $PKG/usr/share/doc/$PRGNAM/{README*,copyright} \ + $PKG/usr/doc/$PRGNAM-$VERSION +mv $PKG/usr/share/man/man1/* $PKG/usr/man/man1 +rm -r $PKG/usr/share/{man,doc} + +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/misc/bdf2psf/bdf2psf.info b/misc/bdf2psf/bdf2psf.info new file mode 100644 index 0000000000..ae7a0c65c0 --- /dev/null +++ b/misc/bdf2psf/bdf2psf.info @@ -0,0 +1,10 @@ +PRGNAM="bdf2psf" +VERSION="version of application" +HOMEPAGE="none" +DOWNLOAD="http://ftp.fr.debian.org/debian/pool/main/c/console-setup/bdf2psf_1.131_all.deb" +MD5SUM="b2a8b8de9a3ff82cc2504e4568895fae" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Didier Spaier" +EMAIL="didier at slint dot fr" diff --git a/misc/bdf2psf/slack-desc b/misc/bdf2psf/slack-desc new file mode 100644 index 0000000000..fe07435e88 --- /dev/null +++ b/misc/bdf2psf/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +bdf2psf: bdf2psf (convert fonts from bdf to psf format) +bdf2psf: +bdf2psf: bdf2psf is a perl script that converts fonts from bdf to psf format. +bdf2psf: It can merge glyphs coming from several fonts, use the same +bdf2psf: glyph for several characters to save space through equivalence +bdf2psf: files, choose which characters to have glyphs included in the psf +bdf2psf: font through a list of character sets, output either a font suitable +bdf2psf: for a plain text linux console or for a framebuffer. +bdf2psf: +bdf2psf: See "man bdf2psf". bdf2psf's author is Anton Zinoviev. +bdf2psf: bdf2psf is shipped in Debian's console-setup source package. -- cgit v1.2.3