summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Gerardo Zamudio <gerardo@gerardozamudio.net>2014-05-28 09:23:39 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-28 23:45:46 +0700
commit83358ea07f46a670892df291408873514b154c37 (patch)
treecef5fdb525814343fec74c7681b889fdde836921 /misc
parent13701fa3a6ba025dbfbcee84a9b8709d9a5abba8 (diff)
downloadslackbuilds-83358ea07f46a670892df291408873514b154c37.tar.gz
slackbuilds-83358ea07f46a670892df291408873514b154c37.tar.xz
system/tamsyn-font: Moved to system category.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/tamsyn-font/README6
-rw-r--r--misc/tamsyn-font/doinst.sh3
-rw-r--r--misc/tamsyn-font/slack-desc19
-rw-r--r--misc/tamsyn-font/tamsyn-font.SlackBuild51
-rw-r--r--misc/tamsyn-font/tamsyn-font.info10
5 files changed, 0 insertions, 89 deletions
diff --git a/misc/tamsyn-font/README b/misc/tamsyn-font/README
deleted file mode 100644
index 358b030a0f..0000000000
--- a/misc/tamsyn-font/README
+++ /dev/null
@@ -1,6 +0,0 @@
-A monospace bitmap font designed for programmers. Unlike most other
-monospace fonts, the arithmetic operators are centered half-height,
-the braces and brackets are aligned in the middle and zero and big o
-as well as one, lowercase L and uppercase i are easily distinguishable.
-
-This package contains versions for X11 and the Linux framebuffer.
diff --git a/misc/tamsyn-font/doinst.sh b/misc/tamsyn-font/doinst.sh
deleted file mode 100644
index 0eca8728f1..0000000000
--- a/misc/tamsyn-font/doinst.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-( cd usr/share/fonts/misc; mkfontscale; mkfontdir )
diff --git a/misc/tamsyn-font/slack-desc b/misc/tamsyn-font/slack-desc
deleted file mode 100644
index 682c6bb2eb..0000000000
--- a/misc/tamsyn-font/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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------------------------------------------------------|
-tamsyn-font: tamsyn-font: (A monospace bitmap font designed for programmers)
-tamsyn-font:
-tamsyn-font: Unlike most other monospace fonts, the arithmetic operators are
-tamsyn-font: centered half-height, the braces and brackets are aligned in the
-tamsyn-font: middle and zero and big o as well as one, lowercase L and uppercase
-tamsyn-font: i are easily distinguishable.
-tamsyn-font:
-tamsyn-font: This package contains versions for X11 and the Linux framebuffer.
-tamsyn-font: Tamsyn was designed by Scott Fial.
-tamsyn-font:
-tamsyn-font: Homepage: http://www.fial.com/~scott/tamsyn-font/
diff --git a/misc/tamsyn-font/tamsyn-font.SlackBuild b/misc/tamsyn-font/tamsyn-font.SlackBuild
deleted file mode 100644
index bf97ce02fc..0000000000
--- a/misc/tamsyn-font/tamsyn-font.SlackBuild
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/sh
-
-# Slackware package build script for proggyfonts
-
-# Written by Moritz Wilhelmy, moritz plus slackware at wzff dot de
-#
-# Redistribution and use with or without modification are permitted.
-# There is ABSOLUTELY NO WARRANTY, express or implied.
-
-PRGNAM=tamsyn-font
-VERSION=${VERSION:-1.10}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-ARCH=${ARCH:-noarch}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-
-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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-install -d $PKG/usr/share/fonts/misc $PKG/usr/share/kbd/consolefonts
-gzip -9 *.pcf
-cp *.pcf.gz $PKG/usr/share/fonts/misc
-cp *.psf.gz $PKG/usr/share/kbd/consolefonts
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/misc/tamsyn-font/tamsyn-font.info b/misc/tamsyn-font/tamsyn-font.info
deleted file mode 100644
index 80f8fcfe39..0000000000
--- a/misc/tamsyn-font/tamsyn-font.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="tamsyn-font"
-VERSION="1.10"
-HOMEPAGE="http://www.fial.com/~scott/tamsyn-font/"
-DOWNLOAD="http://www.fial.com/~scott/tamsyn-font/download/tamsyn-font-1.10.tar.gz"
-MD5SUM="92afa4633a1afd8c54e426681ffd465e"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="Gerardo Zamudio"
-EMAIL="gerardo@gerardozamudio.net"