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 | |
parent | 6a681ed589166d00401b51473911378621150ba1 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-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 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 42779c6e20d1..00a07bba6d8f 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -214,6 +214,7 @@ SUBDIR += sourcesanspro-ttf SUBDIR += sourceserifpro-ttf SUBDIR += spleen + SUBDIR += steps-mono SUBDIR += stix-fonts SUBDIR += sudo-font SUBDIR += suxus 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 |