aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2016-03-06 01:18:37 +0800
committerrakuco <rakuco@FreeBSD.org>2016-03-06 01:18:37 +0800
commit425ccf8c35385e8d2ad36f01eef371b7aee5268a (patch)
tree82a15b46949a75cac9a6c96f6059b821a9ed05de /x11-fonts
parent0dd4917c7c647de61f461a35c1786715c0d2c10b (diff)
downloadfreebsd-ports-graphics-425ccf8c35385e8d2ad36f01eef371b7aee5268a.tar.gz
freebsd-ports-graphics-425ccf8c35385e8d2ad36f01eef371b7aee5268a.tar.zst
freebsd-ports-graphics-425ccf8c35385e8d2ad36f01eef371b7aee5268a.zip
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@tobik.me>
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/Makefile1
-rw-r--r--x11-fonts/terminus-ttf/Makefile27
-rw-r--r--x11-fonts/terminus-ttf/distinfo2
-rw-r--r--x11-fonts/terminus-ttf/files/pkg-message.in19
-rw-r--r--x11-fonts/terminus-ttf/pkg-descr7
-rw-r--r--x11-fonts/terminus-ttf/pkg-plist3
6 files changed, 59 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index d4a423f7350..0a6e39b36a0 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -163,6 +163,7 @@
SUBDIR += suxus
SUBDIR += symbola
SUBDIR += terminus-font
+ SUBDIR += terminus-ttf
SUBDIR += tkfont
SUBDIR += tlwg-ttf
SUBDIR += tmu
diff --git a/x11-fonts/terminus-ttf/Makefile b/x11-fonts/terminus-ttf/Makefile
new file mode 100644
index 00000000000..fd88bf9ee06
--- /dev/null
+++ b/x11-fonts/terminus-ttf/Makefile
@@ -0,0 +1,27 @@
+# Created by: Tobias Kortkamp <t@tobik.me>
+# $FreeBSD$
+
+PORTNAME= terminus-ttf
+PORTVERSION= 4.39
+CATEGORIES= x11-fonts
+MASTER_SITES= http://files.ax86.net/terminus-ttf/files/${PORTVERSION}/
+
+MAINTAINER= t@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>
diff --git a/x11-fonts/terminus-ttf/distinfo b/x11-fonts/terminus-ttf/distinfo
new file mode 100644
index 00000000000..14abe23e869
--- /dev/null
+++ b/x11-fonts/terminus-ttf/distinfo
@@ -0,0 +1,2 @@
+SHA256 (terminus-ttf-4.39.zip) = 5d8a7075757fd1a66012fafc6bd761e5b758573ea66bc1197025f1d4eb343383
+SIZE (terminus-ttf-4.39.zip) = 272798
diff --git a/x11-fonts/terminus-ttf/files/pkg-message.in b/x11-fonts/terminus-ttf/files/pkg-message.in
new file mode 100644
index 00000000000..fc2d15e420c
--- /dev/null
+++ b/x11-fonts/terminus-ttf/files/pkg-message.in
@@ -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
diff --git a/x11-fonts/terminus-ttf/pkg-descr b/x11-fonts/terminus-ttf/pkg-descr
new file mode 100644
index 00000000000..4918501d7e4
--- /dev/null
+++ b/x11-fonts/terminus-ttf/pkg-descr
@@ -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/
diff --git a/x11-fonts/terminus-ttf/pkg-plist b/x11-fonts/terminus-ttf/pkg-plist
new file mode 100644
index 00000000000..0ad8d6aad1a
--- /dev/null
+++ b/x11-fonts/terminus-ttf/pkg-plist
@@ -0,0 +1,3 @@
+%%FONTSDIR%%/TerminusTTF-4.39.ttf
+%%FONTSDIR%%/TerminusTTF-Bold-4.39.ttf
+%%FONTSDIR%%/TerminusTTF-Italic-4.39.ttf