diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-04-19 15:07:31 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-04-19 15:07:31 +0000 |
commit | edfedf4e20b2dcf105e1ce5f0ad4e306711c23bb (patch) | |
tree | 97f257f025b74b099d2445efdf06407032fb5d81 /x11-fonts/steps-mono | |
parent | - Update to 1.98-1.2 (diff) |
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
Notes
Notes:
svn path=/head/; revision=532119
Diffstat (limited to 'x11-fonts/steps-mono')
-rw-r--r-- | x11-fonts/steps-mono/Makefile | 29 | ||||
-rw-r--r-- | x11-fonts/steps-mono/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/steps-mono/pkg-descr | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/x11-fonts/steps-mono/Makefile b/x11-fonts/steps-mono/Makefile new file mode 100644 index 000000000000..5180f217d49a --- /dev/null +++ b/x11-fonts/steps-mono/Makefile @@ -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> diff --git a/x11-fonts/steps-mono/distinfo b/x11-fonts/steps-mono/distinfo new file mode 100644 index 000000000000..96444c0286c4 --- /dev/null +++ b/x11-fonts/steps-mono/distinfo @@ -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 diff --git a/x11-fonts/steps-mono/pkg-descr b/x11-fonts/steps-mono/pkg-descr new file mode 100644 index 000000000000..c37d201e7d03 --- /dev/null +++ b/x11-fonts/steps-mono/pkg-descr @@ -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 |