Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2020 15:07:31 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532119 - in head/x11-fonts: . steps-mono
Message-ID:  <202004191507.03JF7VMU029435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Sun Apr 19 15:07:31 2020
New Revision: 532119
URL: https://svnweb.freebsd.org/changeset/ports/532119

Log:
  New port: x11-fonts/steps-mono
  
  Steps Mono was created by Raphael Bastide and Jean-Baptiste Morizot
  for the French magazine Etapes: to demonstrate a collaborative design
  on the same font.
  
  WWW: https://raphaelbastide.com/steps-mono

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Apr 19 14:42:07 2020	(r532118)
+++ head/x11-fonts/Makefile	Sun Apr 19 15:07:31 2020	(r532119)
@@ -214,6 +214,7 @@
     SUBDIR += sourcesanspro-ttf
     SUBDIR += sourceserifpro-ttf
     SUBDIR += spleen
+    SUBDIR += steps-mono
     SUBDIR += stix-fonts
     SUBDIR += sudo-font
     SUBDIR += suxus

Added: head/x11-fonts/steps-mono/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/steps-mono/Makefile	Sun Apr 19 15:07:31 2020	(r532119)
@@ -0,0 +1,29 @@
+# Created by: Mateusz Piotrowski <0mp@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	steps-mono
+DISTVERSION=	0.3-29
+DISTVERSIONSUFFIX=	-gc090a79
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	0mp@FreeBSD.org
+COMMENT=	Monospace font created for the French magazine Etapes
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		fonts
+USE_GITHUB=	yes
+GH_ACCOUNT=	raphaelbastide
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+PLIST_FILES=	${FONTSDIR}/Steps-Mono-Thin.otf \
+		${FONTSDIR}/Steps-Mono.otf
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/fonts/*.otf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/steps-mono/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/steps-mono/distinfo	Sun Apr 19 15:07:31 2020	(r532119)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587308364
+SHA256 (raphaelbastide-steps-mono-0.3-29-gc090a79_GH0.tar.gz) = e34908ac0e1ac73df715b828c9992b9ba7fc332940b3790312f7204b9aeff4c9
+SIZE (raphaelbastide-steps-mono-0.3-29-gc090a79_GH0.tar.gz) = 4120054

Added: head/x11-fonts/steps-mono/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/steps-mono/pkg-descr	Sun Apr 19 15:07:31 2020	(r532119)
@@ -0,0 +1,5 @@
+Steps Mono was created by Raphael Bastide and Jean-Baptiste Morizot
+for the French magazine Etapes: to demonstrate a collaborative design
+on the same font.
+
+WWW: https://raphaelbastide.com/steps-mono



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