Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 13:54:06 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491959 - in head/x11-fonts: . hermit
Message-ID:  <201902021354.x12Ds6fb027585@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Feb  2 13:54:05 2019
New Revision: 491959
URL: https://svnweb.freebsd.org/changeset/ports/491959

Log:
  New port: x11-fonts/hermit
  
  Hermit is a monospace font designed to be clear, pragmatic and very
  readable.  Its creation has been focused on programming.  Every
  glyph was carefully planned and calculated, according to defined
  principles and rules.  For this reason, Hermit is coherent and
  regular.
  
  Symbols stand out from common text.  Dots and commas are easily
  seen, and operators are clear even when not surrounded by spaces.
  Similar characters have been designed to be very distinguishable
  from each other.
  
  WWW: https://pcaro.es/p/hermit/

Added:
  head/x11-fonts/hermit/
  head/x11-fonts/hermit/Makefile   (contents, props changed)
  head/x11-fonts/hermit/distinfo   (contents, props changed)
  head/x11-fonts/hermit/pkg-descr   (contents, props changed)
  head/x11-fonts/hermit/pkg-plist   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sat Feb  2 13:48:07 2019	(r491958)
+++ head/x11-fonts/Makefile	Sat Feb  2 13:54:05 2019	(r491959)
@@ -114,6 +114,7 @@
     SUBDIR += google-fonts
     SUBDIR += hack-font
     SUBDIR += hanazono-fonts-ttf
+    SUBDIR += hermit
     SUBDIR += inconsolata-lgc-ttf
     SUBDIR += inconsolata-ttf
     SUBDIR += indic-ttf

Added: head/x11-fonts/hermit/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/hermit/Makefile	Sat Feb  2 13:54:05 2019	(r491959)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	hermit
+DISTVERSION=	2.0
+CATEGORIES=	x11-fonts
+MASTER_SITES=	https://pcaro.es/d/
+PKGNAMESUFFIX=	-font
+DISTNAME=	otf-hermit-${DISTVERSION}
+
+MAINTAINER=	tobik@FreeBSD.org
+COMMENT=	Monospaced font for programmers by a programmer
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		fonts
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/hermit/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/hermit/distinfo	Sat Feb  2 13:54:05 2019	(r491959)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1549043786
+SHA256 (otf-hermit-2.0.tar.gz) = c04b432b088edabc8ff025049535077722869f842fb6f851864106b7f4f03527
+SIZE (otf-hermit-2.0.tar.gz) = 142937

Added: head/x11-fonts/hermit/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/hermit/pkg-descr	Sat Feb  2 13:54:05 2019	(r491959)
@@ -0,0 +1,12 @@
+Hermit is a monospace font designed to be clear, pragmatic and very
+readable.  Its creation has been focused on programming.  Every
+glyph was carefully planned and calculated, according to defined
+principles and rules.  For this reason, Hermit is coherent and
+regular.
+
+Symbols stand out from common text.  Dots and commas are easily
+seen, and operators are clear even when not surrounded by spaces.
+Similar characters have been designed to be very distinguishable
+from each other.
+
+WWW: https://pcaro.es/p/hermit/

Added: head/x11-fonts/hermit/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/hermit/pkg-plist	Sat Feb  2 13:54:05 2019	(r491959)
@@ -0,0 +1,6 @@
+%%FONTSDIR%%/Hermit-Bold.otf
+%%FONTSDIR%%/Hermit-BoldItalic.otf
+%%FONTSDIR%%/Hermit-Light.otf
+%%FONTSDIR%%/Hermit-LightItalic.otf
+%%FONTSDIR%%/Hermit-Regular.otf
+%%FONTSDIR%%/Hermit-RegularItalic.otf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902021354.x12Ds6fb027585>