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

(-)b/x11-fonts/inconsolata-ttf/Makefile (-17 / +16 lines)
Lines 1-34 Link Here
1
PORTNAME=	inconsolata-ttf
1
PORTNAME=	inconsolata-ttf
2
PORTVERSION=	2.001
2
DISTVERSION=	3.000
3
PORTREVISION=	1
4
PORTEPOCH=	1
3
PORTEPOCH=	1
5
CATEGORIES=	x11-fonts
4
CATEGORIES=	x11-fonts
5
MASTER_SITES=	https://github.com/googlefonts/Inconsolata/releases/download/v${DISTVERSION}/
6
DISTNAME=	fonts_ttf
7
EXTRACT_SUFX=	.zip
8
DIST_SUBDIR=	${PORTNAME}/${DISTVERSION}
6
9
7
MAINTAINER=	ashish@FreeBSD.org
10
MAINTAINER=	ashish@FreeBSD.org
8
COMMENT=	Monospaced truetype font
11
COMMENT=	Monospaced truetype font
9
WWW=		https://fonts.google.com/specimen/Inconsolata
12
WWW=		https://fonts.google.com/specimen/Inconsolata
10
13
11
LICENSE=	OFL11
14
LICENSE=	OFL11
12
LICENSE_FILE=	${WRKSRC}/OFL.txt
13
15
16
USES=		fonts
17
18
EXTRACT_AFTER_ARGS=	--include fonts/ttf/Inconsolata-Bold.ttf \
19
			--include fonts/ttf/Inconsolata-Regular.ttf \
20
			--strip-components 2 \
21
			--no-same-owner --no-same-permissions
14
NO_ARCH=	yes
22
NO_ARCH=	yes
15
USES=		fonts xorg
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	google
18
GH_PROJECT=	fonts
19
GH_TAGNAME=	efcbdc5
20
FONTNAME=	inconsolata
21
USE_XORG=	x11
22
PLIST_FILES=	${FONTSDIR}/Inconsolata-Bold.ttf \
23
		${FONTSDIR}/Inconsolata-Regular.ttf
24
NO_BUILD=	yes
23
NO_BUILD=	yes
24
NO_WRKSUBDIR=	yes
25
25
26
WRKSRC_SUBDIR=	ofl/${FONTNAME}
26
PLIST_FILES=	${FONTSDIR}/Inconsolata-Bold.ttf \
27
		${FONTSDIR}/Inconsolata-Regular.ttf
27
28
28
do-install:
29
do-install:
29
	${MKDIR} ${STAGEDIR}${FONTSDIR}
30
	@${MKDIR} ${STAGEDIR}${FONTSDIR}
30
	${INSTALL_DATA} ${WRKSRC}/Inconsolata-Bold.ttf \
31
	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}/${FONTSDIR}
31
			${WRKSRC}/Inconsolata-Regular.ttf \
32
			${STAGEDIR}/${FONTSDIR}
33
32
34
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)b/x11-fonts/inconsolata-ttf/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1526620705
1
TIMESTAMP = 1714935246
2
SHA256 (google-fonts-2.001-efcbdc5_GH0.tar.gz) = 437ab149a7dfc8e30fd475eaa961389acb3b23c0b53281619d68de0069b8e777
2
SHA256 (inconsolata-ttf/3.000/fonts_ttf.zip) = 626e8ee07501dbb544b50aa59ac2e4b9ec86b810670158a59c7a3cbaf475548a
3
SIZE (google-fonts-2.001-efcbdc5_GH0.tar.gz) = 342767177
3
SIZE (inconsolata-ttf/3.000/fonts_ttf.zip) = 4019918

Return to bug 278794