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/
This commit is contained in:
parent
fc29ec47de
commit
8519a3eb6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491959
@ -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
|
||||
|
26
x11-fonts/hermit/Makefile
Normal file
26
x11-fonts/hermit/Makefile
Normal file
@ -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>
|
3
x11-fonts/hermit/distinfo
Normal file
3
x11-fonts/hermit/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1549043786
|
||||
SHA256 (otf-hermit-2.0.tar.gz) = c04b432b088edabc8ff025049535077722869f842fb6f851864106b7f4f03527
|
||||
SIZE (otf-hermit-2.0.tar.gz) = 142937
|
12
x11-fonts/hermit/pkg-descr
Normal file
12
x11-fonts/hermit/pkg-descr
Normal file
@ -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/
|
6
x11-fonts/hermit/pkg-plist
Normal file
6
x11-fonts/hermit/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user