mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Carlito is metric-compatible with Calibri font.
Carlito comes in regular, bold, italic, and bold italic. WWW: https://code.google.com/p/chromium/issues/detail?id=280557
This commit is contained in:
parent
c2570e0d56
commit
7dc624750c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353060
@ -27,6 +27,7 @@
|
||||
SUBDIR += consolamono-ttf
|
||||
SUBDIR += croscorefonts-fonts-ttf
|
||||
SUBDIR += crosextrafonts-caladea-ttf
|
||||
SUBDIR += crosextrafonts-carlito-ttf
|
||||
SUBDIR += cyberbit-ttfonts
|
||||
SUBDIR += cyr-rfx
|
||||
SUBDIR += dejavu
|
||||
|
41
x11-fonts/crosextrafonts-carlito-ttf/Makefile
Normal file
41
x11-fonts/crosextrafonts-carlito-ttf/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= crosextrafonts-carlito
|
||||
PORTVERSION= 20130920
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://gsdview.appspot.com/chromeos-localmirror/distfiles/
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Font created by Google for ChromeOS to replace MS Calibri
|
||||
|
||||
LICENSE= OFL11
|
||||
|
||||
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
||||
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
||||
|
||||
USE_XORG= x11
|
||||
|
||||
PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}"
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_LIST= FONTDIR=${FONTDIR}
|
||||
|
||||
FONTNAME= Carlito
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/${FONTNAME}
|
||||
INSTDAT= fonts.dir fonts.scale
|
||||
|
||||
MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontscale
|
||||
MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${MKFONTSCL_CMD}
|
||||
${REINPLACE_CMD} -e 's|-misc-|-google-|' ${WRKSRC}/fonts.scale
|
||||
cd ${WRKSRC} && ${MKFONTDIR_CMD}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTDIR}
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} ${INSTDAT} *.ttf ${STAGEDIR}${FONTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-fonts/crosextrafonts-carlito-ttf/distinfo
Normal file
2
x11-fonts/crosextrafonts-carlito-ttf/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (crosextrafonts-carlito-20130920.tar.gz) = 4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a
|
||||
SIZE (crosextrafonts-carlito-20130920.tar.gz) = 1169488
|
@ -0,0 +1,5 @@
|
||||
You can start using the fonts by following these instructions:
|
||||
|
||||
Add the following line to the "Files" section of your x.org configuration file:
|
||||
|
||||
FontPath "%%FONTDIR%%/"
|
4
x11-fonts/crosextrafonts-carlito-ttf/pkg-descr
Normal file
4
x11-fonts/crosextrafonts-carlito-ttf/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Carlito is metric-compatible with Calibri font.
|
||||
Carlito comes in regular, bold, italic, and bold italic.
|
||||
|
||||
WWW: https://code.google.com/p/chromium/issues/detail?id=280557
|
8
x11-fonts/crosextrafonts-carlito-ttf/pkg-plist
Normal file
8
x11-fonts/crosextrafonts-carlito-ttf/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%FONTDIR%%/Carlito-Bold.ttf
|
||||
%%FONTDIR%%/Carlito-BoldItalic.ttf
|
||||
%%FONTDIR%%/Carlito-Italic.ttf
|
||||
%%FONTDIR%%/Carlito-Regular.ttf
|
||||
%%FONTDIR%%/fonts.dir
|
||||
%%FONTDIR%%/fonts.scale
|
||||
@unexec rm %D/%%FONTDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true
|
||||
@dirrm %%FONTDIR%%
|
Loading…
Reference in New Issue
Block a user