Import consolamono-ttf-20121116 as fonts/consolamono-ttf.
'Consola Mono' is the monospace font especially created for programming, text editors and for terminal-use. 'Consola Mono' is a Unicode typeface font that supports all languages that use the Latin, Greek, Cyrillic script and its variants, and could be expanded to support other scripts.
This commit is contained in:
parent
38465a1606
commit
57bae49afd
4 changed files with 45 additions and 0 deletions
6
fonts/consolamono-ttf/DESCR
Normal file
6
fonts/consolamono-ttf/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
'Consola Mono' is the monospace font especially created for
|
||||
programming, text editors and for terminal-use.
|
||||
|
||||
'Consola Mono' is a Unicode typeface font that supports all languages
|
||||
that use the Latin, Greek, Cyrillic script and its variants, and
|
||||
could be expanded to support other scripts.
|
31
fonts/consolamono-ttf/Makefile
Normal file
31
fonts/consolamono-ttf/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/01/26 11:15:29 ryoon Exp $
|
||||
#
|
||||
|
||||
VER= 20121116
|
||||
DISTNAME= consolamono
|
||||
PKGNAME= ${DISTNAME}-ttf-${VER}
|
||||
CATEGORIES= fonts
|
||||
MASTER_SITES= http://openfontlibrary.org/assets/downloads/consolamono/7c6fa601cdc82be054fb2b8fd7e3c8cc/
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= ryoon@NetBSD.org
|
||||
HOMEPAGE= http://openfontlibrary.org/en/font/consolamono
|
||||
COMMENT= Monospace font created for programming
|
||||
LICENSE= open-font-license
|
||||
|
||||
WRKSRC= ${WRKDIR}/Consola\ Mono
|
||||
USE_LANGUAGES= # none
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
INSTALLATION_DIRS= lib/X11/fonts/TTF
|
||||
FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/ConsolaMono-Bold.ttf \
|
||||
${DESTDIR}${PREFIX}/lib/X11/fonts/TTF
|
||||
${INSTALL_DATA} ${WRKSRC}/ConsolaMono.ttf \
|
||||
${DESTDIR}${PREFIX}/lib/X11/fonts/TTF
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
fonts/consolamono-ttf/PLIST
Normal file
3
fonts/consolamono-ttf/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/01/26 11:15:29 ryoon Exp $
|
||||
lib/X11/fonts/TTF/ConsolaMono-Bold.ttf
|
||||
lib/X11/fonts/TTF/ConsolaMono.ttf
|
5
fonts/consolamono-ttf/distinfo
Normal file
5
fonts/consolamono-ttf/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/01/26 11:15:29 ryoon Exp $
|
||||
|
||||
SHA1 (consolamono-ttf-20121116/consolamono.zip) = e5fafe7a248836943dee1b2a9df1a87389c00dfc
|
||||
RMD160 (consolamono-ttf-20121116/consolamono.zip) = c5c7384e69e3e0d60bc760d92f5f1dcdb53eab8f
|
||||
Size (consolamono-ttf-20121116/consolamono.zip) = 1114416 bytes
|
Loading…
Reference in a new issue