From owner-svn-ports-all@freebsd.org Thu Mar 26 11:30:49 2020 Return-Path: Delivered-To: svn-ports-all@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 2DEA227C1B8; Thu, 26 Mar 2020 11:30:49 +0000 (UTC) (envelope-from makc@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 48p2qC6cKKz3KqP; Thu, 26 Mar 2020 11:30:47 +0000 (UTC) (envelope-from makc@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 38D1B5232; Thu, 26 Mar 2020 11:25:00 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02QBP07P090966; Thu, 26 Mar 2020 11:25:00 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02QBOxQD090950; Thu, 26 Mar 2020 11:24:59 GMT (envelope-from makc@FreeBSD.org) Message-Id: <202003261124.02QBOxQD090950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Thu, 26 Mar 2020 11:24:59 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: in head/x11-fonts: . anomaly-mono X-SVN-Commit-Revision: 529176 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2020 11:30:49 -0000 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 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