pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/awesome-otf awesome-otf: add version 5.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/501bc156d8eb
branches:  trunk
changeset: 326614:501bc156d8eb
user:      tm <tm%pkgsrc.org@localhost>
date:      Mon Dec 10 20:19:07 2018 +0000

description:
awesome-otf: add version 5.5.0

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:

 fonts/awesome-otf/DESCR    |   4 ++++
 fonts/awesome-otf/Makefile |  27 +++++++++++++++++++++++++++
 fonts/awesome-otf/PLIST    |   4 ++++
 fonts/awesome-otf/distinfo |   6 ++++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 0beddcb783ae -r 501bc156d8eb fonts/awesome-otf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/awesome-otf/DESCR   Mon Dec 10 20:19:07 2018 +0000
@@ -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 -r 0beddcb783ae -r 501bc156d8eb fonts/awesome-otf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/awesome-otf/Makefile        Mon Dec 10 20:19:07 2018 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2018/12/10 20:19:07 tm Exp $
+#
+
+VERSION=       5.5.0
+DISTNAME=      fontawesome-free-${VERSION}-desktop
+PKGNAME=       awesome-otf-${VERSION}
+CATEGORIES=    fonts
+MASTER_SITES=  https://use.fontawesome.com/releases/v${VERSION}/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    tm%core.io@localhost
+HOMEPAGE=      https://fontawesome.com/
+COMMENT=       The iconic font and CSS toolkit
+LICENSE=       ofl-v1.1
+
+USE_LANGUAGES= # none
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+
+FONTS_DIRS.ttf=        share/fonts/X11/OTF
+
+INSTALLATION_DIRS=     ${FONTS_DIRS.ttf}
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/otfs/*.otf ${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 0beddcb783ae -r 501bc156d8eb fonts/awesome-otf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/awesome-otf/PLIST   Mon Dec 10 20:19:07 2018 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2018/12/10 20:19:07 tm Exp $
+share/fonts/X11/OTF/Font Awesome 5 Brands-Regular-400.otf
+share/fonts/X11/OTF/Font Awesome 5 Free-Regular-400.otf
+share/fonts/X11/OTF/Font Awesome 5 Free-Solid-900.otf
diff -r 0beddcb783ae -r 501bc156d8eb fonts/awesome-otf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/awesome-otf/distinfo        Mon Dec 10 20:19:07 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/12/10 20:19:07 tm Exp $
+
+SHA1 (fontawesome-free-5.5.0-desktop.zip) = 7822db5f5e73ee4cd2c1414334921b3866453ca5
+RMD160 (fontawesome-free-5.5.0-desktop.zip) = 05fe9e92e44b95231480e96289abc8a6c1c02085
+SHA512 (fontawesome-free-5.5.0-desktop.zip) = 5bb0f7083881b26b83803de16fb576826e047051767e4cf9e5011002538cb1b7bbf4f8682ae79ee834ed64064d77aae8c416af4308160bb4324425f9dc58f730
+Size (fontawesome-free-5.5.0-desktop.zip) = 5677776 bytes



Home | Main Index | Thread Index | Old Index