diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-07-17 14:31:46 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-07-17 14:31:46 +0000 |
commit | 47e18c0d63c7de874ef818a3d680754bcba7afe9 (patch) | |
tree | 809031b110c610acad4d2ae502847fabf4e870f2 | |
parent | e3b1fca69b92e77cc3a86f68eadc69fb26a39f74 (diff) | |
download | pkgsrc-47e18c0d63c7de874ef818a3d680754bcba7afe9.tar.gz |
Update to 20140716
* Update MASTER_SITES and HOMEPAGE
* Use Google's zip archive file
Changelog:
* Design improvements.
* More fonts
See http://googledevelopers.blogspot.com/2014/07/the-new-roboto.html
-rw-r--r-- | fonts/roboto-fonts/Makefile | 41 | ||||
-rw-r--r-- | fonts/roboto-fonts/PLIST | 20 | ||||
-rw-r--r-- | fonts/roboto-fonts/distinfo | 8 |
3 files changed, 44 insertions, 25 deletions
diff --git a/fonts/roboto-fonts/Makefile b/fonts/roboto-fonts/Makefile index 34ceb0f5772..df4508c26f6 100644 --- a/fonts/roboto-fonts/Makefile +++ b/fonts/roboto-fonts/Makefile @@ -1,17 +1,21 @@ -# $NetBSD: Makefile,v 1.4 2014/06/01 16:35:37 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/07/17 14:31:46 ryoon Exp $ # -DISTNAME= roboto-fonts-20111115a -PKGREVISION= 1 +DISTNAME= RobotoTTF +PKGNAME= roboto-fonts-20140716 CATEGORIES= fonts -MASTER_SITES= ${MASTER_SITE_LOCAL} -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= http://material-design.storage.googleapis.com/downloads/ +EXTRACT_SUFX= .zip MAINTAINER= ryoon@NetBSD.org -HOMEPAGE= http://source.android.com/ +HOMEPAGE= http://www.google.com/design/spec/style/typography.html COMMENT= Roboto font family from Google's Android 4 LICENSE= apache-2.0 +DIST_SUBDIR= ${PKGNAME_NOREV} + +WRKSRC= ${WRKDIR} + USE_LANGUAGES= # none USE_X11BASE= yes NO_BUILD= yes @@ -19,22 +23,29 @@ NO_BUILD= yes FONTDIR= ${PREFIX}/share/fonts/X11/TTF FONTS_DIRS.ttf= ${FONTDIR} -INSTALLATION_DIRS= share/fonts/X11/TTF \ - ${PREFIX}/share/doc/${PKGBASE} +INSTALLATION_DIRS= share/fonts/X11/TTF -INSTALL_FONTS= Roboto-Bold.ttf \ - Roboto-BoldCondensed.ttf \ - Roboto-BoldCondensedItalic.ttf \ +INSTALL_FONTS= Roboto-Black.ttf \ + Roboto-BlackItalic.ttf \ + Roboto-Bold.ttf \ Roboto-BoldItalic.ttf \ - Roboto-Condensed.ttf \ - Roboto-CondensedItalic.ttf \ Roboto-Italic.ttf \ - Roboto-Regular.ttf + Roboto-Light.ttf \ + Roboto-LightItalic.ttf \ + Roboto-Medium.ttf \ + Roboto-MediumItalic.ttf \ + Roboto-Regular.ttf \ + Roboto-Thin.ttf \ + Roboto-ThinItalic.ttf \ + RobotoCondensed-Bold.ttf \ + RobotoCondensed-BoldItalic.ttf \ + RobotoCondensed-Italic.ttf \ + RobotoCondensed-Light.ttf \ + RobotoCondensed-LightItalic.ttf do-install: .for i in ${INSTALL_FONTS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${FONTDIR} .endfor - ${INSTALL_DATA} ${WRKSRC}/NOTICE ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} .include "../../mk/bsd.pkg.mk" diff --git a/fonts/roboto-fonts/PLIST b/fonts/roboto-fonts/PLIST index 120123c1559..e0855bb6151 100644 --- a/fonts/roboto-fonts/PLIST +++ b/fonts/roboto-fonts/PLIST @@ -1,10 +1,18 @@ -@comment $NetBSD: PLIST,v 1.3 2014/06/01 16:35:37 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/07/17 14:31:47 ryoon Exp $ +share/fonts/X11/TTF/Roboto-Black.ttf +share/fonts/X11/TTF/Roboto-BlackItalic.ttf share/fonts/X11/TTF/Roboto-Bold.ttf -share/fonts/X11/TTF/Roboto-BoldCondensed.ttf -share/fonts/X11/TTF/Roboto-BoldCondensedItalic.ttf share/fonts/X11/TTF/Roboto-BoldItalic.ttf -share/fonts/X11/TTF/Roboto-Condensed.ttf -share/fonts/X11/TTF/Roboto-CondensedItalic.ttf share/fonts/X11/TTF/Roboto-Italic.ttf +share/fonts/X11/TTF/Roboto-Light.ttf +share/fonts/X11/TTF/Roboto-LightItalic.ttf +share/fonts/X11/TTF/Roboto-Medium.ttf +share/fonts/X11/TTF/Roboto-MediumItalic.ttf share/fonts/X11/TTF/Roboto-Regular.ttf -share/doc/roboto-fonts/NOTICE +share/fonts/X11/TTF/Roboto-Thin.ttf +share/fonts/X11/TTF/Roboto-ThinItalic.ttf +share/fonts/X11/TTF/RobotoCondensed-Bold.ttf +share/fonts/X11/TTF/RobotoCondensed-BoldItalic.ttf +share/fonts/X11/TTF/RobotoCondensed-Italic.ttf +share/fonts/X11/TTF/RobotoCondensed-Light.ttf +share/fonts/X11/TTF/RobotoCondensed-LightItalic.ttf diff --git a/fonts/roboto-fonts/distinfo b/fonts/roboto-fonts/distinfo index 6edc70a9e71..6020584a69a 100644 --- a/fonts/roboto-fonts/distinfo +++ b/fonts/roboto-fonts/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/11/17 19:26:42 ryoon Exp $ +$NetBSD: distinfo,v 1.3 2014/07/17 14:31:47 ryoon Exp $ -SHA1 (roboto-fonts-20111115a.tar.bz2) = 155d5683b966aafa864a8357ced1b8aa7e72811e -RMD160 (roboto-fonts-20111115a.tar.bz2) = 4e9bc2f452f082d673d077b4fa29aa6d7a9e72da -Size (roboto-fonts-20111115a.tar.bz2) = 287416 bytes +SHA1 (roboto-fonts-20140716/RobotoTTF.zip) = 3597b0680855f7225476e988bd6adb6500a401fa +RMD160 (roboto-fonts-20140716/RobotoTTF.zip) = f2ffd61bb6e812370d535733e17afe3677955e31 +Size (roboto-fonts-20140716/RobotoTTF.zip) = 1267639 bytes |