diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-01 13:41:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-01 13:41:11 +0000 |
commit | 12541679f4e8a17022b39199f83d6f2cfa0ce617 (patch) | |
tree | cf98f3ebd7f2e3cb783945a2a4e4c75d2bb11f98 /x11-servers/XttXF86srv-I128 | |
parent | 7592fa645fd02a03732284455aed1cdecee7b337 (diff) | |
download | ports-12541679f4e8a17022b39199f83d6f2cfa0ce617.tar.gz ports-12541679f4e8a17022b39199f83d6f2cfa0ce617.zip |
PR: 7794
Submitted by: maintainer
1. Xtt X True Type Server has been updated to 1.0.
Now it supports KOI-8 and many ISO-8859-* TrueType fonts.
2. Old version in ports-current has following probrems.
* All packages has same contents. this means all packages are broken.
* incorrect PKGNAME
* incorrect place for documents. it should be share/doc/. not lib/X11/doc/...
* incorrect spelling
Notes
Notes:
svn path=/head/; revision=12982
Diffstat (limited to 'x11-servers/XttXF86srv-I128')
-rw-r--r-- | x11-servers/XttXF86srv-I128/Makefile | 6 | ||||
-rw-r--r-- | x11-servers/XttXF86srv-I128/pkg-comment | 2 | ||||
-rw-r--r-- | x11-servers/XttXF86srv-I128/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-servers/XttXF86srv-I128/Makefile b/x11-servers/XttXF86srv-I128/Makefile index 6350ceb0c73a..6c7692a614cc 100644 --- a/x11-servers/XttXF86srv-I128/Makefile +++ b/x11-servers/XttXF86srv-I128/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Xserver for I128 with X True Type -# Version required: 0.6 +# Version required: 1.0 # Date created: 15 April 1998 # Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/08/11 14:43:35 kuriyama Exp $ # DISTNAME= xc -PKGNAME= xtt-xf86srv-I128-0.6 +PKGNAME= xtt-I128-1.0 CATEGORIES= x11 SERVER= XF86_I128 diff --git a/x11-servers/XttXF86srv-I128/pkg-comment b/x11-servers/XttXF86srv-I128/pkg-comment index 787496ee6700..ec0dc2876a10 100644 --- a/x11-servers/XttXF86srv-I128/pkg-comment +++ b/x11-servers/XttXF86srv-I128/pkg-comment @@ -1 +1 @@ -A X True Type Server for I128 Graphics Boards. +A X True Type Server for I128 Graphics Cards. diff --git a/x11-servers/XttXF86srv-I128/pkg-descr b/x11-servers/XttXF86srv-I128/pkg-descr index a362c9ced17e..df4a59019e8d 100644 --- a/x11-servers/XttXF86srv-I128/pkg-descr +++ b/x11-servers/XttXF86srv-I128/pkg-descr @@ -1,4 +1,4 @@ -A X True Type Server for I128 Graphics Boards. +A X True Type Server for I128 Graphics Cards. For more info, See http://cclub.tutcc.tut.ac.jp/%7Ego/unix/xtt.html |