Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jul 2016 11:29:57 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417967 - in head/x11-fonts: . montserrat
Message-ID:  <201607031129.u63BTvhZ021886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Jul  3 11:29:57 2016
New Revision: 417967
URL: https://svnweb.freebsd.org/changeset/ports/417967

Log:
  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/

Added:
  head/x11-fonts/montserrat/
  head/x11-fonts/montserrat/Makefile   (contents, props changed)
  head/x11-fonts/montserrat/distinfo   (contents, props changed)
  head/x11-fonts/montserrat/pkg-descr   (contents, props changed)
  head/x11-fonts/montserrat/pkg-plist   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Jul  3 11:04:21 2016	(r417966)
+++ head/x11-fonts/Makefile	Sun Jul  3 11:29:57 2016	(r417967)
@@ -137,6 +137,7 @@
     SUBDIR += mkitalic
     SUBDIR += mondulkiri
     SUBDIR += montecarlo_fonts
+    SUBDIR += montserrat
     SUBDIR += moveable-type-fonts
     SUBDIR += nexfontsel
     SUBDIR += noto

Added: head/x11-fonts/montserrat/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/montserrat/Makefile	Sun Jul  3 11:29:57 2016	(r417967)
@@ -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>

Added: head/x11-fonts/montserrat/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/montserrat/distinfo	Sun Jul  3 11:29:57 2016	(r417967)
@@ -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

Added: head/x11-fonts/montserrat/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/montserrat/pkg-descr	Sun Jul  3 11:29:57 2016	(r417967)
@@ -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/

Added: head/x11-fonts/montserrat/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/montserrat/pkg-plist	Sun Jul  3 11:29:57 2016	(r417967)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607031129.u63BTvhZ021886>