svn commit: r332094 - in head/x11-fonts: . inconsolata-lgc-ttf

Alexey Dokuchaev danfe at FreeBSD.org
Wed Oct 30 11:28:21 UTC 2013


Author: danfe
Date: Wed Oct 30 11:28:20 2013
New Revision: 332094
URL: http://svnweb.freebsd.org/changeset/ports/332094

Log:
  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 at yandex.ru>

Added:
  head/x11-fonts/inconsolata-lgc-ttf/
  head/x11-fonts/inconsolata-lgc-ttf/Makefile   (contents, props changed)
  head/x11-fonts/inconsolata-lgc-ttf/distinfo   (contents, props changed)
  head/x11-fonts/inconsolata-lgc-ttf/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Wed Oct 30 10:30:07 2013	(r332093)
+++ head/x11-fonts/Makefile	Wed Oct 30 11:28:20 2013	(r332094)
@@ -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

Added: head/x11-fonts/inconsolata-lgc-ttf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/inconsolata-lgc-ttf/Makefile	Wed Oct 30 11:28:20 2013	(r332094)
@@ -0,0 +1,40 @@
+# Created by: Ilya A. Arkhipov <rum1cro at yandex.ru>
+# $FreeBSD$
+
+PORTNAME=	Inconsolata-LGC
+PORTVERSION=	20131024
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	rum1cro at 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>

Added: head/x11-fonts/inconsolata-lgc-ttf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/inconsolata-lgc-ttf/distinfo	Wed Oct 30 11:28:20 2013	(r332094)
@@ -0,0 +1,2 @@
+SHA256 (Inconsolata-LGC-20131024.tar.gz) = 8d10b2f780f1c97c7c4ddb5c704a7e7aefb6f1bf82dc84909c05c95f03d89ef8
+SIZE (Inconsolata-LGC-20131024.tar.gz) = 463032

Added: head/x11-fonts/inconsolata-lgc-ttf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/inconsolata-lgc-ttf/pkg-descr	Wed Oct 30 11:28:20 2013	(r332094)
@@ -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


More information about the svn-ports-all mailing list