summaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-08-11 15:01:45 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-08-11 15:01:45 +0000
commit15f25e4daf8ed2d4c48e7f422a62feda800b65a1 (patch)
treea9b39acad84796845acbc75d23a5767f5fd88967 /x11-servers
parentA X True Type Server for SVGA Graphics Boards. (diff)
A X True Type Server for VGA16 Graphics Boards.
PR: ports/7074 (partial) Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Notes
Notes: svn path=/head/; revision=12459
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/XttXF86srv-VGA16/Makefile15
-rw-r--r--x11-servers/XttXF86srv-VGA16/pkg-comment1
-rw-r--r--x11-servers/XttXF86srv-VGA16/pkg-descr11
-rw-r--r--x11-servers/XttXF86srv-VGA16/pkg-plist3
4 files changed, 30 insertions, 0 deletions
diff --git a/x11-servers/XttXF86srv-VGA16/Makefile b/x11-servers/XttXF86srv-VGA16/Makefile
new file mode 100644
index 000000000000..03ca074a38aa
--- /dev/null
+++ b/x11-servers/XttXF86srv-VGA16/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: Xserver for VGA16 with X True Type
+# Version required: 0.6
+# Date created: 15 April 1998
+# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
+#
+# $Id:$
+#
+
+DISTNAME= xc
+PKGNAME= xtt-xf86srv-VGA16-0.6
+CATEGORIES= x11
+
+SERVER= XF86_VGA16
+
+.include "${.CURDIR}/../XttXF86srv-common/Makefile"
diff --git a/x11-servers/XttXF86srv-VGA16/pkg-comment b/x11-servers/XttXF86srv-VGA16/pkg-comment
new file mode 100644
index 000000000000..7a88d97ee2a4
--- /dev/null
+++ b/x11-servers/XttXF86srv-VGA16/pkg-comment
@@ -0,0 +1 @@
+A X True Type Server for VGA16 Graphics Boards.
diff --git a/x11-servers/XttXF86srv-VGA16/pkg-descr b/x11-servers/XttXF86srv-VGA16/pkg-descr
new file mode 100644
index 000000000000..0f8aaecd03ff
--- /dev/null
+++ b/x11-servers/XttXF86srv-VGA16/pkg-descr
@@ -0,0 +1,11 @@
+A X True Type Server for VGA16 Graphics Boards.
+
+For more info, See
+ http://cclub.tutcc.tut.ac.jp/%7Ego/unix/xtt.html
+or
+ http://www.ryukyu.ad.jp/%7Eshin/linux/x-tt/
+or
+ http://hawk.ise.chuo-u.ac.jp/student/person/tshiozak/study/
+ freebsd-at-random/x-tt/index-en.html (in English)
+
+enjoy!
diff --git a/x11-servers/XttXF86srv-VGA16/pkg-plist b/x11-servers/XttXF86srv-VGA16/pkg-plist
new file mode 100644
index 000000000000..d20b69ef5af3
--- /dev/null
+++ b/x11-servers/XttXF86srv-VGA16/pkg-plist
@@ -0,0 +1,3 @@
+bin/XF86_VGA16.xtt
+@exec /bin/ln -fs %D/%F %B/X
+@unexec ([ -x %B/XF86_VGA16 ] && /bin/ln -fs %B/XF86_VGA16 %B/X) || /usr/bin/true