Date: Fri, 25 Mar 2005 10:30:05 GMT From: Yen-Ming Lee <leeym@FreeBSD.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/78990: [update] {news,chinese}/tin: integrate patch Message-ID: <200503251030.j2PAU5rF005683@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/78990; it has been noted by GNATS. From: Yen-Ming Lee <leeym@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Cc: ache@FreeBSD.org Subject: Re: ports/78990: [update] {news,chinese}/tin: integrate patch Date: Fri, 25 Mar 2005 18:27:07 +0800 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=big5 Content-Disposition: inline On Fri, Mar 25, 2005 at 02:14:19PM +0800, Yen-Shuo Su wrote: > Acknowledged!! :D > > BTW... Would anybody like to maintain this ports? > Since I'm in charge some important projects, there's not much time to care > about this ports.. Okay, I'll takeover chinese/tin. For the issues that ache@ mentioined: 1. please check the news/tin part of this patch, and I'll take care of chinese/tin part of it. 2. --with-mime-default-charset will set the default value of MM_CHARSET, it is safe to change its value at compile-time or run-time (by setenv). Unlike --disable-mime-strict-charset, set --with-mime-default-charset to charset other than US-ASCII will NOT break other national charsets. Even add MM_CHARSET variable in news/tin, it's still set to US-ASCII by default, but use "?=" to allow users or slave ports to overwrite it. chinese/tin need to change the default value of MM_CHARSET to Big5, otherwise it can't display asciiart correctly. chinese/tin can't work with ncurses either. That's why I need to add optional variables with default values for "charset" and "screen". 3. It might be reasonable to put TIN_ prefixes to all variables, however, some of these variables are commonly used (EDITOR, MM_CHARSET), it will be convenient if we can utilize them. The other WITH/WITHOUT variables can be replaced by using OPTIONS. The config result will be saved in /var/db/ports and only apply to the port which save it. I myself prefer this alternative way. But if you insist, add TIN_ prefixes to these variables (TIN_EDITOR, TIN_SCREEN, TIN_MM_CHARSET, WITHOUT_TIN_PGP_GPG ...) are okay too. -- Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan --opJtzjQTFsWo+cga Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iQCVAwUBQkPne8nMx0NetS5RAQKeJgQA0uPE9Qr4XycqVwe7pMswjBO8ruaXSIKL yRbwttozDlKK6QaPGL88GQiXDYINBWpaTbnLhmPbpx9Iv+ip3GsGcHskooEeUsVw XGyyxgxNhZeBfD3JP7pfzWITH++ubFV1ZGDr03SVHgRhee7NzkSHgWAO1DpOQmCU WFQCrpUJ+ck= =6feI -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503251030.j2PAU5rF005683>