From owner-svn-ports-head@FreeBSD.ORG Wed Oct 30 11:28:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6EDC4C48; Wed, 30 Oct 2013 11:28:21 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C8ED286A; Wed, 30 Oct 2013 11:28:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9UBSL5a042835; Wed, 30 Oct 2013 11:28:21 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9UBSKGA042830; Wed, 30 Oct 2013 11:28:20 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201310301128.r9UBSKGA042830@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 30 Oct 2013 11:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332094 - in head/x11-fonts: . inconsolata-lgc-ttf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 11:28:21 -0000 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 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 +# $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 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