pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/croscorefonts Import croscorefonts-1.21.0 as fon...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df46234df213
branches:  trunk
changeset: 602468:df46234df213
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Apr 14 15:53:04 2012 +0000

description:
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:

 fonts/croscorefonts/DESCR    |   5 ++++
 fonts/croscorefonts/Makefile |  52 ++++++++++++++++++++++++++++++++++++++++++++
 fonts/croscorefonts/PLIST    |  15 ++++++++++++
 fonts/croscorefonts/distinfo |   5 ++++
 4 files changed, 77 insertions(+), 0 deletions(-)

diffs (93 lines):

diff -r 0254646d3756 -r df46234df213 fonts/croscorefonts/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/croscorefonts/DESCR Sat Apr 14 15:53:04 2012 +0000
@@ -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 -r 0254646d3756 -r df46234df213 fonts/croscorefonts/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/croscorefonts/Makefile      Sat Apr 14 15:53:04 2012 +0000
@@ -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@localhost
+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 -r 0254646d3756 -r df46234df213 fonts/croscorefonts/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/croscorefonts/PLIST Sat Apr 14 15:53:04 2012 +0000
@@ -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 -r 0254646d3756 -r df46234df213 fonts/croscorefonts/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/croscorefonts/distinfo      Sat Apr 14 15:53:04 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index