Index: head/chinese/telnet/Makefile =================================================================== --- head/chinese/telnet/Makefile (nonexistent) +++ head/chinese/telnet/Makefile (revision 17589) @@ -0,0 +1,18 @@ +# New ports collection makefile for: telnet8 +# Version required: 1.0 +# Date created: 13 Feb 1999 +# Whom: Ching-Hong Wu +# +# $Id: Makefile,v 1.10 1999/02/12 16:39:39 foxfair Exp $ +# + +DISTNAME= telnet8-1.0 +PKGNAME= zh-telnet-1.0 +CATEGORIES= chinese +MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \ + ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/source/ +EXTRACT_SUFX= .tgz + +MAINTAINER= woju@freebsd.ntu.edu.tw + +.include Property changes on: head/chinese/telnet/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/chinese/telnet/pkg-comment =================================================================== --- head/chinese/telnet/pkg-comment (nonexistent) +++ head/chinese/telnet/pkg-comment (revision 17589) @@ -0,0 +1 @@ +8bit compatible telnet client for Chinese input Property changes on: head/chinese/telnet/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/chinese/telnet/pkg-descr =================================================================== --- head/chinese/telnet/pkg-descr (nonexistent) +++ head/chinese/telnet/pkg-descr (revision 17589) @@ -0,0 +1,23 @@ +Description: + Using /usr/bin/telnet in "8-bit environment", for example, BIG5- +encoding Chinese characters environment in Taiwan, is somewhat in-convenient. + To be able to input Chinese characters, "-8 or -L" options are needed, +however, using these options cause another problem. Specifying "-8 or -L" +makes ^U or ^C or ^D or ... (any isprint(c)) malfunction when telnet to SunOS. + +How-To-Repeat: + /usr/bin/telnet -8 ms1.hinet.net (ms1.hinet.net running Solaris) + login: abcde^U (or just press Enter) + => the terminal state goes wrong, "reset" is needed to go back + to "normal state" + +Fix: +Apply the following patch: +http://freebsd.csie.nctu.edu.tw/gem_html/3/A0002063.html + +This make telnet "8-bit clean", being able to input 8-bit data (Chinese +characters) without specifying "-8 or -L" options, and telnet to SunOS +without trouble. + +See also: +http://www.freebsd.org/cgi/query-pr.cgi?pr=6144 Property changes on: head/chinese/telnet/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/chinese/telnet/pkg-plist =================================================================== --- head/chinese/telnet/pkg-plist (nonexistent) +++ head/chinese/telnet/pkg-plist (revision 17589) @@ -0,0 +1 @@ +bin/telnet Property changes on: head/chinese/telnet/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property