mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-fonts/roboto-fonts-ttf: update 2.134 → 2.138
- Follow upstream GitHub URL change - Update pkg-descr - Run portfmt PR: 283471 Approved by: maintainer timeout
This commit is contained in:
parent
69debc1a22
commit
af73e96a3b
3 changed files with 27 additions and 20 deletions
|
@ -1,34 +1,34 @@
|
|||
PORTNAME= roboto-fonts-ttf
|
||||
PORTVERSION= 2.134
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX=v
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.138
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= x11-fonts
|
||||
|
||||
MAINTAINER= wulf@cicgroup.ru
|
||||
COMMENT= Roboto typeface family
|
||||
WWW= https://developer.android.com/design/style/typography.html
|
||||
COMMENT= Roboto family of fonts
|
||||
WWW= https://github.com/googlefonts/roboto-2
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= fonts
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= googlefonts
|
||||
GH_PROJECT= roboto-2
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
USES= fonts
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= google
|
||||
GH_PROJECT= roboto
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PLIST_SUB= FCDIR=${FCDIR} FCDIR_LINKS=${FCDIR_LINKS}
|
||||
PLIST_SUB= FCDIR=${FCDIR} \
|
||||
FCDIR_LINKS=${FCDIR_LINKS}
|
||||
|
||||
FCDIR?= etc/fonts/conf.avail
|
||||
FCDIR_LINKS= ${FCDIR:S|conf.avail|conf.d|}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/hinted/*.ttf ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/hinted/*.ttf ${STAGEDIR}${FONTSDIR}
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${FCDIR}/ ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/
|
||||
${INSTALL_DATA} ${FILESDIR}/*.conf ${STAGEDIR}${PREFIX}/${FCDIR}/
|
||||
cd ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/ && ${LN} -fs ../conf.avail/*.conf .
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1476726519
|
||||
SHA256 (google-roboto-v2.134_GH0.tar.gz) = 01f998e9e904d3c57ad363b6337f078fdac647fa5971b6159ad0d100a4e1edb1
|
||||
SIZE (google-roboto-v2.134_GH0.tar.gz) = 6288240
|
||||
TIMESTAMP = 1734788424
|
||||
SHA256 (googlefonts-roboto-2-v2.138_GH0.tar.gz) = 299dbc4ea5d57e56c87742c099b944f4274b94815f34a734918630a75eb85d55
|
||||
SIZE (googlefonts-roboto-2-v2.138_GH0.tar.gz) = 6290146
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
Roboto is a sans serif typeface family designed to be modern yet
|
||||
emotional. It was introduced as the font used for Android 4.0 "Ice
|
||||
Cream Sandwich". This typeface is designed for high resolution mobile
|
||||
devices so it includes several typefaces for text in different sizes.
|
||||
Roboto is Google's signature family of fonts, the default font on Android and
|
||||
Chrome OS, and the recommended font for Google's visual language, Material
|
||||
Design.
|
||||
|
||||
It also contains the toolchain used in creating Roboto.
|
||||
|
||||
The font family supports all Latin, Cyrillic, and Greek characters in Unicode
|
||||
7.0, as well as the currency symbol for the Georgian lari, to be published in
|
||||
Unicode 8.0.
|
||||
|
||||
The fonts are currently available in eighteen different styles.
|
||||
|
|
Loading…
Add table
Reference in a new issue