From d5dd2201c884c6302061952c41bf3546a90fcf82 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 23 Jan 2013 21:38:26 +0000 Subject: [PATCH] Import cantarell-fonts-0.0.12 as fonts/cantarell-fonts. Packaged for wip by ryo-on and myself. The Cantarell font family is a contemporary Humanist sans serif designed for on-screen reading. Each font file currently contains 391 glyphs, and fully support the following writing systems: Basic Latin, Western European, Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans. To date, Pan African Latin has only 33% glyph coverage. --- fonts/cantarell-fonts/DESCR | 7 +++++++ fonts/cantarell-fonts/Makefile | 30 ++++++++++++++++++++++++++++++ fonts/cantarell-fonts/PLIST | 3 +++ fonts/cantarell-fonts/distinfo | 5 +++++ 4 files changed, 45 insertions(+) create mode 100644 fonts/cantarell-fonts/DESCR create mode 100644 fonts/cantarell-fonts/Makefile create mode 100644 fonts/cantarell-fonts/PLIST create mode 100644 fonts/cantarell-fonts/distinfo diff --git a/fonts/cantarell-fonts/DESCR b/fonts/cantarell-fonts/DESCR new file mode 100644 index 000000000000..9fdaee6451f0 --- /dev/null +++ b/fonts/cantarell-fonts/DESCR @@ -0,0 +1,7 @@ +The Cantarell font family is a contemporary Humanist sans serif +designed for on-screen reading. + +Each font file currently contains 391 glyphs, and fully support +the following writing systems: Basic Latin, Western European, +Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans. +To date, Pan African Latin has only 33% glyph coverage. diff --git a/fonts/cantarell-fonts/Makefile b/fonts/cantarell-fonts/Makefile new file mode 100644 index 000000000000..04ba9283b0d1 --- /dev/null +++ b/fonts/cantarell-fonts/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1 2013/01/23 21:38:26 wiz Exp $ +# + +DISTNAME= cantarell-fonts-0.0.12 +CATEGORIES= fonts +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/cantarell-fonts/0.0/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://live.gnome.org/CantarellFonts +COMMENT= Contemporary Humanist sans serif font designed for on-screen reading +LICENSE= open-font-license + +NO_CONFIGURE= YES +NO_BUILD= YES + +FONTDIR= ${PREFIX}/lib/X11/fonts/TTF +FONTS_DIRS.ttf= ${FONTDIR} + +INSTALLATION_DIRS= lib/X11/fonts/TTF + +INSTALL_FONTS= Cantarell-Bold.otf \ + Cantarell-Regular.otf + +do-install: +.for f in ${INSTALL_FONTS} + ${INSTALL_DATA} ${WRKSRC}/otf/${f} ${DESTDIR}${FONTDIR} +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/cantarell-fonts/PLIST b/fonts/cantarell-fonts/PLIST new file mode 100644 index 000000000000..a263dbad156b --- /dev/null +++ b/fonts/cantarell-fonts/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/01/23 21:38:26 wiz Exp $ +lib/X11/fonts/TTF/Cantarell-Bold.otf +lib/X11/fonts/TTF/Cantarell-Regular.otf diff --git a/fonts/cantarell-fonts/distinfo b/fonts/cantarell-fonts/distinfo new file mode 100644 index 000000000000..2743875ee2db --- /dev/null +++ b/fonts/cantarell-fonts/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/01/23 21:38:26 wiz Exp $ + +SHA1 (cantarell-fonts-0.0.12.tar.xz) = 57dbe64a01f610818cde460ae446d601d2a39487 +RMD160 (cantarell-fonts-0.0.12.tar.xz) = ca7b5d608d24f2eb3e2c1f8b358ebe3ad8ad9614 +Size (cantarell-fonts-0.0.12.tar.xz) = 291964 bytes