diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-11-16 11:14:10 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-11-16 11:14:10 +0000 |
commit | ddc7a82e3bb5690e628ab24bfe8bcb1d2934cfab (patch) | |
tree | 5b02d158f604b5f4bf9e3596850d62ce562eb9a9 /fonts/roboto-fonts | |
parent | aefb5eadce7343afa3d706f6e035c9faf7c1abe9 (diff) | |
download | pkgsrc-ddc7a82e3bb5690e628ab24bfe8bcb1d2934cfab.tar.gz |
Import roboto-fonts-20111115 as fonts/roboto-fonts
Roboto is Helvetica like sans-serif font family from Android 4.
Diffstat (limited to 'fonts/roboto-fonts')
-rw-r--r-- | fonts/roboto-fonts/DESCR | 1 | ||||
-rw-r--r-- | fonts/roboto-fonts/Makefile | 39 | ||||
-rw-r--r-- | fonts/roboto-fonts/PLIST | 9 | ||||
-rw-r--r-- | fonts/roboto-fonts/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/fonts/roboto-fonts/DESCR b/fonts/roboto-fonts/DESCR new file mode 100644 index 00000000000..203c794776a --- /dev/null +++ b/fonts/roboto-fonts/DESCR @@ -0,0 +1 @@ +Roboto is Helvetica like sans-serif font family from Android 4. diff --git a/fonts/roboto-fonts/Makefile b/fonts/roboto-fonts/Makefile new file mode 100644 index 00000000000..dbd0972d23c --- /dev/null +++ b/fonts/roboto-fonts/Makefile @@ -0,0 +1,39 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/11/16 11:14:10 ryoon Exp $ +# + +DISTNAME= roboto-fonts-20111115 +CATEGORIES= fonts +MASTER_SITES= http://ryo-on.users.sourceforge.net/distrib/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://source.android.com/ +COMMENT= Roboto font family from Google's Android 4 +LICENSE= apache-2.0 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none +USE_X11BASE= yes +NO_BUILD= yes + +FONTDIR= ${PREFIX}/lib/X11/fonts/TTF +FONTS_DIRS.ttf= ${FONTDIR} + +INSTALLATION_DIRS= lib/X11/fonts/TTF + +INSTALL_FONTS= Roboto-Bold.ttf \ + Roboto-BoldCondensed.ttf \ + Roboto-BoldCondensedItalic.ttf \ + Roboto-BoldItalic.ttf \ + Roboto-Condensed.ttf \ + Roboto-CondensedItalic.ttf \ + Roboto-Italic.ttf \ + Roboto-Regular.ttf + +do-install: +.for i in ${INSTALL_FONTS} + ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${FONTDIR} +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/roboto-fonts/PLIST b/fonts/roboto-fonts/PLIST new file mode 100644 index 00000000000..75a24721adc --- /dev/null +++ b/fonts/roboto-fonts/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/11/16 11:14:10 ryoon Exp $ +lib/X11/fonts/TTF/Roboto-Bold.ttf +lib/X11/fonts/TTF/Roboto-BoldCondensed.ttf +lib/X11/fonts/TTF/Roboto-BoldCondensedItalic.ttf +lib/X11/fonts/TTF/Roboto-BoldItalic.ttf +lib/X11/fonts/TTF/Roboto-Condensed.ttf +lib/X11/fonts/TTF/Roboto-CondensedItalic.ttf +lib/X11/fonts/TTF/Roboto-Italic.ttf +lib/X11/fonts/TTF/Roboto-Regular.ttf diff --git a/fonts/roboto-fonts/distinfo b/fonts/roboto-fonts/distinfo new file mode 100644 index 00000000000..4723d6124f6 --- /dev/null +++ b/fonts/roboto-fonts/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/11/16 11:14:10 ryoon Exp $ + +SHA1 (roboto-fonts-20111115.tar.bz2) = 4dd989bf9498ce8b499b7e7da12cb5c5a2f51890 +RMD160 (roboto-fonts-20111115.tar.bz2) = 804f0d34c2134e7bc86792abcbfc1268b94372aa +Size (roboto-fonts-20111115.tar.bz2) = 283138 bytes |