1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Yen-Ming Lee
3735f75b7d fix typo (s/ printf/ sprintf/) 2003-10-11 03:03:06 +00:00
Clive Lin
176ac75747 Help to build a correct .tin/tinrc and .tin/attributes at the first run.
PR:		ports/57796
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-09 14:14:43 +00:00
Clive Lin
4c5b38fed8 Improve multibyte ability, otherwise it is broken functionally.
PR:		ports/57732
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-09 04:14:26 +00:00
Yen-Ming Lee
2fde8551ce catch up with news/tin (tin-1.6.1)
Submitted by:	Jia-Shiun Li <jsli@mail2000.com.tw>
2003-08-20 15:55:34 +00:00
Dmitry Sivachenko
44b21d9205 Fix patch after recent tin port update.
Spotted by:	kris
2003-05-11 10:12:49 +00:00
Yen-Ming Lee
598a21df3c catch up with news/tin and unbreak zh-tin-1.5.17
Authorized by:	MAINTAINER
2003-05-10 14:38:46 +00:00
Yen-Ming Lee
772d39a83c set charset to Big5 in all newsgroups
Suggested by:	Ming-Yen Hsu <myhsu@cyberdude dot com>
2003-02-19 04:12:43 +00:00
Yen-Ming Lee
d75a0431ba These patches were merged into main stream source tree,
so remove these patches and unbreak zh-tin

Approved by:	MAINTAINER
2003-01-23 13:34:37 +00:00
Yen-Ming Lee
de264ee391 1. take wrong sig dashes as correct ones when quoting (especially in tw.*)
2. fix a charset error (0x7f isn't valid char in Big5)

Noticed by:	1. zick@db.csie.ncu.edu.tw
		2. daemon.bbs@kulu.twbbs.org
Approved by:	maintainer
2003-01-14 17:45:35 +00:00
Yen-Ming Lee
c86021a7f3 upgrade and unbreak chinese/tin to 1.5.16
PR:		ports/46878
Submitted by:	leeym
Reviewed by:	yssu@CCCA.NCTU.edu.tw (MAINTAINER)
2003-01-12 00:54:48 +00:00
Clive Lin
f656988200 Chasing news/tin upgrade. 2002-05-26 05:41:45 +00:00
Clive Lin
00982aa152 In case tin links against libiconv now, teach tin to recognize BIG5
charset.

Noted by: My post became 8bit stripped.
2002-05-09 19:28:07 +00:00
Kevin Lo
b442a7a41d Update to 1.5.11
PR: 36212
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
2002-03-23 10:19:58 +00:00
Ying-Chieh Liao
87fa77f2e8 make it buildable for 1.5.9
PR:		29539
Submitted by:	MAINTAINER
2001-08-08 10:31:54 +00:00
Clive Lin
1af9373f21 Disable wrap_lines in put_cooked().
Enlarge buffer size for extra-long line.

This fixes core dump which is rarely happened.

PR: ports/26961
Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2001-06-25 18:33:34 +00:00
Clive Lin
84310fa3a2 Essential line wrapping fix for embedded color assii art.
PORTREVISION bumped.

PR: 26691
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Approved by: MAINTAINER
2001-04-19 02:44:17 +00:00
Clive Lin
24e1869346 Resolve conflicts with the updating of news/tin to make it buildable.
It seems that tin itself now has more ability to handle MB.
More inspection on chinese/tin may be required to remove obsoleted method.

(I will forward this commit log to its MAINTAINER and
 freebsd-taiwan-chinese@maillist.tw.freebsd.org)
2001-04-14 01:06:55 +00:00
Clive Lin
5f10e51f99 o Don't fooly assume every character is printable. Some characters
like '\n' is definitely non-printable.

o Fix this by tin's misc.c way, exactly what ports/26402 submitted.

o Unless we have wchar and, well, Citrus Project, imported, there's
  no clean way, Good Thing (tm), we can do in this case.

PR: ports/26402
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
2001-04-08 17:00:54 +00:00
Clive Lin
ce13902f3d Don't do isprint(3) filtering, just print it.
Before isprint(3) get fixed or any one knows how to use isprint(3) to
identify multibytes characters, this temporary fix would remain here.

PR: 23196
Reviewed by: People on tw.bbs.comp.386bsd newsgroup
2000-12-07 16:37:52 +00:00
Vanilla I. Shu
a8a560495c Forgot to add patch files :) 2000-09-24 04:37:05 +00:00