1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

The Fira font family was designed to cover the legibility needs for a

large range of handsets varying in screen quality and rendering. It
comes in a Sans Serif with 4 weights (light, regular, medium and bold)
all accompanied by italic styles. The package also includes a Mono
Spaced variant with 2 weights (regular and bold).

Web Font: EOT, WOFF, TTF, and example HTML+CSS

WWW: http://mozilla.github.io/Fira/

PR:		ports/183573
Submitted by:	horia
This commit is contained in:
Rusmir Dusko 2014-01-20 20:23:56 +00:00
parent c8e1c36fe7
commit df7f31d156
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340464
6 changed files with 121 additions and 0 deletions

View File

@ -210,6 +210,7 @@
SUBDIR += feedonfeeds
SUBDIR += ffproxy
SUBDIR += fhttpd
SUBDIR += fira-webfont
SUBDIR += firefox
SUBDIR += firefox-esr
SUBDIR += firefox-esr-i18n

47
www/fira-webfont/Makefile Normal file
View File

@ -0,0 +1,47 @@
# Created by: Horia Racoviceanu <horia@racoviceanu.com>
# $FreeBSD$
PORTNAME= fira
PORTVERSION= 1.0
CATEGORIES= www
PKGNAMESUFFIX= -webfont
MAINTAINER= horia@racoviceanu.com
COMMENT= Sans-serif and monospaced Web Font for small screens
LICENSE= OFL
LICENSE_NAME= SIL OPEN FONT LICENSE Version 1.1
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
USE_GITHUB= yes
GH_ACCOUNT= mozilla
GH_PROJECT= Fira
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 705ffff
NO_BUILD= yes
PORTDOCS= README.md
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
SUB_FILES= pkg-message
PLIST_SUB= WWWDIR_REL=${WWWDIR_REL}
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
${INSTALL_DATA} ${WRKSRC}/index.html ${STAGEDIR}${WWWDIR}
${INSTALL_DATA} ${WRKSRC}/fira.css ${STAGEDIR}${WWWDIR}
@${MKDIR} ${STAGEDIR}${WWWDIR}/eot
${INSTALL_DATA} ${WRKSRC}/eot/${GH_PROJECT}*.eot ${STAGEDIR}${WWWDIR}/eot/
@${MKDIR} ${STAGEDIR}${WWWDIR}/ttf
${INSTALL_DATA} ${WRKSRC}/ttf/${GH_PROJECT}*.ttf ${STAGEDIR}${WWWDIR}/ttf/
@${MKDIR} ${STAGEDIR}${WWWDIR}/woff
${INSTALL_DATA} ${WRKSRC}/woff/${GH_PROJECT}*.woff ${STAGEDIR}${WWWDIR}/woff/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (fira-1.0.tar.gz) = f87bd7d1380e5a93a3743edd3d038b44c7460ea14c204b152b750f5551fd2531
SIZE (fira-1.0.tar.gz) = 3973356

View File

@ -0,0 +1,9 @@
===============================================================================
Fira has been installed.
Example HTML and CSS have been installed in %%WWWDIR%%
For X11 Open Type and True Type font please use x11-fonts/fira port.
===============================================================================

View File

@ -0,0 +1,9 @@
The Fira font family was designed to cover the legibility needs for a
large range of handsets varying in screen quality and rendering. It
comes in a Sans Serif with 4 weights (light, regular, medium and bold)
all accompanied by italic styles. The package also includes a Mono
Spaced variant with 2 weights (regular and bold).
Web Font: EOT, WOFF, TTF, and example HTML+CSS
WWW: http://mozilla.github.io/Fira/

View File

@ -0,0 +1,53 @@
%%WWWDIR_REL%%/eot/FiraMono-Bold.eot
%%WWWDIR_REL%%/eot/FiraMono-Regular.eot
%%WWWDIR_REL%%/eot/FiraSans-Bold.eot
%%WWWDIR_REL%%/eot/FiraSans-BoldItalic.eot
%%WWWDIR_REL%%/eot/FiraSans-Light.eot
%%WWWDIR_REL%%/eot/FiraSans-LightItalic.eot
%%WWWDIR_REL%%/eot/FiraSans-Medium.eot
%%WWWDIR_REL%%/eot/FiraSans-MediumItalic.eot
%%WWWDIR_REL%%/eot/FiraSans-Regular.eot
%%WWWDIR_REL%%/eot/FiraSans-RegularItalic.eot
%%WWWDIR_REL%%/eot/FiraSansSC-Bold.eot
%%WWWDIR_REL%%/eot/FiraSansSC-BoldItalic.eot
%%WWWDIR_REL%%/eot/FiraSansSC-Light.eot
%%WWWDIR_REL%%/eot/FiraSansSC-LightItalic.eot
%%WWWDIR_REL%%/eot/FiraSansSC-Medium.eot
%%WWWDIR_REL%%/eot/FiraSansSC-MediumItalic.eot
%%WWWDIR_REL%%/eot/FiraSansSC-Regular.eot
%%WWWDIR_REL%%/eot/FiraSansSC-RegularItalic.eot
%%WWWDIR_REL%%/fira.css
%%WWWDIR_REL%%/index.html
%%WWWDIR_REL%%/ttf/FiraMono-Bold.ttf
%%WWWDIR_REL%%/ttf/FiraMono-Regular.ttf
%%WWWDIR_REL%%/ttf/FiraSans-Bold.ttf
%%WWWDIR_REL%%/ttf/FiraSans-BoldItalic.ttf
%%WWWDIR_REL%%/ttf/FiraSans-Light.ttf
%%WWWDIR_REL%%/ttf/FiraSans-LightItalic.ttf
%%WWWDIR_REL%%/ttf/FiraSans-Medium.ttf
%%WWWDIR_REL%%/ttf/FiraSans-MediumItalic.ttf
%%WWWDIR_REL%%/ttf/FiraSans-Regular.ttf
%%WWWDIR_REL%%/ttf/FiraSans-RegularItalic.ttf
%%WWWDIR_REL%%/woff/FiraMono-Bold.woff
%%WWWDIR_REL%%/woff/FiraMono-Regular.woff
%%WWWDIR_REL%%/woff/FiraSans-Bold.woff
%%WWWDIR_REL%%/woff/FiraSans-BoldItalic.woff
%%WWWDIR_REL%%/woff/FiraSans-Light.woff
%%WWWDIR_REL%%/woff/FiraSans-LightItalic.woff
%%WWWDIR_REL%%/woff/FiraSans-Medium.woff
%%WWWDIR_REL%%/woff/FiraSans-MediumItalic.woff
%%WWWDIR_REL%%/woff/FiraSans-Regular.woff
%%WWWDIR_REL%%/woff/FiraSans-RegularItalic.woff
%%WWWDIR_REL%%/woff/FiraSansOT-Light.woff
%%WWWDIR_REL%%/woff/FiraSansSC-Bold.woff
%%WWWDIR_REL%%/woff/FiraSansSC-BoldItalic.woff
%%WWWDIR_REL%%/woff/FiraSansSC-Light.woff
%%WWWDIR_REL%%/woff/FiraSansSC-LightItalic.woff
%%WWWDIR_REL%%/woff/FiraSansSC-Medium.woff
%%WWWDIR_REL%%/woff/FiraSansSC-MediumItalic.woff
%%WWWDIR_REL%%/woff/FiraSansSC-Regular.woff
%%WWWDIR_REL%%/woff/FiraSansSC-RegularItalic.woff
@dirrm %%WWWDIR_REL%%/woff
@dirrm %%WWWDIR_REL%%/ttf
@dirrm %%WWWDIR_REL%%/eot
@dirrm %%WWWDIR_REL%%