Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2019 15:15:26 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515707 - in head/x11-fonts: . monoid
Message-ID:  <201910261515.x9QFFQBY073742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Sat Oct 26 15:15:25 2019
New Revision: 515707
URL: https://svnweb.freebsd.org/changeset/ports/515707

Log:
  New port: x11-fonts/monoid: Coding font with alternates, ligatures and contextual positioning
  
  Monoid is customizable and optimized for coding with bitmap-like sharpness
  at 12px/9pt even on low res displays.
  
  Semi-condensed and distinguishable glyphs with short ascenders + descenders,
  big apertures and supersized operators + punctuation.
  
  Monoid comes in regular, bold, oblique and retina versions with >750 latin,
  greek, cyrillic, ligature, alternate and Powerline glyphs.
  
  WWW: https://larsenwork.com/monoid

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sat Oct 26 14:55:33 2019	(r515706)
+++ head/x11-fonts/Makefile	Sat Oct 26 15:15:25 2019	(r515707)
@@ -154,6 +154,7 @@
     SUBDIR += mkfontscale
     SUBDIR += mkitalic
     SUBDIR += mondulkiri
+    SUBDIR += monoid
     SUBDIR += montecarlo_fonts
     SUBDIR += montserrat
     SUBDIR += moveable-type-fonts

Added: head/x11-fonts/monoid/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/monoid/Makefile	Sat Oct 26 15:15:25 2019	(r515707)
@@ -0,0 +1,36 @@
+# $FreeBSD$
+
+PORTNAME=	monoid
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.61
+CATEGORIES=	x11-fonts
+MASTER_SITES=	https://github.com/larsenwork/monoid/raw/${RELEASE_HASH}/
+DISTFILES=	${FONTNAME}${EXTRACT_SUFX} \
+		${FONTNAME}-Tight${EXTRACT_SUFX} \
+		${FONTNAME}-HalfTight${EXTRACT_SUFX} \
+		${FONTNAME}-HalfLoose${EXTRACT_SUFX} \
+		${FONTNAME}-Loose${EXTRACT_SUFX}
+DIST_SUBDIR=	${PORTNAME}-${DISTVERSIONFULL}
+
+MAINTAINER=	0mp@FreeBSD.org
+COMMENT=	Coding font with alternates, ligatures and contextual positioning
+
+# The license is in the README file, which is not downloaded.
+LICENSE=	MIT OFL11
+LICENSE_COMB=	dual
+
+USES=		fonts zip
+
+FONTNAME=	Monoid
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+
+RELEASE_HASH=	2db2d289f4e61010dd3f44e09918d9bb32fb96fd
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*ttf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/monoid/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/monoid/distinfo	Sat Oct 26 15:15:25 2019	(r515707)
@@ -0,0 +1,11 @@
+TIMESTAMP = 1572102001
+SHA256 (monoid-v0.61/Monoid.zip) = c28acd76ae1f0244f7c869bf1ba3272da3eb900dd50fbbd368265468a1a34794
+SIZE (monoid-v0.61/Monoid.zip) = 145031
+SHA256 (monoid-v0.61/Monoid-Tight.zip) = c2abf6a212cf027b4fa07141641156c4eb231ffb38cb510de481bbe82115d548
+SIZE (monoid-v0.61/Monoid-Tight.zip) = 145480
+SHA256 (monoid-v0.61/Monoid-HalfTight.zip) = d32c6ba277b9a700f1c72fb5f10d150cebb113c0a35fd7cdae01bbddabc9a283
+SIZE (monoid-v0.61/Monoid-HalfTight.zip) = 145762
+SHA256 (monoid-v0.61/Monoid-HalfLoose.zip) = 3461c88097b8a07cfdf50765a827bd5edd8fcedbed3a48cd05c538d376ec58a9
+SIZE (monoid-v0.61/Monoid-HalfLoose.zip) = 145348
+SHA256 (monoid-v0.61/Monoid-Loose.zip) = 51238c5027182a8d993a0a58a2cb68a2e96209ee93105ee7653cabe87885c637
+SIZE (monoid-v0.61/Monoid-Loose.zip) = 145290

Added: head/x11-fonts/monoid/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/monoid/pkg-descr	Sat Oct 26 15:15:25 2019	(r515707)
@@ -0,0 +1,10 @@
+Monoid is customizable and optimized for coding with bitmap-like sharpness
+at 12px/9pt even on low res displays.
+
+Semi-condensed and distinguishable glyphs with short ascenders + descenders,
+big apertures and supersized operators + punctuation.
+
+Monoid comes in regular, bold, oblique and retina versions with >750 latin,
+greek, cyrillic, ligature, alternate and Powerline glyphs.
+
+WWW: https://larsenwork.com/monoid

Added: head/x11-fonts/monoid/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/monoid/pkg-plist	Sat Oct 26 15:15:25 2019	(r515707)
@@ -0,0 +1,20 @@
+%%FONTSDIR%%/Monoid-Bold-HalfLoose.ttf
+%%FONTSDIR%%/Monoid-Bold-HalfTight.ttf
+%%FONTSDIR%%/Monoid-Bold-Loose.ttf
+%%FONTSDIR%%/Monoid-Bold-Tight.ttf
+%%FONTSDIR%%/Monoid-Bold.ttf
+%%FONTSDIR%%/Monoid-Italic-HalfLoose.ttf
+%%FONTSDIR%%/Monoid-Italic-HalfTight.ttf
+%%FONTSDIR%%/Monoid-Italic-Loose.ttf
+%%FONTSDIR%%/Monoid-Italic-Tight.ttf
+%%FONTSDIR%%/Monoid-Italic.ttf
+%%FONTSDIR%%/Monoid-Regular-HalfLoose.ttf
+%%FONTSDIR%%/Monoid-Regular-HalfTight.ttf
+%%FONTSDIR%%/Monoid-Regular-Loose.ttf
+%%FONTSDIR%%/Monoid-Regular-Tight.ttf
+%%FONTSDIR%%/Monoid-Regular.ttf
+%%FONTSDIR%%/Monoid-Retina-HalfLoose.ttf
+%%FONTSDIR%%/Monoid-Retina-HalfTight.ttf
+%%FONTSDIR%%/Monoid-Retina-Loose.ttf
+%%FONTSDIR%%/Monoid-Retina-Tight.ttf
+%%FONTSDIR%%/Monoid-Retina.ttf



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