diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-04-14 15:53:04 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-04-14 15:53:04 +0000 |
commit | 27d294fc906ddfa015d7df2e40a02a769ff37299 (patch) | |
tree | 9912d84529b49bde3d821b01f9f1db7fb00ec00f /fonts | |
parent | 36f6e1d095a239a368a91b3bb65fcc9ce8b9aa66 (diff) | |
download | pkgsrc-27d294fc906ddfa015d7df2e40a02a769ff37299.tar.gz |
Import croscorefonts-1.21.0 as fonts/croscorefonts.
Google Croscore fonts package contains a collections of fonts that
offers improved on-screen readability characteristics and the
pan-European WGL character set and solves the needs of developers
looking for width-compatible fonts to address document portability
across platforms.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/croscorefonts/DESCR | 5 | ||||
-rw-r--r-- | fonts/croscorefonts/Makefile | 52 | ||||
-rw-r--r-- | fonts/croscorefonts/PLIST | 15 | ||||
-rw-r--r-- | fonts/croscorefonts/distinfo | 5 |
4 files changed, 77 insertions, 0 deletions
diff --git a/fonts/croscorefonts/DESCR b/fonts/croscorefonts/DESCR new file mode 100644 index 00000000000..5f35ca17196 --- /dev/null +++ b/fonts/croscorefonts/DESCR @@ -0,0 +1,5 @@ +Google Croscore fonts package contains a collections of fonts that +offers improved on-screen readability characteristics and the +pan-European WGL character set and solves the needs of developers +looking for width-compatible fonts to address document portability +across platforms. diff --git a/fonts/croscorefonts/Makefile b/fonts/croscorefonts/Makefile new file mode 100644 index 00000000000..d79b54dec54 --- /dev/null +++ b/fonts/croscorefonts/Makefile @@ -0,0 +1,52 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/04/14 15:53:04 ryoon Exp $ +# + +DISTNAME= croscorefonts-1.21.0 +CATEGORIES= fonts +MASTER_SITES= http://gsdview.appspot.com/chromeos-localmirror/distfiles/ + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://gsdview.appspot.com/chromeos-localmirror/distfiles/ +COMMENT= Google Croscore fonts +LICENSE= open-font-license + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_X11BASE= yes +NO_CONFIGURE= yes +NO_BUILD= yes +USE_LANGUAGES= # none + +DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} + +INSTALLATION_DIRS= lib/X11/fonts/TTF \ + ${DOCSDIR} + +FONTDIR= ${PREFIX}/lib/X11/fonts/TTF +FONTS_DIRS.ttf= ${FONTDIR} + +INSTALL_FONTS= Arimo-Bold.ttf \ + Arimo-BoldItalic.ttf \ + Arimo-Italic.ttf \ + Arimo-Regular.ttf \ + Cousine-Bold.ttf \ + Cousine-BoldItalic.ttf \ + Cousine-Italic.ttf \ + Cousine-Regular.ttf \ + SymbolNeu.ttf \ + Tinos-Bold.ttf \ + Tinos-BoldItalic.ttf \ + Tinos-Italic.ttf \ + Tinos-Regular.ttf + +INSTALL_DOCS= LICENSE + +do-install: +.for f in ${INSTALL_FONTS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${FONTDIR} +.endfor +.for f in ${INSTALL_DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCSDIR} +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/croscorefonts/PLIST b/fonts/croscorefonts/PLIST new file mode 100644 index 00000000000..f44c98a784d --- /dev/null +++ b/fonts/croscorefonts/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/04/14 15:53:04 ryoon Exp $ +lib/X11/fonts/TTF/Arimo-Bold.ttf +lib/X11/fonts/TTF/Arimo-BoldItalic.ttf +lib/X11/fonts/TTF/Arimo-Italic.ttf +lib/X11/fonts/TTF/Arimo-Regular.ttf +lib/X11/fonts/TTF/Cousine-Bold.ttf +lib/X11/fonts/TTF/Cousine-BoldItalic.ttf +lib/X11/fonts/TTF/Cousine-Italic.ttf +lib/X11/fonts/TTF/Cousine-Regular.ttf +lib/X11/fonts/TTF/SymbolNeu.ttf +lib/X11/fonts/TTF/Tinos-Bold.ttf +lib/X11/fonts/TTF/Tinos-BoldItalic.ttf +lib/X11/fonts/TTF/Tinos-Italic.ttf +lib/X11/fonts/TTF/Tinos-Regular.ttf +share/doc/croscorefonts/LICENSE diff --git a/fonts/croscorefonts/distinfo b/fonts/croscorefonts/distinfo new file mode 100644 index 00000000000..ab59d8393ee --- /dev/null +++ b/fonts/croscorefonts/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/04/14 15:53:04 ryoon Exp $ + +SHA1 (croscorefonts-1.21.0.tar.gz) = 8d83d12716b482fc5e823c445f22d1e53dcc72aa +RMD160 (croscorefonts-1.21.0.tar.gz) = 203d5e76928f4c0fbc74e065bc33ce5b007930b9 +Size (croscorefonts-1.21.0.tar.gz) = 2605014 bytes |