From owner-svn-ports-all@freebsd.org Mon Jan 18 21:21:23 2021 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 EFA704F6205; Mon, 18 Jan 2021 21:21:23 +0000 (UTC) (envelope-from ehaupt@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DKPq76WJrz3GQB; Mon, 18 Jan 2021 21:21:23 +0000 (UTC) (envelope-from ehaupt@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 D2C1C1AC2E; Mon, 18 Jan 2021 21:21:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10ILLNj2012020; Mon, 18 Jan 2021 21:21:23 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10ILLMGM012012; Mon, 18 Jan 2021 21:21:22 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202101182121.10ILLMGM012012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 18 Jan 2021 21:21:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561971 - in head/x11-fonts: . agave agave/files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/x11-fonts: . agave agave/files X-SVN-Commit-Revision: 561971 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.34 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: Mon, 18 Jan 2021 21:21:24 -0000 Author: ehaupt Date: Mon Jan 18 21:21:21 2021 New Revision: 561971 URL: https://svnweb.freebsd.org/changeset/ports/561971 Log: Add agave 37, trueType monospaced font designed for X environments. Added: head/x11-fonts/agave/ head/x11-fonts/agave/Makefile (contents, props changed) head/x11-fonts/agave/distinfo (contents, props changed) head/x11-fonts/agave/files/ head/x11-fonts/agave/files/patch-Makefile (contents, props changed) head/x11-fonts/agave/files/patch-build (contents, props changed) head/x11-fonts/agave/pkg-descr (contents, props changed) head/x11-fonts/agave/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Mon Jan 18 21:08:38 2021 (r561970) +++ head/x11-fonts/Makefile Mon Jan 18 21:21:21 2021 (r561971) @@ -5,6 +5,7 @@ SUBDIR += 3270font SUBDIR += Hasklig + SUBDIR += agave SUBDIR += alef SUBDIR += alegreya SUBDIR += alegreya-sans Added: head/x11-fonts/agave/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/agave/Makefile Mon Jan 18 21:21:21 2021 (r561971) @@ -0,0 +1,29 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= agave +PORTVERSION= 37 +DISTVERSIONPREFIX= v +CATEGORIES= x11-fonts + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= TrueType monospaced font designed for X environments + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/../LICENSE + +BUILD_DEPENDS= fontforge:print/fontforge \ + ttfautohint:print/ttfautohint + +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= blobject +NO_ARCH= yes + +WRKSRC_SUBDIR= src + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} + +.include Added: head/x11-fonts/agave/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/agave/distinfo Mon Jan 18 21:21:21 2021 (r561971) @@ -0,0 +1,3 @@ +TIMESTAMP = 1610979627 +SHA256 (blobject-agave-v37_GH0.tar.gz) = 12af3b8cb7d645f7aa60b8680d1eae95f409affef921aac15ff3e05906e9e9d3 +SIZE (blobject-agave-v37_GH0.tar.gz) = 1651434 Added: head/x11-fonts/agave/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/agave/files/patch-Makefile Mon Jan 18 21:21:21 2021 (r561971) @@ -0,0 +1,5 @@ +--- Makefile.orig 2021-01-18 14:49:17 UTC ++++ Makefile +@@ -0,0 +1,2 @@ ++all: ++ -sh ./build Added: head/x11-fonts/agave/files/patch-build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/agave/files/patch-build Mon Jan 18 21:21:21 2021 (r561971) @@ -0,0 +1,11 @@ +--- build.orig 2021-01-18 21:14:37 UTC ++++ build +@@ -0,0 +1,8 @@ ++#!/bin/sh ++ ++for a in *.sfd; do ++ fontfile=$(basename $a .sfd) ++ fontforge -lang=ff -c 'Open($1); Generate($2)' ${fontfile}.sfd ${fontfile}.ttf ++ ttfautohint -v -t ${fontfile}.ttf ${fontfile}-autohinted.ttf ++ mv ${fontfile}-autohinted.ttf ${fontfile}.ttf ++done Added: head/x11-fonts/agave/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/agave/pkg-descr Mon Jan 18 21:21:21 2021 (r561971) @@ -0,0 +1,16 @@ +Agave was an attempt at making a small, monospaced, outline font that would be +geometrically regular and simple. The endeavor was motivated by a deep adoration +of old-school console bitmap fonts, of Consolas, of Pragmata Pro, as well as a +novice's curiosity for typographical design. + +When it came to establishing a "simple" design scheme, the natural inclination +was to separate the glyph design concerns into that of "frame" and "trait". By +frame, we refer to the naive geometric extent of a glyph and its parts. And by +trait, we mean, for example, the "way" in which a stroke curves, or the +relationship between one part of a glyph and another. + +Adhering to personal tastes, bone-deep laziness, and the quirky spirit of old +computer terminal fonts, the delineations of frame and trait amounted to two +mathematical patterns: the power of two and the golden ratio. + +WWW: https://b.agaric.net/page/agave Added: head/x11-fonts/agave/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/agave/pkg-plist Mon Jan 18 21:21:21 2021 (r561971) @@ -0,0 +1,4 @@ +%%FONTSDIR%%/agave-b.ttf +%%FONTSDIR%%/agave-i.ttf +%%FONTSDIR%%/agave-r.ttf +%%FONTSDIR%%/agave-z.ttf