Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2019 19:15:31 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491378 - in head/x11-fonts: . lato
Message-ID:  <201901271915.x0RJFVWA091140@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jan 27 19:15:31 2019
New Revision: 491378
URL: https://svnweb.freebsd.org/changeset/ports/491378

Log:
  x11-fonts/lato: create port
  
  Lato is a sans-serif typeface family designed in the summer 2010 by Warsaw-
  based designer Lukasz Dziedzic ("Lato" means "Summer" in Polish). In December
  2010 the Lato family was published under the open-source Open Font License by
  his foundry tyPoland, with support from Google.
  
  WWW: http://www.latofonts.com
  
  PR:		231309
  Submitted by:	Florian Limberger <flo@snakeoilproductions.net>

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Jan 27 19:08:39 2019	(r491377)
+++ head/x11-fonts/Makefile	Sun Jan 27 19:15:31 2019	(r491378)
@@ -123,6 +123,7 @@
     SUBDIR += junicode
     SUBDIR += kaputa
     SUBDIR += khmeros
+    SUBDIR += lato
     SUBDIR += league-gothic
     SUBDIR += league-spartan
     SUBDIR += lfpfonts-fix

Added: head/x11-fonts/lato/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/lato/Makefile	Sun Jan 27 19:15:31 2019	(r491378)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	lato
+PORTVERSION=	g20180831
+CATEGORIES=	x11-fonts
+MASTER_SITES=	http://www.latofonts.com/download/
+DISTNAME=	Lato2OFL
+DIST_SUBDIR=	${PORTNAME}
+
+MAINTAINER=	flo@snakeoilproductions.net
+COMMENT=	Sans-serif type family
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/Lato2OFL/OFL.txt
+
+USES=		fonts zip
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/Lato2OFL/*.ttf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/lato/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/lato/distinfo	Sun Jan 27 19:15:31 2019	(r491378)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1548616317
+SHA256 (lato/Lato2OFL.zip) = 42b54e96c07e299d967fc3227c7bd63a20d6cfb1dc8fd6dae83628091e20a5b8
+SIZE (lato/Lato2OFL.zip) = 6102132

Added: head/x11-fonts/lato/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/lato/pkg-descr	Sun Jan 27 19:15:31 2019	(r491378)
@@ -0,0 +1,6 @@
+Lato is a sans-serif typeface family designed in the summer 2010 by Warsaw-
+based designer Lukasz Dziedzic ("Lato" means "Summer" in Polish). In December
+2010 the Lato family was published under the open-source Open Font License by
+his foundry tyPoland, with support from Google.
+
+WWW: http://www.latofonts.com

Added: head/x11-fonts/lato/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/lato/pkg-plist	Sun Jan 27 19:15:31 2019	(r491378)
@@ -0,0 +1,18 @@
+%%FONTSDIR%%/Lato-Black.ttf
+%%FONTSDIR%%/Lato-BlackItalic.ttf
+%%FONTSDIR%%/Lato-Bold.ttf
+%%FONTSDIR%%/Lato-BoldItalic.ttf
+%%FONTSDIR%%/Lato-Hairline.ttf
+%%FONTSDIR%%/Lato-HairlineItalic.ttf
+%%FONTSDIR%%/Lato-Heavy.ttf
+%%FONTSDIR%%/Lato-HeavyItalic.ttf
+%%FONTSDIR%%/Lato-Italic.ttf
+%%FONTSDIR%%/Lato-Light.ttf
+%%FONTSDIR%%/Lato-LightItalic.ttf
+%%FONTSDIR%%/Lato-Medium.ttf
+%%FONTSDIR%%/Lato-MediumItalic.ttf
+%%FONTSDIR%%/Lato-Regular.ttf
+%%FONTSDIR%%/Lato-Semibold.ttf
+%%FONTSDIR%%/Lato-SemiboldItalic.ttf
+%%FONTSDIR%%/Lato-Thin.ttf
+%%FONTSDIR%%/Lato-ThinItalic.ttf



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