diff options
author | khorben <khorben@pkgsrc.org> | 2014-11-02 17:58:21 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2014-11-02 17:58:21 +0000 |
commit | 26a0b5a577dc520a711c70318f26581050c4548d (patch) | |
tree | 8dfd5dc7ea53aad09758522944a279dccb733cd2 /fonts/awesome-ttf | |
parent | 4a9edb3420c504aaf6c83f8e03ff5500615ce30a (diff) | |
download | pkgsrc-26a0b5a577dc520a711c70318f26581050c4548d.tar.gz |
Packaged fonts/awesome-ttf 4.2.0, "The iconic font and CSS toolkit"
Font Awesome gives you scalable vector icons that can instantly be customized -
size, color, drop shadow, and anything that can be done with the power of CSS.
Font Awesome by Dave Gandy - http://fontawesome.io
Diffstat (limited to 'fonts/awesome-ttf')
-rw-r--r-- | fonts/awesome-ttf/DESCR | 4 | ||||
-rw-r--r-- | fonts/awesome-ttf/Makefile | 25 | ||||
-rw-r--r-- | fonts/awesome-ttf/PLIST | 2 | ||||
-rw-r--r-- | fonts/awesome-ttf/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/fonts/awesome-ttf/DESCR b/fonts/awesome-ttf/DESCR new file mode 100644 index 00000000000..ec36f7f06e3 --- /dev/null +++ b/fonts/awesome-ttf/DESCR @@ -0,0 +1,4 @@ +Font Awesome gives you scalable vector icons that can instantly be customized - +size, color, drop shadow, and anything that can be done with the power of CSS. + +Font Awesome by Dave Gandy - http://fontawesome.io diff --git a/fonts/awesome-ttf/Makefile b/fonts/awesome-ttf/Makefile new file mode 100644 index 00000000000..79d1411e907 --- /dev/null +++ b/fonts/awesome-ttf/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2014/11/02 17:58:21 khorben Exp $ +# + +DISTNAME= font-awesome-4.2.0 +PKGNAME= awesome-ttf-4.2.0 +CATEGORIES= fonts +MASTER_SITES= http://fortawesome.github.io/Font-Awesome/assets/ +EXTRACT_SUFX= .zip + +MAINTAINER= khorben@defora.org +HOMEPAGE= http://fortawesome.github.io/Font-Awesome/assets/ +COMMENT= The iconic font and CSS toolkit +LICENSE= ofl-v1.1 + +NO_CONFIGURE= yes +NO_BUILD= yes + +FONTS_DIRS.ttf= share/fonts/X11/TTF + +INSTALLATION_DIRS= ${FONTS_DIRS.ttf} + +do-install: + ${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf} + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/awesome-ttf/PLIST b/fonts/awesome-ttf/PLIST new file mode 100644 index 00000000000..b217da09ada --- /dev/null +++ b/fonts/awesome-ttf/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2014/11/02 17:58:21 khorben Exp $ +share/fonts/X11/TTF/fontawesome-webfont.ttf diff --git a/fonts/awesome-ttf/distinfo b/fonts/awesome-ttf/distinfo new file mode 100644 index 00000000000..e96bed3698a --- /dev/null +++ b/fonts/awesome-ttf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/11/02 17:58:21 khorben Exp $ + +SHA1 (font-awesome-4.2.0.zip) = 43555de93a3894466097034a5efffbef2479ebd8 +RMD160 (font-awesome-4.2.0.zip) = dd3e215cba0473691900b88fe2b209a95abae8a4 +Size (font-awesome-4.2.0.zip) = 381929 bytes |