Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 18:43:45 +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: r512367 - in head/x11-fonts: . cascadia-code
Message-ID:  <201909191843.x8JIhj3l061373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Sep 19 18:43:45 2019
New Revision: 512367
URL: https://svnweb.freebsd.org/changeset/ports/512367

Log:
  New port: x11-fonts/cascadia-code
  
  Cascadia Code is a fun, new monospaced font that includes programming
  ligatures and is designed to enhance the modern look and feel of
  the Windows Terminal.
  
  WWW: https://github.com/microsoft/cascadia-code

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Thu Sep 19 18:33:14 2019	(r512366)
+++ head/x11-fonts/Makefile	Thu Sep 19 18:43:45 2019	(r512367)
@@ -23,6 +23,7 @@
     SUBDIR += bitter
     SUBDIR += c64bdf
     SUBDIR += cantarell-fonts
+    SUBDIR += cascadia-code
     SUBDIR += charis
     SUBDIR += charis-compact
     SUBDIR += clearsans

Added: head/x11-fonts/cascadia-code/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/cascadia-code/Makefile	Thu Sep 19 18:43:45 2019	(r512367)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	cascadia-code
+DISTVERSION=	1909.16
+CATEGORIES=	x11-fonts
+MASTER_SITES=	https://github.com/microsoft/cascadia-code/releases/download/v${DISTVERSION}/
+DISTFILES=	Cascadia.ttf
+DIST_SUBDIR=	cascadia-code-${DISTVERSION}
+EXTRACT_ONLY=
+
+MAINTAINER=	tobik@FreeBSD.org
+COMMENT=	Monospaced font with programming ligatures
+
+LICENSE=	OFL11
+
+USES=		fonts
+NO_ARCH=	yes
+NO_BUILD=	yes
+PLIST_FILES=	${FONTSDIR}/Cascadia.ttf
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Cascadia.ttf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/cascadia-code/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/cascadia-code/distinfo	Thu Sep 19 18:43:45 2019	(r512367)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1568917853
+SHA256 (cascadia-code-1909.16/Cascadia.ttf) = c0485d313fbc40f9076e707ed0aa98c9e3f2649d8b30adff705cebf0a0dc1d93
+SIZE (cascadia-code-1909.16/Cascadia.ttf) = 71776

Added: head/x11-fonts/cascadia-code/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/cascadia-code/pkg-descr	Thu Sep 19 18:43:45 2019	(r512367)
@@ -0,0 +1,5 @@
+Cascadia Code is a fun, new monospaced font that includes programming
+ligatures and is designed to enhance the modern look and feel of
+the Windows Terminal.
+
+WWW: https://github.com/microsoft/cascadia-code



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