Initial commit of Inconsolata font
This commit is contained in:
parent
2515c69370
commit
8e334197ce
5 changed files with 43 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2007,v 1.1858 2007/08/22 12:25:46 gdt Exp $
|
||||
$NetBSD: CHANGES-2007,v 1.1859 2007/08/22 15:16:36 smb Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2007:
|
||||
|
||||
|
@ -3410,3 +3410,4 @@ Changes to the packages collection and infrastructure in 2007:
|
|||
Updated mail/clamav to 0.91.2 [martti 2007-08-22]
|
||||
Updated devel/cpuflags to 1.13 [tron 2007-08-22]
|
||||
Updated geography/postgresql81-postgis to 1.3.1 [gdt 2007-08-22]
|
||||
Added fonts/inconsolata version 20070822 [smb 2007-08-22]
|
||||
|
|
1
fonts/inconsolata-ttf/DESCR
Normal file
1
fonts/inconsolata-ttf/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Inconsolata is a monospace, san serif font
|
33
fonts/inconsolata-ttf/Makefile
Normal file
33
fonts/inconsolata-ttf/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# $NetBSD: Makefile,v 1.1 2007/08/22 15:16:36 smb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Inconsolata.otf
|
||||
PKGNAME= inconsolata-20070822
|
||||
CATEGORIES= fonts
|
||||
MASTER_SITES= http://www.levien.com/type/myfonts/
|
||||
EXTRACT_SUFX= # empty
|
||||
|
||||
MAINTAINER= smb@NetBSD.org
|
||||
HOMEPAGE= http://www.levien.com/type/myfonts/inconsolata.html
|
||||
COMMENT= Inconsolata TrueType font
|
||||
|
||||
#LICENSE= sil-open-font-license
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
EXTRACT_ONLY= # empty
|
||||
USE_X11BASE= YES
|
||||
NO_CONFIGURE= YES
|
||||
NO_BUILD= YES
|
||||
|
||||
INSTALLATION_DIRS= lib/X11/fonts/TTF
|
||||
FONTS_DIRS.ttf= ${PREFIX}/${INSTALLATION_DIRS:Q}
|
||||
|
||||
do-extract:
|
||||
${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${DESTDIR}${PREFIX}/${INSTALLATION_DIRS:Q}/
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
fonts/inconsolata-ttf/PLIST
Normal file
2
fonts/inconsolata-ttf/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2007/08/22 15:16:37 smb Exp $
|
||||
lib/X11/fonts/TTF/Inconsolata.otf
|
5
fonts/inconsolata-ttf/distinfo
Normal file
5
fonts/inconsolata-ttf/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2007/08/22 15:16:37 smb Exp $
|
||||
|
||||
SHA1 (Inconsolata.otf) = 5b5841e1c46c9c4476af00c4a5ec41f3766b5df1
|
||||
RMD160 (Inconsolata.otf) = 25b2c225547aed8c431aa1ebf3d44b530c249a13
|
||||
Size (Inconsolata.otf) = 58560 bytes
|
Loading…
Reference in a new issue