Import inconsolata-g-20090213 as fonts/inconsolata-g.
Inconsolata is a mono-space, sans-serif font. This is a modified version with the following changes: - Single and double quotes ' and " are now straight - , . ' are a bit more visible - The ^ is a bit wider - The curved upper leg of the lower case r is a bit more visible - The zero is not slashed but dotted - Numbers are a bit larger (keeping the font non proportional) - The symbol minus - is a bit lower - [] are now about as tall as () and {} - The font is bigger than Inconsolata
This commit is contained in:
parent
d5c894b869
commit
b58c9c0e0f
4 changed files with 48 additions and 0 deletions
11
fonts/inconsolata-g/DESCR
Normal file
11
fonts/inconsolata-g/DESCR
Normal file
|
@ -0,0 +1,11 @@
|
|||
Inconsolata is a mono-space, sans-serif font.
|
||||
This is a modified version with the following changes:
|
||||
- Single and double quotes ' and " are now straight
|
||||
- , . ' are a bit more visible
|
||||
- The ^ is a bit wider
|
||||
- The curved upper leg of the lower case r is a bit more visible
|
||||
- The zero is not slashed but dotted
|
||||
- Numbers are a bit larger (keeping the font non proportional)
|
||||
- The symbol minus - is a bit lower
|
||||
- [] are now about as tall as () and {}
|
||||
- The font is bigger than Inconsolata
|
29
fonts/inconsolata-g/Makefile
Normal file
29
fonts/inconsolata-g/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/04/09 17:40:32 wiz Exp $
|
||||
|
||||
DISTNAME= inconsolata-g_font
|
||||
PKGNAME= inconsolata-g-20090213
|
||||
CATEGORIES= fonts
|
||||
MASTER_SITES= http://www.fantascienza.net/leonardo/ar/inconsolatag/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://leonardo-m.livejournal.com/77079.html
|
||||
COMMENT= Modified Inconsolata TrueType font
|
||||
#LICENSE= ofl-v1.1
|
||||
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
NO_CONFIGURE= YES
|
||||
NO_BUILD= YES
|
||||
|
||||
INSTALLATION_DIRS+= lib/X11/fonts/TTF
|
||||
FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF
|
||||
INSTALLATION_DIRS+= lib/X11/fonts/OTF
|
||||
FONTS_DIRS.otf= ${PREFIX}/lib/X11/fonts/OTF
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/Inconsolata-g.otf ${DESTDIR}${PREFIX}/lib/X11/fonts/OTF
|
||||
${INSTALL_DATA} ${WRKSRC}/Inconsolata-g.ttf ${DESTDIR}${PREFIX}/lib/X11/fonts/TTF
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
fonts/inconsolata-g/PLIST
Normal file
3
fonts/inconsolata-g/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/04/09 17:40:32 wiz Exp $
|
||||
lib/X11/fonts/OTF/Inconsolata-g.otf
|
||||
lib/X11/fonts/TTF/Inconsolata-g.ttf
|
5
fonts/inconsolata-g/distinfo
Normal file
5
fonts/inconsolata-g/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/04/09 17:40:32 wiz Exp $
|
||||
|
||||
SHA1 (inconsolata-g-20090213/inconsolata-g_font.zip) = 4127b0c0e534d82501d0e1c316d79040b3ad9ecc
|
||||
RMD160 (inconsolata-g-20090213/inconsolata-g_font.zip) = b66ed524c30f91c16a732bc69299af9486cbec6d
|
||||
Size (inconsolata-g-20090213/inconsolata-g_font.zip) = 143973 bytes
|
Loading…
Reference in a new issue