system/ecofont-ttf: Added to 12.2 repository

This commit is contained in:
LukenShiro 2010-05-12 23:33:28 +02:00 committed by Robby Workman
parent 8b5073dcd0
commit b999acbfd5
6 changed files with 105 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,4 @@
This font is based on Bitstream Vera fonts. Its purpose is to
use less ink than traditional full body fonts by omitting some small
circles in each printed character while maintaining readability.
Please read the license file in ecofont-ttf's documentation directory.

View file

@ -0,0 +1,11 @@
# Update the X font indexes:
if [ -x /usr/bin/mkfontdir ]; then
( cd /usr/share/fonts/TTF
mkfontscale .
mkfontdir .
)
fi
if [ -x /usr/bin/fc-cache ]; then
/usr/bin/fc-cache -f
fi

View file

@ -0,0 +1,63 @@
#!/bin/sh
# Slackware build script for ecofont-ttf
# Copyright 2009 LukenShiro <lukenshiro@ngi.it>
# 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=ecofont-ttf
VERSION=2.02
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SRC_PRGNAM=spranq_eco_sans_regular
set -e # Exit on most errors
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
mkdir -p $TMP/$PRGNAM-$VERSION
cd $PRGNAM-$VERSION
unzip $CWD/$SRC_PRGNAM.zip
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
# Installing font
mkdir -p $PKG/usr/share/fonts/TTF
cp -a $SRC_PRGNAM.ttf $PKG/usr/share/fonts/TTF
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/
cp -a $CWD/Ecofont_licence.pdf $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.tgz

View file

@ -0,0 +1,8 @@
PRGNAM="ecofont-ttf"
VERSION="2.02"
HOMEPAGE="http://www.ecofont.eu/ecofont_en.html"
DOWNLOAD="http://www.ecofont.eu/assets/files/spranq_eco_sans_regular.zip"
MD5SUM="fed7e81c20d22bebb2cfd7c666a4fc99"
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
APPROVED="rworkman"

View file

@ -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 ':'.
|-----handy-ruler---------------------------------------------------|
ecofont-ttf: ecofont-ttf (Spranq Eco Truetype font)
ecofont-ttf:
ecofont-ttf: This font is based on Bitstream Vera fonts. Its purpose is to use
ecofont-ttf: less ink than traditional full body fonts, omitting some small
ecofont-ttf: circles in each printed character while maintaining readability.
ecofont-ttf: It is developed by SPRANQ Creative Communications agency, NL,
ecofont-ttf: based on a hunch of Colin Willems.
ecofont-ttf:
ecofont-ttf: Homepage: http://www.ecofont.eu/ecofont_en.html
ecofont-ttf:
ecofont-ttf: