mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
New port: x11-fonts/montserrat.
The old posters and signs in the traditional neighborhood of Buenos Aires called Montserrat inspired the design of a typeface that rescues the beauty of urban typography from the first half of the twentieth century. The goal is to rescue what is in Montserrat and set it free, under a free, libre and open source license, the SIL Open Font License. WWW: https://github.com/JulietaUla/Montserrat/
This commit is contained in:
parent
44f9126b26
commit
0f99103129
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417967
@ -137,6 +137,7 @@
|
||||
SUBDIR += mkitalic
|
||||
SUBDIR += mondulkiri
|
||||
SUBDIR += montecarlo_fonts
|
||||
SUBDIR += montserrat
|
||||
SUBDIR += moveable-type-fonts
|
||||
SUBDIR += nexfontsel
|
||||
SUBDIR += noto
|
||||
|
27
x11-fonts/montserrat/Makefile
Normal file
27
x11-fonts/montserrat/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= montserrat
|
||||
PORTVERSION= 3.100
|
||||
CATEGORIES= x11-fonts
|
||||
|
||||
MAINTAINER= rakuco@FreeBSD.org
|
||||
COMMENT= Sans-serif font inspired by the street signs of Montserrat
|
||||
|
||||
LICENSE= OFL11
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USES= fonts
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= JulietaUla
|
||||
GH_PROJECT= Montserrat
|
||||
GH_TAGNAME= 59350832
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
cd ${WRKSRC}/otf && \
|
||||
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-fonts/montserrat/distinfo
Normal file
3
x11-fonts/montserrat/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1467104494
|
||||
SHA256 (JulietaUla-Montserrat-3.100-59350832_GH0.tar.gz) = d2fc00b1b6e5186f529683539e011931c5923523fba47a6d931352fd9f738411
|
||||
SIZE (JulietaUla-Montserrat-3.100-59350832_GH0.tar.gz) = 1859293
|
7
x11-fonts/montserrat/pkg-descr
Normal file
7
x11-fonts/montserrat/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
The old posters and signs in the traditional neighborhood of Buenos Aires
|
||||
called Montserrat inspired the design of a typeface that rescues the beauty of
|
||||
urban typography from the first half of the twentieth century. The goal is to
|
||||
rescue what is in Montserrat and set it free, under a free, libre and open
|
||||
source license, the SIL Open Font License.
|
||||
|
||||
WWW: https://github.com/JulietaUla/Montserrat/
|
18
x11-fonts/montserrat/pkg-plist
Normal file
18
x11-fonts/montserrat/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
%%FONTSDIR%%/Montserrat-Black.otf
|
||||
%%FONTSDIR%%/Montserrat-Bold.otf
|
||||
%%FONTSDIR%%/Montserrat-ExtraBold.otf
|
||||
%%FONTSDIR%%/Montserrat-Light.otf
|
||||
%%FONTSDIR%%/Montserrat-Medium.otf
|
||||
%%FONTSDIR%%/Montserrat-Regular.otf
|
||||
%%FONTSDIR%%/Montserrat-SemiBold.otf
|
||||
%%FONTSDIR%%/Montserrat-Thin.otf
|
||||
%%FONTSDIR%%/Montserrat-UltraLight.otf
|
||||
%%FONTSDIR%%/MontserratAlternates-Black.otf
|
||||
%%FONTSDIR%%/MontserratAlternates-Bold.otf
|
||||
%%FONTSDIR%%/MontserratAlternates-ExtraBold.otf
|
||||
%%FONTSDIR%%/MontserratAlternates-Light.otf
|
||||
%%FONTSDIR%%/MontserratAlternates-Medium.otf
|
||||
%%FONTSDIR%%/MontserratAlternates-Regular.otf
|
||||
%%FONTSDIR%%/MontserratAlternates-SemiBold.otf
|
||||
%%FONTSDIR%%/MontserratAlternates-Thin.otf
|
||||
%%FONTSDIR%%/MontserratAlternates-UltraLight.otf
|
Loading…
Reference in New Issue
Block a user