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

(-)x11-fonts/font-awesome/Makefile (-7 / +12 lines)
Lines 1-13 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	font-awesome
3
PORTNAME=	font-awesome
4
DISTVERSION=	4.7.0
4
DISTVERSION=	5.0.2
5
PORTREVISION=	1
6
CATEGORIES=	x11-fonts
5
CATEGORIES=	x11-fonts
7
MASTER_SITES=	http://fontawesome.io/assets/
6
MASTER_SITES=	https://use.fontawesome.com/releases/v${DISTVERSION}/
7
DISTNAME=	fontawesome-free-${DISTVERSION}
8
8
9
MAINTAINER=	dg@syrec.org
9
MAINTAINER=	dg@syrec.org
10
COMMENT=	Suite of 675 pictographic icons from Font Awesome
10
COMMENT=	Suite of pictographic icons from Font Awesome (free version)
11
11
12
LICENSE=	OFL11
12
LICENSE=	OFL11
13
13
Lines 17-27 Link Here
17
17
18
SUB_FILES=	pkg-message
18
SUB_FILES=	pkg-message
19
19
20
PLIST_FILES=	${FONTSDIR}/fontawesome-webfont.ttf \
20
PLIST_FILES=	${FONTSDIR}/Font\ Awesome\ 5\ Brands-Regular-400.otf \
21
		${FONTSDIR}/FontAwesome.otf
21
		${FONTSDIR}/Font\ Awesome\ 5\ Free-Regular-400.otf \
22
		${FONTSDIR}/Font\ Awesome\ 5\ Free-Solid-900.otf \
23
		${FONTSDIR}/fa-brands-400.ttf \
24
		${FONTSDIR}/fa-regular-400.ttf \
25
		${FONTSDIR}/fa-solid-900.ttf
22
26
23
do-install:
27
do-install:
24
	@${MKDIR} ${STAGEDIR}${FONTSDIR}
28
	@${MKDIR} ${STAGEDIR}${FONTSDIR}
25
	${INSTALL_DATA} ${WRKSRC}/fonts/*.[t,o]tf ${STAGEDIR}${FONTSDIR}
29
	${INSTALL_DATA} ${WRKSRC}/use-on-desktop/*.otf ${STAGEDIR}${FONTSDIR}
30
	${INSTALL_DATA} ${WRKSRC}/web-fonts-with-css/webfonts/*.ttf ${STAGEDIR}${FONTSDIR}
26
31
27
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)x11-fonts/font-awesome/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1510436142
1
TIMESTAMP = 1514121530
2
SHA256 (font-awesome-4.7.0.zip) = a7b6edb9e874e6d36a90160553afeb412f85df4d91c723ef2a29a2b5bf8e5802
2
SHA256 (fontawesome-free-5.0.2.zip) = 77c18e313e2259639444126a676c5628de61c822485f152f6610c382ab6f76ed
3
SIZE (font-awesome-4.7.0.zip) = 669808
3
SIZE (fontawesome-free-5.0.2.zip) = 14885512
(-)x11-fonts/font-awesome/files/pkg-message.in (+3 lines)
Lines 6-8 Link Here
6
Add the following line to the "Files" section of X Windows configuration file:
6
Add the following line to the "Files" section of X Windows configuration file:
7
7
8
        FontPath "%%FONTSDIR%%/"
8
        FontPath "%%FONTSDIR%%/"
9
10
If you're upgrading from Font Awesome v4, you may need to update your configs
11
to the new font families "Font Awesome 5 Free" and "Font Awesome 5 Free Solid".
(-)x11-fonts/font-awesome/pkg-descr (-6 / +6 lines)
Lines 1-8 Link Here
1
Font Awesome is a full suite of 675 pictographic icons for easy scalable
1
Font Awesome is a suite of pictographic icons for easy scalable vector
2
vector graphics on websites, created and maintained by Dave Gandy.
2
graphics, created and maintained by Dave Gandy.
3
3
4
This package installs only ttf/otf fonts suitable for use in X.Org applications.
4
This package installs only free TTF and OTF fonts suitable for use in X.Org
5
The corresponding web fonts (woff/woff2) aren't installed. You can find them
5
applications.  The corresponding web fonts aren't installed.  You can find
6
installed by a lot of other ports.
6
them installed by a lot of other ports.
7
7
8
WWW: http://fontawesome.io/
8
WWW: https://fontawesome.com/

Return to bug 224569