New port: x11-fonts/mourier
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/
This commit is contained in:
parent
f8f8a36e25
commit
27d511df2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532125
4 changed files with 37 additions and 0 deletions
|
@ -160,6 +160,7 @@
|
|||
SUBDIR += monoid
|
||||
SUBDIR += montecarlo_fonts
|
||||
SUBDIR += montserrat
|
||||
SUBDIR += mourier
|
||||
SUBDIR += moveable-type-fonts
|
||||
SUBDIR += nerd-fonts
|
||||
SUBDIR += nexfontsel
|
||||
|
|
29
x11-fonts/mourier/Makefile
Normal file
29
x11-fonts/mourier/Makefile
Normal file
|
@ -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>
|
3
x11-fonts/mourier/distinfo
Normal file
3
x11-fonts/mourier/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1587309329
|
||||
SHA256 (velvetyne-Mourier-g20170925-344849db8495978f01d28cc9230f82a1628da7fe_GH0.tar.gz) = 19b787164d1035d580350e43956b66f0c62e460c0ce0166e392364cf6563cc37
|
||||
SIZE (velvetyne-Mourier-g20170925-344849db8495978f01d28cc9230f82a1628da7fe_GH0.tar.gz) = 65391
|
4
x11-fonts/mourier/pkg-descr
Normal file
4
x11-fonts/mourier/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue