summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-03-05 21:02:03 +0000
committermaya <maya@pkgsrc.org>2019-03-05 21:02:03 +0000
commit1f1bbad5090cfbee313756b933cd5d974b1e37c8 (patch)
treed3c140a3cd960dd9c6e6c02a5cbb0ca5c351f2e5 /fonts
parent0bcdff498b2de728dbdfeb4e475642179384ca47 (diff)
downloadpkgsrc-1f1bbad5090cfbee313756b933cd5d974b1e37c8.tar.gz
overpass: add overpass version 3.0.3
Open source web font family, inspired by Highway Gothic. Sponsored by Red Hat and designed by Delve Fonts.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/overpass/DESCR1
-rw-r--r--fonts/overpass/Makefile35
-rw-r--r--fonts/overpass/PLIST41
-rw-r--r--fonts/overpass/distinfo6
4 files changed, 83 insertions, 0 deletions
diff --git a/fonts/overpass/DESCR b/fonts/overpass/DESCR
new file mode 100644
index 00000000000..e447f021e74
--- /dev/null
+++ b/fonts/overpass/DESCR
@@ -0,0 +1 @@
+Open source web font family, inspired by Highway Gothic
diff --git a/fonts/overpass/Makefile b/fonts/overpass/Makefile
new file mode 100644
index 00000000000..24f4b1cac84
--- /dev/null
+++ b/fonts/overpass/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1 2019/03/05 21:02:03 maya Exp $
+
+GITHUB_PROJECT= Overpass
+DISTNAME= 3.0.3
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_GITHUB:=RedHatBrand/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= maya@NetBSD.org
+HOMEPAGE= https://github.com/RedHatBrand/Overpass/
+COMMENT= Font family inspired by Highway Gothic
+LICENSE= ofl-v1.1 AND gnu-lgpl-v2.1
+
+WRKSRC= ${WRKDIR}/Overpass-3.0.3
+USE_LANGUAGES= # none
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+TTF_FONTS_DIR= ${PREFIX}/share/fonts/X11/TTF
+OTF_FONTS_DIR= ${PREFIX}/share/fonts/X11/OTF
+
+INSTALLATION_DIRS= ${TTF_FONTS_DIR} ${OTF_FONTS_DIR}
+
+do-install:
+ for font in `find ${WRKSRC} -name '*.ttf'`; \
+ do \
+ ${INSTALL_DATA} $${font} ${DESTDIR}${TTF_FONTS_DIR}; \
+ done; \
+ for font in `find ${WRKSRC} -name '*.otf'`; \
+ do \
+ ${INSTALL_DATA} $${font} ${DESTDIR}${OTF_FONTS_DIR}; \
+ done;
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/overpass/PLIST b/fonts/overpass/PLIST
new file mode 100644
index 00000000000..9279ed4c6de
--- /dev/null
+++ b/fonts/overpass/PLIST
@@ -0,0 +1,41 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/05 21:02:03 maya Exp $
+share/fonts/X11/OTF/overpass-bold-italic.otf
+share/fonts/X11/OTF/overpass-bold.otf
+share/fonts/X11/OTF/overpass-extrabold-italic.otf
+share/fonts/X11/OTF/overpass-extrabold.otf
+share/fonts/X11/OTF/overpass-extralight-italic.otf
+share/fonts/X11/OTF/overpass-extralight.otf
+share/fonts/X11/OTF/overpass-heavy-italic.otf
+share/fonts/X11/OTF/overpass-heavy.otf
+share/fonts/X11/OTF/overpass-italic.otf
+share/fonts/X11/OTF/overpass-light-italic.otf
+share/fonts/X11/OTF/overpass-light.otf
+share/fonts/X11/OTF/overpass-mono-bold.otf
+share/fonts/X11/OTF/overpass-mono-light.otf
+share/fonts/X11/OTF/overpass-mono-regular.otf
+share/fonts/X11/OTF/overpass-mono-semibold.otf
+share/fonts/X11/OTF/overpass-regular.otf
+share/fonts/X11/OTF/overpass-semibold-italic.otf
+share/fonts/X11/OTF/overpass-semibold.otf
+share/fonts/X11/OTF/overpass-thin-italic.otf
+share/fonts/X11/OTF/overpass-thin.otf
+share/fonts/X11/TTF/overpass-bold-italic.ttf
+share/fonts/X11/TTF/overpass-bold.ttf
+share/fonts/X11/TTF/overpass-extrabold-italic.ttf
+share/fonts/X11/TTF/overpass-extrabold.ttf
+share/fonts/X11/TTF/overpass-extralight-italic.ttf
+share/fonts/X11/TTF/overpass-extralight.ttf
+share/fonts/X11/TTF/overpass-heavy-italic.ttf
+share/fonts/X11/TTF/overpass-heavy.ttf
+share/fonts/X11/TTF/overpass-italic.ttf
+share/fonts/X11/TTF/overpass-light-italic.ttf
+share/fonts/X11/TTF/overpass-light.ttf
+share/fonts/X11/TTF/overpass-mono-bold.ttf
+share/fonts/X11/TTF/overpass-mono-light.ttf
+share/fonts/X11/TTF/overpass-mono-regular.ttf
+share/fonts/X11/TTF/overpass-mono-semibold.ttf
+share/fonts/X11/TTF/overpass-regular.ttf
+share/fonts/X11/TTF/overpass-semibold-italic.ttf
+share/fonts/X11/TTF/overpass-semibold.ttf
+share/fonts/X11/TTF/overpass-thin-italic.ttf
+share/fonts/X11/TTF/overpass-thin.ttf
diff --git a/fonts/overpass/distinfo b/fonts/overpass/distinfo
new file mode 100644
index 00000000000..31b5b684ceb
--- /dev/null
+++ b/fonts/overpass/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/05 21:02:03 maya Exp $
+
+SHA1 (Overpass/3.0.3.tar.gz) = 429e705d4c24bb97966bb399a28ec5cdac699b64
+RMD160 (Overpass/3.0.3.tar.gz) = 2bce42c8e45f7324e4d78a1673428d3095fbc6bb
+SHA512 (Overpass/3.0.3.tar.gz) = d2a3284f6f82e80e46af23064a374da2926a3563ee668683aa1a8db7a9163cc80c4fa8a3077876dc552a36e9d621c45218df44485b7b6a6adc3fc6df62c448d0
+Size (Overpass/3.0.3.tar.gz) = 6532060 bytes