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

Collapse All | Expand All

(-)croscorefonts-fonts-ttf/Makefile (-5 / +12 lines)
Lines 6-19 Link Here
6
CATEGORIES=	x11-fonts
6
CATEGORIES=	x11-fonts
7
MASTER_SITES=	http://gsdview.appspot.com/chromeos-localmirror/distfiles/ \
7
MASTER_SITES=	http://gsdview.appspot.com/chromeos-localmirror/distfiles/ \
8
		LOCAL/sunpoet
8
		LOCAL/sunpoet
9
9
DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.gz	\
10
		${EXTRAFNT_CALADEA}.tar.gz  	\
11
		${EXTRAFNT_CARLITO}.tar.gz
12
		
10
MAINTAINER=	office@FreeBSD.org
13
MAINTAINER=	office@FreeBSD.org
11
COMMENT=	Fonts created from by Google for ChromeOS to replace MS TTF
14
COMMENT=	Fonts created from by Google for ChromeOS to replace MS TTF
12
15
13
#LICENSE=	OFL
16
#LICENSE=	AL2	# Except Carlito
14
#LICENSE_NAME=	SIL OPEN FONT LICENSE Version 1.1
15
#LICENSE_FILE=	${WRKSRC}/LICENSE
16
#LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
17
17
18
BUILD_DEPENDS=	mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
18
BUILD_DEPENDS=	mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
19
		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
19
		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
Lines 35-40 Link Here
35
MKFONTSCL_CMD=	${LOCALBASE}/bin/mkfontscale
35
MKFONTSCL_CMD=	${LOCALBASE}/bin/mkfontscale
36
MKFONTDIR_CMD=	${LOCALBASE}/bin/mkfontdir
36
MKFONTDIR_CMD=	${LOCALBASE}/bin/mkfontdir
37
37
38
EXTRAFNT_CALADEA=	crosextrafonts-20130214	
39
EXTRAFNT_CARLITO=	crosextrafonts-carlito-20130920
40
41
post-extract:
42
	@${MV} ${WRKDIR}/${EXTRAFNT_CALADEA}/*.ttf ${WRKSRC}
43
	@${MV} ${WRKDIR}/${EXTRAFNT_CARLITO}/*.ttf ${WRKSRC}
44
	
38
do-build:
45
do-build:
39
	cd ${WRKSRC} && ${MKFONTSCL_CMD}
46
	cd ${WRKSRC} && ${MKFONTSCL_CMD}
40
	${REINPLACE_CMD} -e 's|-misc-|-google-|' ${WRKSRC}/fonts.scale
47
	${REINPLACE_CMD} -e 's|-misc-|-google-|' ${WRKSRC}/fonts.scale
(-)croscorefonts-fonts-ttf/distinfo (+4 lines)
Lines 1-2 Link Here
1
SHA256 (croscorefonts-1.23.0.tar.gz) = b469b5457b093a9d8878ef6ff6868f54e258441b88983b1866f64c8995584b4c
1
SHA256 (croscorefonts-1.23.0.tar.gz) = b469b5457b093a9d8878ef6ff6868f54e258441b88983b1866f64c8995584b4c
2
SIZE (croscorefonts-1.23.0.tar.gz) = 2696327
2
SIZE (croscorefonts-1.23.0.tar.gz) = 2696327
3
SHA256 (crosextrafonts-20130214.tar.gz) = c48d1c2fd613c9c06c959c34da7b8388059e2408d2bb19845dc3ed35f76e4d09
4
SIZE (crosextrafonts-20130214.tar.gz) = 112756
5
SHA256 (crosextrafonts-carlito-20130920.tar.gz) = 4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a
6
SIZE (crosextrafonts-carlito-20130920.tar.gz) = 1169488
(-)croscorefonts-fonts-ttf/pkg-descr (-4 / +7 lines)
Lines 1-8 Link Here
1
Google has created a set of fonts for its ChromeOS Operating system.
1
Google has created a set of fonts for its ChromeOS Operating system.
2
2
3
The three standard ones closely mimic the most popular ones for the Windows
3
The three standard ones closely mimic the most popular ones for the Windows
4
platform and the linuxso-called Liberation fonts but are available under an
4
platform and the linux so-called Liberation fonts but are available under an
5
OpenFont license.
5
Apache V2 license.
6
6
7
Tinos, Arimo and Cousine, appear to be variations of the old standard Times,
7
Tinos, Arimo and Cousine, appear to be metric compatible variations of the
8
Arial and Courier.
8
standard Times, Arial and Courier fonts.
9
10
Caladea (ALv2) is metric-compatible with Cambria.
11
Carlito (OFL) is metric-compatible with Calibri.

Return to bug 182862