diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-04-19 15:28:54 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-04-19 15:28:54 +0000 |
commit | 27d511df2f0b3b46abfa5c5bad5dd16c1eafdf65 (patch) | |
tree | 1c5bc430c18c6a9cdece0a8678fa34c078eda556 /x11-fonts | |
parent | f8f8a36e2581539db184e3f2643efdaad6ce4027 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/mourier/Makefile | 29 | ||||
-rw-r--r-- | x11-fonts/mourier/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/mourier/pkg-descr | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 00a07bba6d8f..100b8f6ac6f5 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -160,6 +160,7 @@ SUBDIR += monoid SUBDIR += montecarlo_fonts SUBDIR += montserrat + SUBDIR += mourier SUBDIR += moveable-type-fonts SUBDIR += nerd-fonts SUBDIR += nexfontsel diff --git a/x11-fonts/mourier/Makefile b/x11-fonts/mourier/Makefile new file mode 100644 index 000000000000..1080c3da7a0d --- /dev/null +++ b/x11-fonts/mourier/Makefile @@ -0,0 +1,29 @@ +# Created by: Mateusz Piotrowski <0mp@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mourier +DISTVERSION= g20170925 +CATEGORIES= x11-fonts + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Alphabet of geometric symbols based on 7x7 units + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= velvetyne +GH_PROJECT= Mourier +GH_TAGNAME= 344849db8495978f01d28cc9230f82a1628da7fe + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= ${FONTSDIR}/Mourier.otf + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/fonts/Mourier.otf ${STAGEDIR}${FONTSDIR} + +.include <bsd.port.mk> diff --git a/x11-fonts/mourier/distinfo b/x11-fonts/mourier/distinfo new file mode 100644 index 000000000000..7b281c0e85a0 --- /dev/null +++ b/x11-fonts/mourier/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1587309329 +SHA256 (velvetyne-Mourier-g20170925-344849db8495978f01d28cc9230f82a1628da7fe_GH0.tar.gz) = 19b787164d1035d580350e43956b66f0c62e460c0ce0166e392364cf6563cc37 +SIZE (velvetyne-Mourier-g20170925-344849db8495978f01d28cc9230f82a1628da7fe_GH0.tar.gz) = 65391 diff --git a/x11-fonts/mourier/pkg-descr b/x11-fonts/mourier/pkg-descr new file mode 100644 index 000000000000..6df5e230a51c --- /dev/null +++ b/x11-fonts/mourier/pkg-descr @@ -0,0 +1,4 @@ +Geometric alphabet created in 1970 by Danish graphic designer Eric Mourier. +The font is based on a square of 7 x 7 units and made of unclosed lines. + +WWW: https://velvetyne.fr/fonts/mourier/ |