diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-13 23:11:33 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-13 23:11:33 +0800 |
commit | f2857e3c3bf9447cd562c007d4364c04d6632992 (patch) | |
tree | 5e9577746c048c959f47f3f680cf8e01ac8023e2 /chinese | |
parent | f9f689431531b16af3968cf5b0b7900a8af193cd (diff) | |
download | freebsd-ports-gnome-f2857e3c3bf9447cd562c007d4364c04d6632992.tar.gz freebsd-ports-gnome-f2857e3c3bf9447cd562c007d4364c04d6632992.tar.zst freebsd-ports-gnome-f2857e3c3bf9447cd562c007d4364c04d6632992.zip |
Update to 2.6PRE3
PR: 11041
Submitted by: Frank Chen-hsiung Chan frankch@waru.life.nthu.edu.tw
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/rxvt/Makefile | 10 | ||||
-rw-r--r-- | chinese/rxvt/distinfo | 2 | ||||
-rw-r--r-- | chinese/rxvt/pkg-descr | 9 |
3 files changed, 14 insertions, 7 deletions
diff --git a/chinese/rxvt/Makefile b/chinese/rxvt/Makefile index 161bf30f45bb..bc14905a98d8 100644 --- a/chinese/rxvt/Makefile +++ b/chinese/rxvt/Makefile @@ -1,16 +1,16 @@ # New ports collection Makefile for: rxvt -# Version required: 2.6.PRE2 +# Version required: 2.6.PRE3 # Date created: Nov 16 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.10 1999/03/15 01:24:55 steve Exp $ +# $Id: Makefile,v 1.11 1999/03/19 22:17:49 asami Exp $ # -DISTNAME= rxvt-2.6.PRE2 -PKGNAME= zh-rxvt-2.6.pre2 +DISTNAME= rxvt-2.6.PRE3 +PKGNAME= zh-rxvt-2.6.p3 CATEGORIES= chinese x11 MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/ \ - ftp://ftp.math.fu-berlin.de/pub/rxvt/ + ftp://ftp.rxvt.org/pub/rxvt/devel/ MAINTAINER= frankch@waru.life.nthu.edu.tw diff --git a/chinese/rxvt/distinfo b/chinese/rxvt/distinfo index ce75690e2010..bc9f8eb3babe 100644 --- a/chinese/rxvt/distinfo +++ b/chinese/rxvt/distinfo @@ -1 +1 @@ -MD5 (rxvt-2.6.PRE2.tar.gz) = 094caf133557b61b2204f78cf314c7e2 +MD5 (rxvt-2.6.PRE3.tar.gz) = 63094f1ee4338941f65f66b069b3240b diff --git a/chinese/rxvt/pkg-descr b/chinese/rxvt/pkg-descr index 3def20021130..d34b66420fad 100644 --- a/chinese/rxvt/pkg-descr +++ b/chinese/rxvt/pkg-descr @@ -2,4 +2,11 @@ Rxvt is an xterm replacement which uses a little less memory, and is suitable for use on machines with small memories. The KANJI support was added to rxvt since 2.17, from 2.4.4(3?) the support for Chinese BIG5 encoding is also added. -This port is patched for XCIN, a Chinese Input Server. +Since 2.6PRE2, rxvt supports XIM. This port no longer patches for XCIN, +a Chinese input server. Instead, the user must install an input server which +support the XIM protocol. The user has to either patch XCIN (2.1, 2.3) or use +XCIN 2.5, which support XIM and only XIM protocol. +The info on rxvt could be found on +http://www.rxvt.org/ +The info regarding Chinese XIM server could be found at +http://xcin.linux.org.tw/ |