pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/Merriweather-ttf Import Merriweather-ttf-1.584 a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/979cd9b43e51
branches:  trunk
changeset: 354927:979cd9b43e51
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 15 16:05:42 2016 +0000

description:
Import Merriweather-ttf-1.584 as fonts/Merriweather-ttf.

Merriweather is a workhorse text type family made specifically for
screens.  Print use is not a significant consideration in the design.
Merriweather is useful for Latin, Arabic, Cyrillic and Greek.  The
styles include Regular, Bold, Italic and Bold Italic.

diffstat:

 fonts/Merriweather-ttf/DESCR    |   4 ++++
 fonts/Merriweather-ttf/Makefile |  28 ++++++++++++++++++++++++++++
 fonts/Merriweather-ttf/PLIST    |  17 +++++++++++++++++
 fonts/Merriweather-ttf/distinfo |   6 ++++++
 4 files changed, 55 insertions(+), 0 deletions(-)

diffs (71 lines):

diff -r 0a070031c95b -r 979cd9b43e51 fonts/Merriweather-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/Merriweather-ttf/DESCR      Tue Nov 15 16:05:42 2016 +0000
@@ -0,0 +1,4 @@
+Merriweather is a workhorse text type family made specifically for
+screens.  Print use is not a significant consideration in the design.
+Merriweather is useful for Latin, Arabic, Cyrillic and Greek.  The
+styles include Regular, Bold, Italic and Bold Italic.
diff -r 0a070031c95b -r 979cd9b43e51 fonts/Merriweather-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/Merriweather-ttf/Makefile   Tue Nov 15 16:05:42 2016 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2016/11/15 16:05:42 wiz Exp $
+
+DISTNAME=      Merriweather-1.584
+PKGNAME=       ${DISTNAME:S/her/her-ttf/}
+CATEGORIES=    fonts
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=EbenSorkin/}
+GITHUB_PROJECT=        Merriweather
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ebensorkin.wordpress.com/
+COMMENT=       Eben Sorkin's Merriweather font
+LICENSE=       ofl-v1.1
+
+NO_BUILD=      yes
+WRKSRC=                ${WRKDIR}
+
+INSTALLATION_DIRS+=    share/fonts/X11/OTF
+INSTALLATION_DIRS+=    share/fonts/X11/TTF
+FONTS_DIRS.ttf+=       ${PREFIX}/share/fonts/X11/OTF
+FONTS_DIRS.ttf+=       ${PREFIX}/share/fonts/X11/TTF
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/OTF/*.otf ${DESTDIR}${PREFIX}/share/fonts/X11/OTF
+       ${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
+
+.include "../../mk/bsd.pkg.mk"
diff -r 0a070031c95b -r 979cd9b43e51 fonts/Merriweather-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/Merriweather-ttf/PLIST      Tue Nov 15 16:05:42 2016 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2016/11/15 16:05:42 wiz Exp $
+share/fonts/X11/OTF/Merriweather-Black.otf
+share/fonts/X11/OTF/Merriweather-BlackItalic.otf
+share/fonts/X11/OTF/Merriweather-Bold.otf
+share/fonts/X11/OTF/Merriweather-BoldItalic.otf
+share/fonts/X11/OTF/Merriweather-Italic.otf
+share/fonts/X11/OTF/Merriweather-Light.otf
+share/fonts/X11/OTF/Merriweather-LightItalic.otf
+share/fonts/X11/OTF/Merriweather-Regular.otf
+share/fonts/X11/TTF/Merriweather-Black.ttf
+share/fonts/X11/TTF/Merriweather-BlackItalic.ttf
+share/fonts/X11/TTF/Merriweather-Bold.ttf
+share/fonts/X11/TTF/Merriweather-BoldItalic.ttf
+share/fonts/X11/TTF/Merriweather-Italic.ttf
+share/fonts/X11/TTF/Merriweather-Light.ttf
+share/fonts/X11/TTF/Merriweather-LightItalic.ttf
+share/fonts/X11/TTF/Merriweather-Regular.ttf
diff -r 0a070031c95b -r 979cd9b43e51 fonts/Merriweather-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/Merriweather-ttf/distinfo   Tue Nov 15 16:05:42 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/11/15 16:05:42 wiz Exp $
+
+SHA1 (Merriweather-1.584.zip) = 096f74e0209f365440ba3da99e7efbfd09a7d7ae
+RMD160 (Merriweather-1.584.zip) = 6126cef28958d69cc3a84b2d201373c61aa2c4dc
+SHA512 (Merriweather-1.584.zip) = a3585231f253aada0dcfcc1c80b350c4266e66f2bd1c9234ff22f3db96b206b5e2f90f0a5733e2ca4da895da2e375cd5e637b3d67fce801f525dbf6a56833423
+Size (Merriweather-1.584.zip) = 1138766 bytes



Home | Main Index | Thread Index | Old Index