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.
This commit is contained in:
parent
e2ee138c4b
commit
d5dd2201c8
4 changed files with 45 additions and 0 deletions
7
fonts/cantarell-fonts/DESCR
Normal file
7
fonts/cantarell-fonts/DESCR
Normal file
|
@ -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.
|
30
fonts/cantarell-fonts/Makefile
Normal file
30
fonts/cantarell-fonts/Makefile
Normal file
|
@ -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"
|
3
fonts/cantarell-fonts/PLIST
Normal file
3
fonts/cantarell-fonts/PLIST
Normal file
|
@ -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
|
5
fonts/cantarell-fonts/distinfo
Normal file
5
fonts/cantarell-fonts/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue