Saturday, February 03, 2018

Re: UPDATE: fonts/hack-fonts

On Sat Feb 03, 2018 at 06:30:18PM +0100, Rafael Sadowski wrote:
> Hi All,
>
> please find below a simple diff to update hack to 3.002.
>
> Hack Typeface v3:
> https://medium.com/source-words/hack-typeface-v3-6943991c1a80
>
> Ok? Comments?
>

New diff. s/SIL OFL 1.1/MIT/

From changelog:

- Eliminated Hack Open Font License
- Added MIT License for Hack work

https://github.com/source-foundry/Hack/blob/master/CHANGELOG.md

Index: Makefile
===================================================================
RCS file: /cvs/ports/fonts/hack-fonts/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile 16 Nov 2017 03:33:09 -0000 1.6
+++ Makefile 3 Feb 2018 17:32:02 -0000
@@ -4,18 +4,18 @@ PKG_ARCH = *

COMMENT = typeface designed for source code

-V = 2.020
-DISTNAME = Hack-v${V:S/./_/}-otf
+V = 3.002
+DISTNAME = Hack-v${V}-ttf
PKGNAME = hack-fonts-$V
CATEGORIES = fonts
-HOMEPAGE = http://sourcefoundry.org/hack/
+HOMEPAGE = https://sourcefoundry.org/hack/

MAINTAINER = Michael McConville <mmcco@mykolab.com>

-# SIL OFL 1.1
+# MIT
PERMIT_PACKAGE_CDROM = Yes

-MASTER_SITES = https://github.com/chrissimpkins/Hack/releases/download/v$V/
+MASTER_SITES = https://github.com/source-foundry/Hack/releases/download/v${V}/

WRKDIST = ${WRKDIR}

@@ -24,6 +24,6 @@ NO_TEST = Yes

do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/Hack/
- ${INSTALL_DATA} ${WRKSRC}/*.otf ${PREFIX}/share/fonts/Hack/
+ ${INSTALL_DATA} ${WRKSRC}/ttf/*.ttf ${PREFIX}/share/fonts/Hack/

.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/fonts/hack-fonts/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo 26 Sep 2016 20:25:34 -0000 1.4
+++ distinfo 3 Feb 2018 17:32:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (Hack-v2_020-otf.tar.gz) = umTqcMWIrOwYc0T7Mywl7iimNtaL7HfMEBLBr4a5vmk=
-SIZE (Hack-v2_020-otf.tar.gz) = 466134
+SHA256 (Hack-v3.002-ttf.tar.gz) = 1ze8NX2TKzNETOik98DGeoeOy4qMQjEUms64nBW3oaU=
+SIZE (Hack-v3.002-ttf.tar.gz) = 610507
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/fonts/hack-fonts/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- pkg/PLIST 30 Nov 2015 14:09:33 -0000 1.2
+++ pkg/PLIST 3 Feb 2018 17:32:02 -0000
@@ -1,7 +1,7 @@
@comment $OpenBSD: PLIST,v 1.2 2015/11/30 14:09:33 mmcc Exp $
share/fonts/
@fontdir share/fonts/Hack/
-share/fonts/Hack/Hack-Bold.otf
-share/fonts/Hack/Hack-BoldItalic.otf
-share/fonts/Hack/Hack-Italic.otf
-share/fonts/Hack/Hack-Regular.otf
+share/fonts/Hack/Hack-Bold.ttf
+share/fonts/Hack/Hack-BoldItalic.ttf
+share/fonts/Hack/Hack-Italic.ttf
+share/fonts/Hack/Hack-Regular.ttf

No comments:

Post a Comment