tex_gyre fonts: new recipe (#5995)

this is required by lilypond
This commit is contained in:
Joachim Mairböck
2021-06-14 19:14:05 +02:00
committed by GitHub
parent 8609879a5e
commit 4eacaf8a15
2 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
% This is version 1.0, dated 22 June 2009, of the GUST Font License.
% (GUST is the Polish TeX Users Group, http://www.gust.org.pl)
%
% For the most recent version of this license see
% http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt
% or
% http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
%
% This work may be distributed and/or modified under the conditions
% of the LaTeX Project Public License, either version 1.3c of this
% license or (at your option) any later version.
%
% Please also observe the following clause:
% 1) it is requested, but not legally required, that derived works be
% distributed only after changing the names of the fonts comprising this
% work and given in an accompanying "manifest", and that the
% files comprising the Work, as listed in the manifest, also be given
% new names. Any exceptions to this request are also given in the
% manifest.
%
% We recommend the manifest be given in a separate file named
% MANIFEST-<fontid>.txt, where <fontid> is some unique identification
% of the font family. If a separate "readme" file accompanies the Work,
% we recommend a name of the form README-<fontid>.txt.
%
% The latest version of the LaTeX Project Public License is in
% http://www.latex-project.org/lppl.txt and version 1.3c or later
% is part of all distributions of LaTeX version 2006/05/20 or later.

View File

@@ -0,0 +1,52 @@
SUMMARY="TeX Fonts extending freely available URW fonts"
DESCRIPTION="The TEX-GYRE bundle consists of six font families:
TeX Gyre Adventor is based on the URW Gothic L family of fonts (which is \
derived from ITC Avant Garde Gothic, designed by Herb Lubalin and Tom \
Carnase).
TeX Gyre Bonum is based on the URW Bookman L family (from Bookman Old Style, \
designed by Alexander Phemister).
TeX Gyre Chorus is based on URW Chancery L Medium Italic (from ITC Zapf \
Chancery, designed by Hermann Zapf in 1979).
TeX-Gyre Cursor is based on URW Nimbus Mono L (based on Courier, designed by \
Howard G. Kettler in 1955, for IBM).
TeX Gyre Heros is based on URW Nimbus Sans L (from Helvetica, prepared by Max \
Miedinger, with Eduard Hoffmann in 1957).
TeX Gyre Pagella is based on URW Palladio L (from Palatino, designed by \
Hermann Zapf in the 1940s).
TeX Gyre Schola is based on the URW Century Schoolbook L family (from Century \
Schoolbook, designed by Morris Fuller Benton for the American Type Founders).
TeX Gyre Termes is based on the URW Nimbus Roman No9 L family of fonts (from \
Times New Roman, designed by Stanley Morison together with Starling Burgess \
and Victor Lardent and first offered by Monotype).
The constituent standard faces of each family have been greatly extended \
(though Chorus omits Greek support and has no small-caps family)."
HOMEPAGE="http://www.gust.org.pl/projects/e-foundry/tex-gyre"
COPYRIGHT="2007-2018 for TeX Gyre extensions by B. Jackowski, J.M. Nowacki et \
al. (on behalf of TeX Users Groups). Vietnamese characters were added by Han \
The Thanh."
LICENSE="GUST-FONT-LICENSE"
REVISION="1"
SOURCE_URI="http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg${portVersion//./_}otf.zip"
CHECKSUM_SHA256="d7f8be5317bec4e644cf16c5abf876abeeb83c43dbec0ccb4eee4516b73b1bbe"
SOURCE_DIR="tg${portVersion//./_}otf"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="tex_gyre = $portVersion"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/otfonts
mkdir -p ${FONTDIR}
cp *.otf ${FONTDIR}
}