diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-10-07 00:57:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 00:59:34 +0700 |
commit | 32dfdbc53baa6db064ccbc825618527e5f22cdc2 (patch) | |
tree | ef1f602efa938ff3e17cc6d5a9f8b1d33b0003e6 /system/ttf-babelstone-latin | |
parent | 3440bb07a2c7cd212886ccdebdce38f34998f7bf (diff) |
system/ttf-babelstone-latin: Added (Babelstone Latin fonts).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ttf-babelstone-latin')
-rw-r--r-- | system/ttf-babelstone-latin/BabelStoneOFL.txt | 94 | ||||
-rw-r--r-- | system/ttf-babelstone-latin/README | 7 | ||||
-rw-r--r-- | system/ttf-babelstone-latin/copyright | 6 | ||||
-rw-r--r-- | system/ttf-babelstone-latin/doinst.sh | 14 | ||||
-rw-r--r-- | system/ttf-babelstone-latin/readme_fonts | 70 | ||||
-rw-r--r-- | system/ttf-babelstone-latin/slack-desc | 19 | ||||
-rw-r--r-- | system/ttf-babelstone-latin/ttf-babelstone-latin.SlackBuild | 77 | ||||
-rw-r--r-- | system/ttf-babelstone-latin/ttf-babelstone-latin.info | 22 |
8 files changed, 309 insertions, 0 deletions
diff --git a/system/ttf-babelstone-latin/BabelStoneOFL.txt b/system/ttf-babelstone-latin/BabelStoneOFL.txt new file mode 100644 index 0000000000000..ef758932abad8 --- /dev/null +++ b/system/ttf-babelstone-latin/BabelStoneOFL.txt @@ -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. diff --git a/system/ttf-babelstone-latin/README b/system/ttf-babelstone-latin/README new file mode 100644 index 0000000000000..c0893fb847c0c --- /dev/null +++ b/system/ttf-babelstone-latin/README @@ -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. + diff --git a/system/ttf-babelstone-latin/copyright b/system/ttf-babelstone-latin/copyright new file mode 100644 index 0000000000000..91eea19f45788 --- /dev/null +++ b/system/ttf-babelstone-latin/copyright @@ -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. diff --git a/system/ttf-babelstone-latin/doinst.sh b/system/ttf-babelstone-latin/doinst.sh new file mode 100644 index 0000000000000..2b9a8c5e32ffc --- /dev/null +++ b/system/ttf-babelstone-latin/doinst.sh @@ -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 + diff --git a/system/ttf-babelstone-latin/readme_fonts b/system/ttf-babelstone-latin/readme_fonts new file mode 100644 index 0000000000000..d9f0a7f5cb5a0 --- /dev/null +++ b/system/ttf-babelstone-latin/readme_fonts @@ -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. diff --git a/system/ttf-babelstone-latin/slack-desc b/system/ttf-babelstone-latin/slack-desc new file mode 100644 index 0000000000000..d03b7b42993e7 --- /dev/null +++ b/system/ttf-babelstone-latin/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------------------------------------------------------| +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: diff --git a/system/ttf-babelstone-latin/ttf-babelstone-latin.SlackBuild b/system/ttf-babelstone-latin/ttf-babelstone-latin.SlackBuild new file mode 100644 index 0000000000000..5e22a5215b882 --- /dev/null +++ b/system/ttf-babelstone-latin/ttf-babelstone-latin.SlackBuild @@ -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 diff --git a/system/ttf-babelstone-latin/ttf-babelstone-latin.info b/system/ttf-babelstone-latin/ttf-babelstone-latin.info new file mode 100644 index 0000000000000..0f143f483363c --- /dev/null +++ b/system/ttf-babelstone-latin/ttf-babelstone-latin.info @@ -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" |