pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Initial commit of Inconsolata font



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8436da2a7d1
branches:  trunk
changeset: 532521:c8436da2a7d1
user:      smb <smb%pkgsrc.org@localhost>
date:      Wed Aug 22 15:16:36 2007 +0000

description:
Initial commit of Inconsolata font

diffstat:

 doc/CHANGES-2007               |   3 ++-
 fonts/inconsolata-ttf/DESCR    |   1 +
 fonts/inconsolata-ttf/Makefile |  33 +++++++++++++++++++++++++++++++++
 fonts/inconsolata-ttf/PLIST    |   2 ++
 fonts/inconsolata-ttf/distinfo |   5 +++++
 5 files changed, 43 insertions(+), 1 deletions(-)

diffs (71 lines):

diff -r ff63a31df454 -r c8436da2a7d1 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Wed Aug 22 14:51:03 2007 +0000
+++ b/doc/CHANGES-2007  Wed Aug 22 15:16:36 2007 +0000
@@ -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 @@
        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]
diff -r ff63a31df454 -r c8436da2a7d1 fonts/inconsolata-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/inconsolata-ttf/DESCR       Wed Aug 22 15:16:36 2007 +0000
@@ -0,0 +1,1 @@
+Inconsolata is a monospace, san serif font
diff -r ff63a31df454 -r c8436da2a7d1 fonts/inconsolata-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/inconsolata-ttf/Makefile    Wed Aug 22 15:16:36 2007 +0000
@@ -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@localhost
+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"
diff -r ff63a31df454 -r c8436da2a7d1 fonts/inconsolata-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/inconsolata-ttf/PLIST       Wed Aug 22 15:16:36 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2007/08/22 15:16:37 smb Exp $
+lib/X11/fonts/TTF/Inconsolata.otf
diff -r ff63a31df454 -r c8436da2a7d1 fonts/inconsolata-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/inconsolata-ttf/distinfo    Wed Aug 22 15:16:36 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index