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

(-)/usr/home/twschulz/projects/FreeBSD-my-ports/fira/Makefile (-8 / +9 lines)
Lines 2-22 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	fira
4
PORTNAME=	fira
5
PORTVERSION=	4.203
5
PORTVERSION=	4.301
6
CATEGORIES=	x11-fonts
6
CATEGORIES=	x11-fonts
7
MASTER_SITES=	https://carrois.com/downloads/Fira/
8
DISTFILES=	Fira_Code_3_2.zip Fira_Mono_3_2.zip Fira_Sans_4_2.zip
9
7
10
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	trueos@norwegianrockcat.com
11
COMMENT=	Sans-serif and monospaced typeface for small screens
9
COMMENT=	Sans-serif, monospaced, and code typeface for small screens
12
10
13
LICENSE=	OFL11
11
LICENSE=	OFL11
14
12
15
USES=		fonts zip
13
USES=		fonts
16
USE_XORG=	x11
14
USE_XORG=	x11
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	bBoxType
17
GH_PROJECT=	FiraSans
18
GH_TAGNAME=	f54eeb3
17
NO_ARCH=	yes
19
NO_ARCH=	yes
18
NO_BUILD=	yes
20
NO_BUILD=	yes
19
NO_WRKSUBDIR=	yes
20
21
21
SUB_FILES=	pkg-message
22
SUB_FILES=	pkg-message
22
23
Lines 32-38 Link Here
32
do-install-DOCS-on:
33
do-install-DOCS-on:
33
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
34
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
34
	${INSTALL_DATA} ${WRKSRC}/Fira*/PDF/*.pdf ${STAGEDIR}${DOCSDIR}
35
	${INSTALL_DATA} ${WRKSRC}/Fira*/PDF/*.pdf ${STAGEDIR}${DOCSDIR}
35
	${INSTALL_DATA} ${WRKSRC}/Fira_Sans_4_2/Fira_4_2_Version_Log.rtf \
36
	${INSTALL_DATA} ${WRKSRC}/Fira_Sans_4_3/Fira_4_3_Change_Log.rtf \
36
		${STAGEDIR}${DOCSDIR}
37
		${STAGEDIR}${DOCSDIR}
37
38
38
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)/usr/home/twschulz/projects/FreeBSD-my-ports/fira/distinfo (-7 / +3 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1477043341
1
TIMESTAMP = 1527017214
2
SHA256 (Fira_Code_3_2.zip) = e47568e160259a2b3d449e20fc9ac16207f28958c88d53896d59a1f232bb1d9a
2
SHA256 (bBoxType-FiraSans-4.301-f54eeb3_GH0.tar.gz) = 312d682ccb2a76371d4f1292dec010a47129f69d55e7dea147b9645c76e35081
3
SIZE (Fira_Code_3_2.zip) = 1570417
3
SIZE (bBoxType-FiraSans-4.301-f54eeb3_GH0.tar.gz) = 103888865
4
SHA256 (Fira_Mono_3_2.zip) = 77b83feda1f1c5b8e8da07498aff6fa0f9d2d16bbfa2095dd7e7696c887c6128
5
SIZE (Fira_Mono_3_2.zip) = 3543940
6
SHA256 (Fira_Sans_4_2.zip) = e0b60ccaabf20481b145bd81286056d13ab705385b181ee80d3287e607b5b8a7
7
SIZE (Fira_Sans_4_2.zip) = 101286240
(-)/usr/home/twschulz/projects/FreeBSD-my-ports/fira/pkg-descr (-2 / +2 lines)
Lines 4-14 Link Here
4
styles.
4
styles.
5
5
6
In version 4.2 the Fira Sans Family comprises 16 weights in 2 styles Roman
6
In version 4.2 the Fira Sans Family comprises 16 weights in 2 styles Roman
7
and Italic.  And Fira grew even more.  We added a Condensed, Condensed
7
and Italic.  And Fira grew even more.  Fira added a Condensed, Condensed
8
Roman, plus a Compressed and Compressed Italic.  All fonts of Fira Sans
8
Roman, plus a Compressed and Compressed Italic.  All fonts of Fira Sans
9
contain more than 2600 glyphs each.
9
contain more than 2600 glyphs each.
10
10
11
Fira Mono is still in progress.  Though, it covers almost 1500 glyphs and
11
Fira Mono is still in progress.  Though, it covers almost 1500 glyphs and
12
comes in three weights.
12
comes in three weights.
13
13
14
WWW: https://carrois.com/projects/Fira/
14
WWW: https://bboxtype.com/typefaces/FiraSans/

Return to bug 229015