Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2021 21:21:22 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
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
Message-ID:  <202101182121.10ILLMGM012012@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ehaupt@FreeBSD.org>
+# $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 <bsd.port.mk>

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



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