mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Inconsolata LGC is a modified version of Inconsolata with added the Cyrillic
alphabet which directly descends from Inconsolata Hellenic supporting modern Greek. Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru>
This commit is contained in:
parent
679a7a0905
commit
39d38dc020
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332094
@ -92,6 +92,7 @@
|
||||
SUBDIR += gnu-unifont-ttf
|
||||
SUBDIR += gohufont
|
||||
SUBDIR += hanazono-fonts-ttf
|
||||
SUBDIR += inconsolata-lgc-ttf
|
||||
SUBDIR += inconsolata-ttf
|
||||
SUBDIR += indic-ttf
|
||||
SUBDIR += intlfonts
|
||||
|
40
x11-fonts/inconsolata-lgc-ttf/Makefile
Normal file
40
x11-fonts/inconsolata-lgc-ttf/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# Created by: Ilya A. Arkhipov <rum1cro@yandex.ru>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Inconsolata-LGC
|
||||
PORTVERSION= 20131024
|
||||
CATEGORIES= x11-fonts
|
||||
|
||||
MAINTAINER= rum1cro@yandex.ru
|
||||
COMMENT= Monospaced TrueType font with Cyrillic glyphs
|
||||
|
||||
LICENSE= OFL11
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= DeLaGuardo
|
||||
GH_COMMIT= 16e2c94
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
|
||||
USE_XORG= x11
|
||||
INSTALLS_TTF= yes
|
||||
NO_BUILD= yes
|
||||
FONTDIR= TTF
|
||||
|
||||
PLIST_FILES= lib/X11/fonts/${FONTDIR}/inconsolatalgc.ttf \
|
||||
lib/X11/fonts/${FONTDIR}/inconsolatalgcbold.ttf \
|
||||
lib/X11/fonts/${FONTDIR}/inconsolatalgcbolditalic.ttf \
|
||||
lib/X11/fonts/${FONTDIR}/inconsolatalgcitalic.ttf
|
||||
PLIST_DIRSTRY= lib/X11/fonts/${FONTDIR}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/${FONTDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/inconsolatalgc.ttf \
|
||||
${STAGEDIR}${PREFIX}/lib/X11/fonts/${FONTDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/inconsolatalgcbold.ttf \
|
||||
${STAGEDIR}${PREFIX}/lib/X11/fonts/${FONTDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/inconsolatalgcbolditalic.ttf \
|
||||
${STAGEDIR}${PREFIX}/lib/X11/fonts/${FONTDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/inconsolatalgcitalic.ttf \
|
||||
${STAGEDIR}${PREFIX}/lib/X11/fonts/${FONTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-fonts/inconsolata-lgc-ttf/distinfo
Normal file
2
x11-fonts/inconsolata-lgc-ttf/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Inconsolata-LGC-20131024.tar.gz) = 8d10b2f780f1c97c7c4ddb5c704a7e7aefb6f1bf82dc84909c05c95f03d89ef8
|
||||
SIZE (Inconsolata-LGC-20131024.tar.gz) = 463032
|
9
x11-fonts/inconsolata-lgc-ttf/pkg-descr
Normal file
9
x11-fonts/inconsolata-lgc-ttf/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Inconsolata is one of the most suitable fonts for programmers created by Raph
|
||||
Levien. Since the original Inconsolata does not contain Cyrillic alphabet,
|
||||
it was slightly inconvenient for quite a few programmers from Russia.
|
||||
|
||||
Inconsolata LGC is a modified version of Inconsolata with added the Cyrillic
|
||||
alphabet which directly descends from Inconsolata Hellenic supporting modern
|
||||
Greek.
|
||||
|
||||
WWW: https://github.com/DeLaGuardo/Inconsolata-LGC
|
Loading…
Reference in New Issue
Block a user