View | Details | Raw Unified | Return to bug 231309 | Differences between
and this patch

Collapse All | Expand All

(-)x11-fonts/lato/Makefile (+25 lines)
Line 0 Link Here
1
PORTNAME=	lato
2
PORTVERSION=	20180831
3
CATEGORIES=	x11-fonts
4
MASTER_SITES=	http://www.latofonts.com/download/
5
DISTNAME=	Lato2OFL
6
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
7
8
MAINTAINER=	flo@snakeoilproductions.net
9
COMMENT=	Sans-serif type family
10
11
LICENSE=	OFL11
12
LICENSE_FILE=	${WRKSRC}/Lato2OFL/OFL.txt
13
14
USES=		fonts zip
15
NO_ARCH=	yes
16
NO_BUILD=	yes
17
NO_WRKSUBDIR=	yes
18
19
do-install:
20
	${MKDIR} ${STAGEDIR}${DOCSDIR}
21
	cd ${WRKSRC} && ${INSTALL_DATA} Lato2OFL/README.txt ${STAGEDIR}${DOCSDIR}
22
	${MKDIR} ${STAGEDIR}${FONTSDIR}
23
	cd ${WRKSRC} && ${INSTALL_DATA} Lato2OFL/*.ttf ${STAGEDIR}${FONTSDIR}
24
25
.include <bsd.port.mk>
(-)x11-fonts/lato/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1535742887
2
SHA256 (lato-20180831/Lato2OFL.zip) = 42b54e96c07e299d967fc3227c7bd63a20d6cfb1dc8fd6dae83628091e20a5b8
3
SIZE (lato-20180831/Lato2OFL.zip) = 6102132
(-)x11-fonts/lato/pkg-descr (+6 lines)
Line 0 Link Here
1
Lato is a sans-serif typeface family designed in the summer 2010 by Warsaw-based
2
designer Łukasz Dziedzic (“Lato” means “Summer” in Polish). In December 2010 the
3
Lato family was published under the open-source Open Font License by his foundry
4
tyPoland, with support from Google.
5
6
WWW: http://www.latofonts.com
(-)x11-fonts/lato/pkg-plist (+19 lines)
Line 0 Link Here
1
%%DOCSDIR%%/README.txt
2
%%FONTSDIR%%/Lato-Black.ttf
3
%%FONTSDIR%%/Lato-BlackItalic.ttf
4
%%FONTSDIR%%/Lato-Bold.ttf
5
%%FONTSDIR%%/Lato-BoldItalic.ttf
6
%%FONTSDIR%%/Lato-Hairline.ttf
7
%%FONTSDIR%%/Lato-HairlineItalic.ttf
8
%%FONTSDIR%%/Lato-Heavy.ttf
9
%%FONTSDIR%%/Lato-HeavyItalic.ttf
10
%%FONTSDIR%%/Lato-Italic.ttf
11
%%FONTSDIR%%/Lato-Light.ttf
12
%%FONTSDIR%%/Lato-LightItalic.ttf
13
%%FONTSDIR%%/Lato-Medium.ttf
14
%%FONTSDIR%%/Lato-MediumItalic.ttf
15
%%FONTSDIR%%/Lato-Regular.ttf
16
%%FONTSDIR%%/Lato-Semibold.ttf
17
%%FONTSDIR%%/Lato-SemiboldItalic.ttf
18
%%FONTSDIR%%/Lato-Thin.ttf
19
%%FONTSDIR%%/Lato-ThinItalic.ttf

Return to bug 231309