From 53a0e662b39d45d2295fbfc426b3793c9ef7c6a0 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 26 May 2006 21:08:53 +0000 Subject: Import gentium-ttf-1.02 From DESCR: Gentium ("belonging to the nations" in Latin) is a Unicode typeface family designed to enable the many diverse ethnic groups around the world who use the Latin script to produce readable, high-quality publications. The design is intended to be highly readable, reasonably compact, and visually attractive. Gentium has won a "Certificate of Excellence in Typeface Design" in two major international typeface design competitions: bukva:raz! (2001), TDC2003 (2003). --- fonts/gentium-ttf/DESCR | 36 ++++++++++++++++++++++++++++++++++++ fonts/gentium-ttf/Makefile | 29 +++++++++++++++++++++++++++++ fonts/gentium-ttf/PLIST | 5 +++++ fonts/gentium-ttf/distinfo | 5 +++++ 4 files changed, 75 insertions(+) create mode 100644 fonts/gentium-ttf/DESCR create mode 100644 fonts/gentium-ttf/Makefile create mode 100644 fonts/gentium-ttf/PLIST create mode 100644 fonts/gentium-ttf/distinfo (limited to 'fonts') diff --git a/fonts/gentium-ttf/DESCR b/fonts/gentium-ttf/DESCR new file mode 100644 index 00000000000..61f98b6aebf --- /dev/null +++ b/fonts/gentium-ttf/DESCR @@ -0,0 +1,36 @@ +Gentium ("belonging to the nations" in Latin) is a Unicode typeface family +designed to enable the many diverse ethnic groups around the world who use +the Latin script to produce readable, high-quality publications. The design +is intended to be highly readable, reasonably compact, and visually +attractive. Gentium has won a "Certificate of Excellence in Typeface Design" +in two major international typeface design competitions: bukva:raz! (2001), +TDC2003 (2003). + +Gentium provides glyphs for a wide range of Latin and Greek characters. The +additional 'extended' Latin letters are designed to naturally harmonize with +the traditional 26 ones. Diacritics are treated with careful thought and +attention to their use. Gentium also supports both ancient and modern Greek, +including a number of alternate forms. It currently supports the following +ranges of Unicode 3.0 (completely unless noted): + +Range Description +U+0020-U+007F Basic Latin +U+00A0-U+00FF Latin-1 Supplement +U+0100-U+017F Latin Extended-A +U+0180-U+021F Latin Extended-B +U+0222-U+0233 Latin Extended-B (continued) +U+0250-U+02AD IPA Extensions +U+02B0-U+02FF Spacing Modifier Letters +U+0300-U+036F Combining Diacritical Marks +U+0370-U+03D5 Greek (not including archaic or Coptic) +U+1E00-U+1EFF Latin Extended Additional +U+1F00-U+1FFF Greek Extended +U+2000-U+203A General Punctuation (partial) +U+2070-U+209F Superscripts and Subscripts +U+20A0-U+20CF Currency Symbols (partial) +U+2100-U+214F Letterlike Symbols (only a couple) + +Gentium Regular also includes some Cyrillic glyphs, but they are only early +drafts. A future version will include a completely revised set, including +italic, and will expand the support for Latin, Greek and Cyrillic to Unicode +4.1. diff --git a/fonts/gentium-ttf/Makefile b/fonts/gentium-ttf/Makefile new file mode 100644 index 00000000000..28ab1c4e6c9 --- /dev/null +++ b/fonts/gentium-ttf/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/26 21:08:53 joerg Exp $ +# + +DISTNAME= Gentium_102_W +PKGNAME= gentium-ttf-1.02 +CATEGORIES= fonts +EXTRACT_SUFX= .zip + +WRKSRC= ${WRKDIR}/Gentium102 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://scripts.sil.org/ +COMMENT= Free TrueType fonts from Bitstream, useful for web viewing + +MASTER_SITES= ${MASTER_SITE_LOCAL} + +NO_CONFIGURE= YES +NO_BUILD= YES + +FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF + +do-install: + ${INSTALL_DATA_DIR} ${FONTS_DIRS.ttf} + ${INSTALL_DATA} ${WRKSRC}/GenAI102.TTF ${FONTS_DIRS.ttf}/genai102.ttf + ${INSTALL_DATA} ${WRKSRC}/GenAR102.TTF ${FONTS_DIRS.ttf}/genar102.ttf + ${INSTALL_DATA} ${WRKSRC}/GenI102.TTF ${FONTS_DIRS.ttf}/geni102.ttf + ${INSTALL_DATA} ${WRKSRC}/GenR102.TTF ${FONTS_DIRS.ttf}/genr102.ttf + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/gentium-ttf/PLIST b/fonts/gentium-ttf/PLIST new file mode 100644 index 00000000000..0313c76395e --- /dev/null +++ b/fonts/gentium-ttf/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/26 21:08:53 joerg Exp $ +lib/X11/fonts/TTF/genai102.ttf +lib/X11/fonts/TTF/genar102.ttf +lib/X11/fonts/TTF/geni102.ttf +lib/X11/fonts/TTF/genr102.ttf diff --git a/fonts/gentium-ttf/distinfo b/fonts/gentium-ttf/distinfo new file mode 100644 index 00000000000..2e892aca23c --- /dev/null +++ b/fonts/gentium-ttf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/05/26 21:08:53 joerg Exp $ + +SHA1 (Gentium_102_W.zip) = b0f958cdc6a1b6ed9c8908a41c2762644cb729e2 +RMD160 (Gentium_102_W.zip) = 69029fd6043b3f463b2dc8a55f60d980fe9484bc +Size (Gentium_102_W.zip) = 988420 bytes -- cgit v1.2.3