View | Details | Raw Unified | Return to bug 283471
Collapse All | Expand All

(-)b/x11-fonts/roboto-fonts-ttf/Makefile (-10 / +10 lines)
Lines 1-34 Link Here
1
PORTNAME=	roboto-fonts-ttf
1
PORTNAME=	roboto-fonts-ttf
2
PORTVERSION=	2.134
3
PORTREVISION=	1
4
DISTVERSIONPREFIX=v
2
DISTVERSIONPREFIX=v
3
DISTVERSION=	2.138
5
PORTEPOCH=	1
4
PORTEPOCH=	1
6
CATEGORIES=	x11-fonts
5
CATEGORIES=	x11-fonts
7
6
8
MAINTAINER=	wulf@cicgroup.ru
7
MAINTAINER=	wulf@cicgroup.ru
9
COMMENT=	Roboto typeface family
8
COMMENT=	The Roboto family of fonts
10
WWW=		https://developer.android.com/design/style/typography.html
9
WWW=		https://fonts.google.com/specimen/Roboto/
10
		https://github.com/googlefonts/roboto-2/
11
11
12
LICENSE=	APACHE20
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
NO_ARCH=	yes
16
NO_BUILD=	yes
17
USES=		fonts
15
USES=		fonts
18
19
USE_GITHUB=	yes
16
USE_GITHUB=	yes
20
GH_ACCOUNT=	google
17
GH_ACCOUNT=	googlefonts
21
GH_PROJECT=	roboto
18
GH_PROJECT=	roboto-2
22
19
20
NO_ARCH=	yes
21
NO_BUILD=	yes
23
SUB_FILES=	pkg-message
22
SUB_FILES=	pkg-message
24
23
25
PLIST_SUB=	FCDIR=${FCDIR} FCDIR_LINKS=${FCDIR_LINKS}
24
PLIST_SUB=	FCDIR=${FCDIR} FCDIR_LINKS=${FCDIR_LINKS}
25
26
FCDIR?=		etc/fonts/conf.avail
26
FCDIR?=		etc/fonts/conf.avail
27
FCDIR_LINKS=	${FCDIR:S|conf.avail|conf.d|}
27
FCDIR_LINKS=	${FCDIR:S|conf.avail|conf.d|}
28
28
29
do-install:
29
do-install:
30
	${MKDIR} ${STAGEDIR}${FONTSDIR}
30
	${MKDIR} ${STAGEDIR}${FONTSDIR}
31
	${INSTALL_DATA} ${WRKSRC}/hinted/*.ttf ${STAGEDIR}${FONTSDIR}
31
	${INSTALL_DATA} ${WRKSRC}/src/hinted/*.ttf ${STAGEDIR}${FONTSDIR}
32
	${MKDIR} ${STAGEDIR}${PREFIX}/${FCDIR}/ ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/
32
	${MKDIR} ${STAGEDIR}${PREFIX}/${FCDIR}/ ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/
33
	${INSTALL_DATA} ${FILESDIR}/*.conf ${STAGEDIR}${PREFIX}/${FCDIR}/
33
	${INSTALL_DATA} ${FILESDIR}/*.conf ${STAGEDIR}${PREFIX}/${FCDIR}/
34
	cd ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/ && ${LN} -fs ../conf.avail/*.conf .
34
	cd ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/ && ${LN} -fs ../conf.avail/*.conf .
(-)b/x11-fonts/roboto-fonts-ttf/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1476726519
1
TIMESTAMP = 1734788424
2
SHA256 (google-roboto-v2.134_GH0.tar.gz) = 01f998e9e904d3c57ad363b6337f078fdac647fa5971b6159ad0d100a4e1edb1
2
SHA256 (googlefonts-roboto-2-v2.138_GH0.tar.gz) = 299dbc4ea5d57e56c87742c099b944f4274b94815f34a734918630a75eb85d55
3
SIZE (google-roboto-v2.134_GH0.tar.gz) = 6288240
3
SIZE (googlefonts-roboto-2-v2.138_GH0.tar.gz) = 6290146
(-)b/x11-fonts/roboto-fonts-ttf/pkg-descr (-1 / +12 lines)
Lines 2-4 Roboto is a sans serif typeface family designed to be modern yet Link Here
2
emotional. It was introduced as the font used for Android 4.0 "Ice
2
emotional. It was introduced as the font used for Android 4.0 "Ice
3
Cream Sandwich". This typeface is designed for high resolution mobile
3
Cream Sandwich". This typeface is designed for high resolution mobile
4
devices so it includes several typefaces for text in different sizes.
4
devices so it includes several typefaces for text in different sizes.
5
- 
5
6
Roboto is Google’s signature family of fonts, the default font on Android and
7
Chrome OS, and the recommended font for Google’s visual language, Material
8
Design.
9
10
It also contains the toolchain used in creating Roboto.
11
12
The font family supports all Latin, Cyrillic, and Greek characters in Unicode
13
7.0, as well as the currency symbol for the Georgian lari, to be published in
14
Unicode 8.0.
15
16
The fonts are currently available in eighteen different styles.

Return to bug 283471