diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-06 09:33:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-06 09:33:38 +0000 |
commit | 615d5b14ff13f91c7f2080fabefba9add380bd32 (patch) | |
tree | bb9396b0d7f896a4bbae2134ca668f0b7e7fbf3b /fonts/tex-tex-gyre | |
parent | f3e99365d798dc428eb0329f5edaf15cdb191aa6 (diff) | |
download | pkgsrc-615d5b14ff13f91c7f2080fabefba9add380bd32.tar.gz |
Set HOMEPAGE, LICENSE.
Diffstat (limited to 'fonts/tex-tex-gyre')
-rw-r--r-- | fonts/tex-tex-gyre/DESCR | 44 | ||||
-rw-r--r-- | fonts/tex-tex-gyre/Makefile | 4 |
2 files changed, 25 insertions, 23 deletions
diff --git a/fonts/tex-tex-gyre/DESCR b/fonts/tex-tex-gyre/DESCR index 2456a3d31c2..844256b7ad5 100644 --- a/fonts/tex-tex-gyre/DESCR +++ b/fonts/tex-tex-gyre/DESCR @@ -1,23 +1,23 @@ -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 Palation, designed by Hermann Zapf in the 1940s). -TeX Gyre Schola is based on the URW Century Schoolbook L family (which -was 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 -(whose original, Times, was designed by Stanley Morison together with -Starling Burgess and Victor Lardent and first offered by Monotype). The +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 (which was 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 (whose original, +Times, was 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, -and contain nearly 1200 glyphs each (though Chorus omits Greek support, -has no small-caps family and has approximately 900 glyphs). Each family -is available in Adobe Type 1 and Open Type formats, and LaTeX support -(for use with a variety of encodings) is provided. Vietnamese and -Cyrillic characters were added by Han The Thanh and Valek Filippov, -respectively. +and contain nearly 1100 glyphs each (though Chorus omits Greek +support, has no small-caps family and has approximately 800 glyphs). +Each family is available in Adobe Type 1 and Open Type formats, +and LaTeX support (for use with a variety of encodings) is provided. +Vietnamese characters were added by Han The Thanh. diff --git a/fonts/tex-tex-gyre/Makefile b/fonts/tex-tex-gyre/Makefile index c2aafec65b7..8080e5e96c6 100644 --- a/fonts/tex-tex-gyre/Makefile +++ b/fonts/tex-tex-gyre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/11/06 08:43:30 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2015/05/06 09:33:38 wiz Exp $ DISTNAME= tex-gyre PKGNAME= tex-${DISTNAME}-2.004 @@ -6,7 +6,9 @@ PKGREVISION= 1 TEXLIVE_REV= 18651 MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/tex-gyre COMMENT= TeX Fonts extending freely available URW fonts +LICENSE= gfsl DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek |