Port details |
- telnet 8bit compatible telnet client for Chinese input
- 1.0_1 chinese
=3 1.0_1Version of this port present on the latest quarterly branch. BROKEN: does not build: libtelnet/Makefile: Could not find src.opts.mk
DEPRECATED: Broken for more than 6 months
This port expired on: 2018-06-06
IGNORE: is marked as broken: does not build: libtelnet/Makefile: Could not find src.opts.mk
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: unknown
- Last Update: 2018-06-07 00:34:18
- SVN Revision: 471892
- People watching this port, also watch:: postfix, zip
- License: not specified in port
- WWW:
- http://www.freebsd.org/cgi/query-pr.cgi?pr=6144
- Description:
- 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:
gopher://freebsd.csie.nctu.edu.tw/00%2f3%2fA0002063
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:
WWW: http://www.freebsd.org/cgi/query-pr.cgi?pr=6144
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zh-telnet>0:chinese/telnet
- No installation instructions:
- This port has been deleted.
- PKGNAME: zh-telnet
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_1 07 Jun 2018 00:34:18
  |
rene  |
Remove expired ports:
2018-06-06 biology/ssaha: Broken for more than 6 months
2018-06-06 biology/crux: Broken for more than 6 months
2018-06-06 biology/ariadne: Broken for more than 6 months
2018-06-06 cad/sceptre: Broken for more than 6 months
2018-06-06 cad/cider: Broken for more than 6 months
2018-06-06 chinese/scim-array: Broken for more than 6 months
2018-06-06 chinese/xpdf: Broken for more than 6 months
2018-06-06 chinese/telnet: Broken for more than 6 months
2018-06-06 comms/java-commapi-freebsd: Depends on BROKEN and expiring
comms/java-commapi
2018-06-06 comms/soundmodem: Broken for more than 6 months
2018-06-06 comms/jsdr: Broken for more than 6 months
2018-06-06 comms/java-commapi: Broken for more than 6 months
2018-06-06 converters/pdf2djvu: Broken for more than 6 months
2018-06-06 databases/rdb: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
1.0_1 05 May 2018 11:11:17
  |
antoine  |
Mark BROKEN everywhere and deprecate
Reported by: pkg-fallout
MFH: 2018Q2 |
1.0_1 21 May 2017 21:55:08
  |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
1.0_1 26 Jan 2017 11:37:34
  |
amdmi3  |
- Mark BROKEN on DragonFly:
cc1: error:
/construction/chinese/telnet/telnet-1.0/libtelnet/../../crypto/libressl/include:
No such file or directory [-Werror=missing-include-dirs] |
1.0_1 12 Jan 2017 15:53:08
  |
amdmi3  |
- Always check OPSYS along with OSVERSION |
1.0_1 02 Jan 2017 20:04:36
  |
rene  |
leeym handed in his commit bit. |
1.0_1 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.0_1 01 Aug 2014 21:56:19
  |
leeym  |
- mark BROKEN on 11-CURRENT |
1.0_1 28 Jul 2014 14:37:20
  |
adamw  |
Rename chinese/ patch-xy patches to reflect the files the modify. |
1.0_1 05 Jul 2014 05:42:34
  |
leeym  |
- remove MAN1 |
1.0_1 03 Oct 2013 06:40:58
  |
sunpoet  |
- Remove unnecessary slash after STAGEDIR |
1.0_1 26 Sep 2013 14:35:05
  |
vanilla  |
Support stage. |
1.0_1 20 Sep 2013 16:01:22
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
1.0_1 22 Feb 2011 06:18:50
 |
linimon  |
Catch up with usage of SRC_BASE introduced in bsd.port.mk r1.662. This
should fix the builds on pointyhat-west.
Hat: portmgr |
1.0_1 04 Aug 2007 11:41:31
 |
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.0_1 12 Aug 2006 23:56:55
 |
leeym  |
- Respect DESTDIR
- Respect MAN1PREFIX
PR: 101936
Submitted by: gslin at gslin.org
Approved by: leeym |
1.0_1 03 May 2006 23:38:41
 |
edwin  |
remove USE_REINPLACE for all ports with categories starting with C |
1.0_1 26 Jan 2004 04:08:36
 |
leeym  |
- use PLIST_FILES
- make portlint happier |
1.0_1 30 Jul 2003 10:15:15
 |
leeym  |
telnet is moved to src/contrib/telnet, so update the port correspondingly.
PR: 55005
Submitted by: Kang Liu <lazykang@hotmail.com> |
1.0 28 Jul 2003 12:25:36
 |
kris  |
BROKEN: Fails to patch |
1.0 04 May 2003 10:36:29
 |
leeym  |
1. simplify the patch
2. stop trying when /usr/src/usr.bin/telnet doesn't exists
Submitted by: 1. ijliao |
1.0 26 Feb 2003 14:23:43
 |
foxfair  |
pkg-comment police: Purge them in this category while I'm here. |
1.0 04 Nov 2002 03:05:48
 |
edwin  |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento |
1.0 19 Aug 2002 08:01:34
 |
leeym  |
change my email address to leeym@FreeBSD.org
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor) |
1.0 16 May 2002 19:40:00
 |
sada  |
- fix missing header file problem.
- change maintainer's email address.
PR: ports/37538
Submitted by: maintainer |
17 Jun 2001 08:35:43
    |
clive  |
Unbreak this port with some modification against original PR. |
12 Oct 2000 16:24:11
    |
vanilla  |
Correct pkg-plist. |
10 Oct 2000 03:45:08
    |
foxfair  |
Quick fix this port after new ports world built, change the program name
(after make) to zh-telnet, so as its man page. |
09 Oct 2000 00:20:55
    |
asami  |
"${MKDIR} work" -> "${MKDIR} ${WRKDIR}" |
08 Oct 2000 00:38:35
    |
asami  |
Convert category chinese to new layout. |
04 Oct 2000 16:35:36
    |
kevlo  |
Change maintainer's e-mail address. |
03 Oct 2000 15:31:31
    |
kevlo  |
- Update ports to work more smoothly - Change maintainer |
05 Aug 2000 17:41:57
    |
kevlo  |
Update MASTER_SITES |
04 Aug 2000 17:33:54
    |
kevlo  |
Fix core dump problem |