Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2020 11:24:59 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529176 - in head/x11-fonts: . anomaly-mono
Message-ID:  <202003261124.02QBOxQD090950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Thu Mar 26 11:24:59 2020
New Revision: 529176
URL: https://svnweb.freebsd.org/changeset/ports/529176

Log:
  Add new port x11-fonts/anomaly-mono:
  
  Retrofuturism inspired monospaced programming font.
  
  PR:		244702
  Submitted by:	 Lewis Cook

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Thu Mar 26 11:24:23 2020	(r529175)
+++ head/x11-fonts/Makefile	Thu Mar 26 11:24:59 2020	(r529176)
@@ -10,6 +10,7 @@
     SUBDIR += alegreya-sans
     SUBDIR += alfont
     SUBDIR += andika
+    SUBDIR += anomaly-mono
     SUBDIR += anonymous-pro
     SUBDIR += apl385
     SUBDIR += artwiz-aleczapka

Added: head/x11-fonts/anomaly-mono/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/anomaly-mono/Makefile	Thu Mar 26 11:24:59 2020	(r529176)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	anomaly-mono
+DISTVERSION=	g20200110
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	vulcan@wired.sh
+COMMENT=	Retrofuturism inspired monospaced programming font
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		fonts
+USE_GITHUB=	yes
+GH_ACCOUNT=	benbusby
+GH_TAGNAME=	c97c17282e8d1b244a9571c6eb392aac99ddd76e
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+PLIST_FILES=	${FONTSDIR}/AnomalyMono.otf
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/AnomalyMono.otf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/anomaly-mono/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/anomaly-mono/distinfo	Thu Mar 26 11:24:59 2020	(r529176)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1583791458
+SHA256 (benbusby-anomaly-mono-g20200110-c97c17282e8d1b244a9571c6eb392aac99ddd76e_GH0.tar.gz) = ce8875a43710bd562187c45ad50c11b41e371d2b898b868459dc30df38e88f51
+SIZE (benbusby-anomaly-mono-g20200110-c97c17282e8d1b244a9571c6eb392aac99ddd76e_GH0.tar.gz) = 5245178

Added: head/x11-fonts/anomaly-mono/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/anomaly-mono/pkg-descr	Thu Mar 26 11:24:59 2020	(r529176)
@@ -0,0 +1,11 @@
+Unique monospaced programming font, inspired by "retrofuturism".
+The alphabetical characters of the font are designed as an homage
+to the aesthetic of older science fiction movies and magazines,
+while the numerical characters are intended to mimic digital clock
+numbers. Symbols and numbers were given special design consideration
+to stand out from alphabetical characters as well. The result is a
+font that creates a strong distinction between all types of glyphs
+and has a unique appearance, while still maintaining perfect
+legibility for writing and debugging code.
+
+WWW: https://github.com/benbusby/anomaly-mono



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