From owner-svn-ports-head@freebsd.org Thu Sep 19 18:43:46 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 755E612B2A2; Thu, 19 Sep 2019 18:43:46 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Z5N22TTfz47TR; Thu, 19 Sep 2019 18:43:46 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 38D6F19AD0; Thu, 19 Sep 2019 18:43:46 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8JIhkbO061377; Thu, 19 Sep 2019 18:43:46 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8JIhj3l061373; Thu, 19 Sep 2019 18:43:45 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201909191843.x8JIhj3l061373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 19 Sep 2019 18:43:45 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/x11-fonts: . cascadia-code X-SVN-Commit-Revision: 512367 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2019 18:43:46 -0000 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 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