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

Collapse All | Expand All

(-)x11-fonts/open-sans/Makefile (+27 lines)
Line 0 Link Here
1
# Created by: Florian Limberger <flo@snakeoilproductions.net>
2
# $FreeBSD$
3
4
PORTNAME=	open-sans
5
PORTVERSION=	20180831
6
CATEGORIES=	x11-fonts
7
MASTER_SITES=	https://www.opensans.com/download/
8
DISTFILES=	${PORTNAME}.zip ${PORTNAME}-condensed.zip
9
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
10
11
MAINTAINER=	flo@snakeoilproductions.net
12
COMMENT=	Open Sans, the only font you’ll ever need
13
14
LICENSE=	APACHE20
15
LICENSE_FILE=	${WRKSRC}/Apache\ License.txt
16
17
USES=		fonts zip
18
19
NO_ARCH=	yes
20
NO_BUILD=	yes
21
NO_WRKSUBDIR=	yes
22
23
do-install:
24
	${MKDIR} ${STAGEDIR}${FONTSDIR}
25
	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
26
27
.include <bsd.port.mk>
(-)x11-fonts/open-sans/distinfo (+5 lines)
Line 0 Link Here
1
TIMESTAMP = 1535741654
2
SHA256 (open-sans-20180831/open-sans.zip) = 36bf1f3d470840208e0e617a6bad793111c7f535cd4339e07618aaf4c179fd0c
3
SIZE (open-sans-20180831/open-sans.zip) = 1168214
4
SHA256 (open-sans-20180831/open-sans-condensed.zip) = ba2f7d5406004efbd425b6fdf68b5e432f6ec621c3333ef2dd1e5d2894918848
5
SIZE (open-sans-20180831/open-sans-condensed.zip) = 358688
(-)x11-fonts/open-sans/pkg-descr (+5 lines)
Line 0 Link Here
1
Open Sans is a clean and modern sans-serif typeface designed by Steve Matteson
2
and commissioned by Google. It is especially designed for legibility across
3
print, web, and mobile interfaces.
4
5
WWW: https://www.opensans.com
(-)x11-fonts/open-sans/pkg-plist (+13 lines)
Line 0 Link Here
1
%%FONTSDIR%%/OpenSans-Bold.ttf
2
%%FONTSDIR%%/OpenSans-BoldItalic.ttf
3
%%FONTSDIR%%/OpenSans-CondBold.ttf
4
%%FONTSDIR%%/OpenSans-CondLight.ttf
5
%%FONTSDIR%%/OpenSans-CondLightItalic.ttf
6
%%FONTSDIR%%/OpenSans-ExtraBold.ttf
7
%%FONTSDIR%%/OpenSans-ExtraBoldItalic.ttf
8
%%FONTSDIR%%/OpenSans-Italic.ttf
9
%%FONTSDIR%%/OpenSans-Light.ttf
10
%%FONTSDIR%%/OpenSans-LightItalic.ttf
11
%%FONTSDIR%%/OpenSans-Regular.ttf
12
%%FONTSDIR%%/OpenSans-Semibold.ttf
13
%%FONTSDIR%%/OpenSans-SemiboldItalic.ttf

Return to bug 231311