pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/awesome-otf



Module Name:    pkgsrc
Committed By:   tm
Date:           Mon Dec 10 20:19:07 UTC 2018

Added Files:
        pkgsrc/fonts/awesome-otf: DESCR Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/awesome-otf/DESCR \
    pkgsrc/fonts/awesome-otf/Makefile pkgsrc/fonts/awesome-otf/PLIST \
    pkgsrc/fonts/awesome-otf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/fonts/awesome-otf/DESCR
diff -u /dev/null pkgsrc/fonts/awesome-otf/DESCR:1.1
--- /dev/null   Mon Dec 10 20:19:07 2018
+++ pkgsrc/fonts/awesome-otf/DESCR      Mon Dec 10 20:19:07 2018
@@ -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
Index: pkgsrc/fonts/awesome-otf/Makefile
diff -u /dev/null pkgsrc/fonts/awesome-otf/Makefile:1.1
--- /dev/null   Mon Dec 10 20:19:07 2018
+++ pkgsrc/fonts/awesome-otf/Makefile   Mon Dec 10 20:19:07 2018
@@ -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"
Index: pkgsrc/fonts/awesome-otf/PLIST
diff -u /dev/null pkgsrc/fonts/awesome-otf/PLIST:1.1
--- /dev/null   Mon Dec 10 20:19:07 2018
+++ pkgsrc/fonts/awesome-otf/PLIST      Mon Dec 10 20:19:07 2018
@@ -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
Index: pkgsrc/fonts/awesome-otf/distinfo
diff -u /dev/null pkgsrc/fonts/awesome-otf/distinfo:1.1
--- /dev/null   Mon Dec 10 20:19:07 2018
+++ pkgsrc/fonts/awesome-otf/distinfo   Mon Dec 10 20:19:07 2018
@@ -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