aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-12-12 15:21:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-12-12 15:21:37 +0000
commitbc20643f629826476315d735239e0ed21d52ef7e (patch)
tree115b78d97edfcce3cac01e01e2338729e35fd3fe /x11-fonts
parentdd458ecd60848f52da02f311fd5a7423a012914e (diff)
downloadports-bc20643f629826476315d735239e0ed21d52ef7e.tar.gz
ports-bc20643f629826476315d735239e0ed21d52ef7e.zip
Inconsolata is a monospace font.
WWW: http://www.levien.com/type/myfonts/inconsolata.html PR: ports/129596 Submitted by: Ashish Shukla <wahjava@gmail.com>
Notes
Notes: svn path=/head/; revision=224155
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/Makefile1
-rw-r--r--x11-fonts/inconsolata-ttf/Makefile33
-rw-r--r--x11-fonts/inconsolata-ttf/distinfo3
-rw-r--r--x11-fonts/inconsolata-ttf/pkg-descr3
4 files changed, 40 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index 87c28de7717a..7833dc17d768 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -79,6 +79,7 @@
SUBDIR += gnome-font-sampler
SUBDIR += gnu-unifont
SUBDIR += gnu-unifont-ttf
+ SUBDIR += inconsolata-ttf
SUBDIR += indic-ttf
SUBDIR += intlfonts
SUBDIR += jmk-x11-fonts
diff --git a/x11-fonts/inconsolata-ttf/Makefile b/x11-fonts/inconsolata-ttf/Makefile
new file mode 100644
index 000000000000..b23c47393385
--- /dev/null
+++ b/x11-fonts/inconsolata-ttf/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: inconsolata-ttf
+# Date created: 2008-12-12
+# Whom: Ashish Shukla <wahjava@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= inconsolata-ttf
+PORTVERSION= 20080816
+CATEGORIES= x11-fonts
+MASTER_SITES= http://www.levien.com/type/myfonts/
+DISTNAME= Inconsolata
+EXTRACT_SUFX= .otf
+EXTRACT_ONLY=
+
+MAINTAINER= wahjava@gmail.com
+COMMENT= A monospaced truetype font
+
+USE_XORG= x11
+INSTALLS_TTF= yes
+XORG_CAT= font
+FONTDIR= OTF
+PLIST_FILES= lib/X11/fonts/${FONTDIR}/${DISTNAME}${EXTRACT_SUFX}
+
+do-configure:
+
+do-build:
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/X11/fonts/${FONTDIR}
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${PREFIX}/lib/X11/fonts/${FONTDIR}
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/inconsolata-ttf/distinfo b/x11-fonts/inconsolata-ttf/distinfo
new file mode 100644
index 000000000000..2b14c412f522
--- /dev/null
+++ b/x11-fonts/inconsolata-ttf/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/font/Inconsolata.otf) = 821f8cdcb83ed47f51ee3eaa13984191
+SHA256 (xorg/font/Inconsolata.otf) = 2ff4ac3494fe75d1a2a04c7d51cd3b1b360973a507565231c36f8b2161ea17f0
+SIZE (xorg/font/Inconsolata.otf) = 58560
diff --git a/x11-fonts/inconsolata-ttf/pkg-descr b/x11-fonts/inconsolata-ttf/pkg-descr
new file mode 100644
index 000000000000..5ea854ed6dfe
--- /dev/null
+++ b/x11-fonts/inconsolata-ttf/pkg-descr
@@ -0,0 +1,3 @@
+Inconsolata is a monospace font.
+
+WWW: http://www.levien.com/type/myfonts/inconsolata.html