mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/ttf-babelstone-latin: Added (Babelstone Latin fonts).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3440bb07a2
commit
32dfdbc53b
8 changed files with 309 additions and 0 deletions
94
system/ttf-babelstone-latin/BabelStoneOFL.txt
Normal file
94
system/ttf-babelstone-latin/BabelStoneOFL.txt
Normal file
|
@ -0,0 +1,94 @@
|
|||
Copyright (c) 2013, Andrew West (www.babelstone.co.uk),
|
||||
with Reserved Font Name BabelStone.
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
7
system/ttf-babelstone-latin/README
Normal file
7
system/ttf-babelstone-latin/README
Normal file
|
@ -0,0 +1,7 @@
|
|||
babelstone latin fonts include fonts that covers the latin
|
||||
script and is fully unicode compliant. It also includes centaurian
|
||||
alphabet that is convered in Artemis Fowl by Eoin colfer. Goblin
|
||||
fonts based on J.R.R Tolkien's Father Christmas letters.
|
||||
Pigpen and Fowl fonts, a cipher font based on the tombstone of
|
||||
James Lesson in New York.
|
||||
|
6
system/ttf-babelstone-latin/copyright
Normal file
6
system/ttf-babelstone-latin/copyright
Normal file
|
@ -0,0 +1,6 @@
|
|||
BabelStone Fonts Copyright Andrew West
|
||||
|
||||
These fonts are free to use for personal or commercial purposes,
|
||||
and you are also free to redistribute them by themself or as part
|
||||
of a free or commercial software package, just as long as you
|
||||
do not sell the fonts on its own.
|
14
system/ttf-babelstone-latin/doinst.sh
Normal file
14
system/ttf-babelstone-latin/doinst.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Update the X font indexes:
|
||||
if [ -x /usr/bin/mkfontdir ]; then
|
||||
( cd /usr/share/fonts/TTF
|
||||
mkfontscale .
|
||||
mkfontdir .
|
||||
)
|
||||
fi
|
||||
|
||||
[ "$DISPLAY" != "" ] && xset fp rehash 2>/dev/null
|
||||
|
||||
if [ -x /usr/bin/fc-cache ]; then
|
||||
/usr/bin/fc-cache -f
|
||||
fi
|
||||
|
70
system/ttf-babelstone-latin/readme_fonts
Normal file
70
system/ttf-babelstone-latin/readme_fonts
Normal file
|
@ -0,0 +1,70 @@
|
|||
ttf-babelstone-latin contains the following fonts
|
||||
|
||||
BabelStone Roman:
|
||||
|
||||
It is a Unicode serif font covering the Latin script.
|
||||
It was designed primarily for use in phonetic
|
||||
transcription of Tangut, but may be useful for
|
||||
other purposes. he current version of the font supports
|
||||
Unicode 15.0 and covers all 1,481 Latin script
|
||||
characters defined in Unicode 15.0.
|
||||
|
||||
BabelStone Englisc:
|
||||
|
||||
It is a font for Old English in the general style of
|
||||
the Anglo-Saxon font cut for Franciscus Junius (1591–1677)
|
||||
in about 1655, and used in various editions of Anglo-Saxon
|
||||
texts published in Oxford during the 17th and 18th centuries,
|
||||
for example the Anglo-Saxon Heptateuch compiled by Edward
|
||||
Thwaites, and published in 1698. The font uses the same
|
||||
letterforms as the Junius font, but not necessarily exactly
|
||||
same glyph forms. Some characters are double-mapped, both to
|
||||
their proper Unicode code point and to the
|
||||
semantically-corresponding character
|
||||
(e.g. 'wynn' maps to 'wynn' and 'w'; and 'and' maps
|
||||
to 'tyronian et' and 'ampersand').
|
||||
|
||||
NB: This font is only available in regular style, and
|
||||
there are no bold or italic versions.
|
||||
|
||||
BabelStone Goblin fonts:
|
||||
|
||||
BabelStone Goblin and BabelStone Goblin Vertical are two
|
||||
versions of a font based on North Polar Bear's Goblin
|
||||
alphabet in J. R. R. Tolkien's Father Christmas Letters (1976).
|
||||
|
||||
BabelStone Goblin is designed for horizontal layout, whereas
|
||||
BabelStone Goblin Vertical is designed for vertical layout.
|
||||
Note that the glyphs of the vertical font will be rotated
|
||||
counterclockwise with respect to normal reading orientation
|
||||
when used in horizontal contexts
|
||||
|
||||
BabelStone Centaurian:
|
||||
|
||||
BabelStone Centaurian is a font based on the Centaurian
|
||||
alphabet used in the first UK edition of Artemis Fowl :
|
||||
The Arctic Incident by Eoin Colfer (it has been replaced
|
||||
by the ubiquitous Gnommish script in the American and
|
||||
recent UK editions).
|
||||
|
||||
The Centaurian alphabet is cypher of the English alphabet,
|
||||
but with the twist that the space character is a
|
||||
non-blank glyph and the character corresponding to the letter
|
||||
T is a blank space.
|
||||
|
||||
BabelStone Pigpen fonts:
|
||||
|
||||
BabelStone Pigpen is an extended version of one of the most
|
||||
common pigpen ciphers, with glyphs for all characters in the
|
||||
Basic Latin block.
|
||||
|
||||
BabelStone Club Penguin is an extended version of the
|
||||
pigpen cipher used on Club Penguin, with glyphs for all
|
||||
characters in the Basic Latin block.
|
||||
|
||||
BabelStone Leeson is the pigpen cipher used on the tombstone
|
||||
of James Leeson (died 1794) in the graveyard of Trinity Church
|
||||
on Broadway in New York. This cipher represents the 24-letter
|
||||
alphabet of the 18th century, so that I/J and U/V are not
|
||||
distinguished. There are three spare berths in the third pigpen,
|
||||
which I have assigned to ampersand, question mark and exclamation mark.
|
19
system/ttf-babelstone-latin/slack-desc
Normal file
19
system/ttf-babelstone-latin/slack-desc
Normal 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 ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
ttf-babelstone-latin: ttf-babelstone-latin (Babelstone Latin fonts)
|
||||
ttf-babelstone-latin:
|
||||
ttf-babelstone-latin: babelstone latin fonts include fonts that covers the latin
|
||||
ttf-babelstone-latin: script and is fully unicode compliant. It also includes centaurian
|
||||
ttf-babelstone-latin: alphabet that is convered in Artemis Fowl by Eoin colfer. Goblin
|
||||
ttf-babelstone-latin: fonts based on J.R.R Tolkien's Father Christmas letters.
|
||||
ttf-babelstone-latin: Pigpen and Fowl fonts, a cipher font based on the tombstone of
|
||||
ttf-babelstone-latin: James Lesson in New York.
|
||||
ttf-babelstone-latin:
|
||||
ttf-babelstone-latin: Homepage:https://www.babelstone.co.uk
|
||||
ttf-babelstone-latin:
|
77
system/ttf-babelstone-latin/ttf-babelstone-latin.SlackBuild
Normal file
77
system/ttf-babelstone-latin/ttf-babelstone-latin.SlackBuild
Normal file
|
@ -0,0 +1,77 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Slackware build script for ttf-babelstone-latin
|
||||
|
||||
# Copyright 2023 Vijay Marcel
|
||||
# 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.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ttf-babelstone-latin
|
||||
VERSION=${VERSION:-1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
SRCG=${SRCG:-BabelStoneGoblin}
|
||||
ARCH=noarch
|
||||
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
trap 'echo "$0 FAILED at line $LINENO!" | tee -a $OUTPUT/error-${PRGNAM}.log' ERR
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $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 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
mkdir -pv $TMP/goblin
|
||||
mkdir -pv $PKG/usr/share/fonts/TTF
|
||||
|
||||
unzip -d $TMP/goblin $CWD/$SRCG.zip
|
||||
install -D -m0644 -v $CWD/*.ttf -t $PKG/usr/share/fonts/TTF
|
||||
install -D -m0644 -v $TMP/goblin/*.ttf -t $PKG/usr/share/fonts/TTF
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/BabelStoneOFL.txt > $PKG/usr/doc/$PRGNAM-$VERSION/babelstoneOFL.txt
|
||||
cat $CWD/copyright > $PKG/usr/doc/$PRGNAM-$VERSION/copyright
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 0644 {} \+
|
||||
|
||||
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
|
22
system/ttf-babelstone-latin/ttf-babelstone-latin.info
Normal file
22
system/ttf-babelstone-latin/ttf-babelstone-latin.info
Normal file
|
@ -0,0 +1,22 @@
|
|||
PRGNAM="ttf-babelstone-latin"
|
||||
VERSION="1.0"
|
||||
HOMEPAGE="https://www.babelstone.co.uk"
|
||||
DOWNLOAD="https://www.babelstone.co.uk/Fonts/Download/BabelStoneRoman.ttf \
|
||||
https://www.babelstone.co.uk/Fonts/Download/BabelStoneEnglisc.ttf \
|
||||
https://www.babelstone.co.uk/Fonts/Download/BabelStoneCentaurian.ttf \
|
||||
https://www.babelstone.co.uk/Fonts/Download/BabelStoneGoblin.zip \
|
||||
https://www.babelstone.co.uk/Fonts/Download/BabelStonePigpen.ttf \
|
||||
https://www.babelstone.co.uk/Fonts/Download/BabelStoneClubPenguin.ttf \
|
||||
https://www.babelstone.co.uk/Fonts/Download/BabelStoneLeeson.ttf"
|
||||
MD5SUM="72e42430eccdda7cb89ac0ea21e9fc7c \
|
||||
d00da18224f47e8c02be6c08f7f421f0 \
|
||||
59e88e09a194d034599211f855187ee2 \
|
||||
d4a04ff5e1b050a3f19e335ac92b230d \
|
||||
a749a90136276af900a7fbbfb674ed93 \
|
||||
4d4e352ad73215d984096d45d402b68b \
|
||||
eb0265b370e6d34b83d5608ee5fb8123"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Vijay Marcel"
|
||||
EMAIL="vijaymarcel@outlook.com"
|
Loading…
Reference in a new issue