svn commit: r410192 - in head/x11-fonts: . terminus-ttf terminus-ttf/files

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Mar 5 17:18:39 UTC 2016


Author: rakuco
Date: Sat Mar  5 17:18:37 2016
New Revision: 410192
URL: https://svnweb.freebsd.org/changeset/ports/410192

Log:
  New port: x11-fonts/terminus-ttf.
  
  Terminus TTF is a TrueType version of the great Terminus Font, a
  fixed-width bitmap font optimized for long work with computers.
  
  It is useful for applications that don't support bitmap fonts
  e.g. Java applications.
  
  WWW: http://files.ax86.net/terminus-ttf/
  
  PR:		207581
  Submitted by:	Tobias Kortkamp <t at tobik.me>

Added:
  head/x11-fonts/terminus-ttf/
  head/x11-fonts/terminus-ttf/Makefile   (contents, props changed)
  head/x11-fonts/terminus-ttf/distinfo   (contents, props changed)
  head/x11-fonts/terminus-ttf/files/
  head/x11-fonts/terminus-ttf/files/pkg-message.in   (contents, props changed)
  head/x11-fonts/terminus-ttf/pkg-descr   (contents, props changed)
  head/x11-fonts/terminus-ttf/pkg-plist   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sat Mar  5 17:02:42 2016	(r410191)
+++ head/x11-fonts/Makefile	Sat Mar  5 17:18:37 2016	(r410192)
@@ -163,6 +163,7 @@
     SUBDIR += suxus
     SUBDIR += symbola
     SUBDIR += terminus-font
+    SUBDIR += terminus-ttf
     SUBDIR += tkfont
     SUBDIR += tlwg-ttf
     SUBDIR += tmu

Added: head/x11-fonts/terminus-ttf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/terminus-ttf/Makefile	Sat Mar  5 17:18:37 2016	(r410192)
@@ -0,0 +1,27 @@
+# Created by: Tobias Kortkamp <t at tobik.me>
+# $FreeBSD$
+
+PORTNAME=	terminus-ttf
+PORTVERSION=	4.39
+CATEGORIES=	x11-fonts
+MASTER_SITES=	http://files.ax86.net/terminus-ttf/files/${PORTVERSION}/
+
+MAINTAINER=	t at tobik.me
+COMMENT=	Terminus Font - a clean fixed width font (TTF version)
+
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+USE_XORG=	x11
+USES=		fonts zip
+
+FONTNAME=	TerminusTTF
+SUB_FILES=	pkg-message
+
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}/
+
+.include <bsd.port.mk>

Added: head/x11-fonts/terminus-ttf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/terminus-ttf/distinfo	Sat Mar  5 17:18:37 2016	(r410192)
@@ -0,0 +1,2 @@
+SHA256 (terminus-ttf-4.39.zip) = 5d8a7075757fd1a66012fafc6bd761e5b758573ea66bc1197025f1d4eb343383
+SIZE (terminus-ttf-4.39.zip) = 272798

Added: head/x11-fonts/terminus-ttf/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/terminus-ttf/files/pkg-message.in	Sat Mar  5 17:18:37 2016	(r410192)
@@ -0,0 +1,19 @@
+You can start using the fonts by following these instructions:
+
+Add the following line to the "Files" section of your X.Org
+configuration file:
+
+	FontPath "%%FONTSDIR%%/"
+
+Please also note that this font will only look good if used at the
+following sizes:
+
+        12 px or 9 pt
+        14 px or 10.5 pt
+        16 px or 12 pt
+        18 px or 13.5 pt
+        20 px or 15 pt
+        22 px or 16.5 pt
+        24 px or 18 pt
+        28 px or 21 pt
+        32 px or 24 pt

Added: head/x11-fonts/terminus-ttf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/terminus-ttf/pkg-descr	Sat Mar  5 17:18:37 2016	(r410192)
@@ -0,0 +1,7 @@
+Terminus TTF is a TrueType version of the great Terminus Font, a
+fixed-width bitmap font optimized for long work with computers.
+
+It is useful for applications that don't support bitmap fonts
+e.g. Java applications.
+
+WWW: http://files.ax86.net/terminus-ttf/

Added: head/x11-fonts/terminus-ttf/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/terminus-ttf/pkg-plist	Sat Mar  5 17:18:37 2016	(r410192)
@@ -0,0 +1,3 @@
+%%FONTSDIR%%/TerminusTTF-4.39.ttf
+%%FONTSDIR%%/TerminusTTF-Bold-4.39.ttf
+%%FONTSDIR%%/TerminusTTF-Italic-4.39.ttf


More information about the svn-ports-all mailing list