diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-07-03 11:29:57 +0000 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-07-03 11:29:57 +0000 |
commit | b61046452bf4b99b203b0992e6b12c47111b3bbe (patch) | |
tree | 93a07ad08d4ccf98ee693952a8e3c0a97a73ec12 | |
parent | 098224bc4f53efef3c4fa46b0197ca6f65932e3a (diff) | |
download | FreeBSD-ports-b61046452bf4b99b203b0992e6b12c47111b3bbe.zip FreeBSD-ports-b61046452bf4b99b203b0992e6b12c47111b3bbe.tar.gz |
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/
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/montserrat/Makefile | 27 | ||||
-rw-r--r-- | x11-fonts/montserrat/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/montserrat/pkg-descr | 7 | ||||
-rw-r--r-- | x11-fonts/montserrat/pkg-plist | 18 |
5 files changed, 56 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 6376da7..42802c0 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -137,6 +137,7 @@ SUBDIR += mkitalic SUBDIR += mondulkiri SUBDIR += montecarlo_fonts + SUBDIR += montserrat SUBDIR += moveable-type-fonts SUBDIR += nexfontsel SUBDIR += noto diff --git a/x11-fonts/montserrat/Makefile b/x11-fonts/montserrat/Makefile new file mode 100644 index 0000000..03c960d --- /dev/null +++ b/x11-fonts/montserrat/Makefile @@ -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> diff --git a/x11-fonts/montserrat/distinfo b/x11-fonts/montserrat/distinfo new file mode 100644 index 0000000..a090e98 --- /dev/null +++ b/x11-fonts/montserrat/distinfo @@ -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 diff --git a/x11-fonts/montserrat/pkg-descr b/x11-fonts/montserrat/pkg-descr new file mode 100644 index 0000000..9ee9d75 --- /dev/null +++ b/x11-fonts/montserrat/pkg-descr @@ -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/ diff --git a/x11-fonts/montserrat/pkg-plist b/x11-fonts/montserrat/pkg-plist new file mode 100644 index 0000000..959c414 --- /dev/null +++ b/x11-fonts/montserrat/pkg-plist @@ -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 |