diff --git a/media-fonts/tex_gyre/licenses/GUST-FONT-LICENSE b/media-fonts/tex_gyre/licenses/GUST-FONT-LICENSE new file mode 100644 index 000000000..306d61435 --- /dev/null +++ b/media-fonts/tex_gyre/licenses/GUST-FONT-LICENSE @@ -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-.txt, where is some unique identification +% of the font family. If a separate "readme" file accompanies the Work, +% we recommend a name of the form README-.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. + diff --git a/media-fonts/tex_gyre/tex_gyre-2.501.recipe b/media-fonts/tex_gyre/tex_gyre-2.501.recipe new file mode 100644 index 000000000..ab53d7358 --- /dev/null +++ b/media-fonts/tex_gyre/tex_gyre-2.501.recipe @@ -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} +}