Commit graph

17 commits

Author SHA1 Message Date
roy
f464ac3c0a Allow tin to build using termcap instead of curses.
Workaround for PR plg/51819.
2017-01-11 02:15:56 +00:00
roy
6fc65779b7 Move curses foo from options.mk to Makefile (hi Thomas!) 2017-01-05 12:37:08 +00:00
roy
12105993cc Use the curses framework. 2017-01-04 22:45:33 +00:00
tnn
3e1c48dfa7 replace optional socks5 dependencies with net/dante 2015-09-30 08:25:37 +00:00
wiz
f98e8b0585 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
dholland
af738078f4 For options ncurses and ncursesw, set USE_NCURSES=yes, on the assumption
that explicitly forcing ncurses does not mean "use builtin curses anyway"
unless the builtin curses is *really* ncurses.

(Yes, the ncursesw builtin.mk responds to USE_NCURSES and not USE_NCURSESW;
whether that's a bug is for someone else to decide.)
2010-07-26 06:52:52 +00:00
drochner
d30c74fa1e fix a configure check which could easily get into an endless loop,
and remove a pointless test for a __NCURSES_H symbol in the curses header,
now this can build against NetBSD's wide curses
2010-02-25 16:05:57 +00:00
wiz
5c322c5d06 Fix build with ncursesw option set. Comment from the commit:
# XXX: NetBSD's wide curses are not accepted, because the configure
# script doesn't find the proper headers.
# This could be a bug in the buildlink framework for wide curses.
# The next line is a workaround until someone(TM) finds time to
# investigate this.
2008-07-14 10:09:56 +00:00
wiz
10a9a86a93 Make curses support completely optional, in response to PR 37173
by David A. Holland.
2007-11-25 12:44:07 +00:00
wiz
b604619719 Fix build with curses option. From Yakovetsky Vladimir in PR 36998. 2007-09-19 05:55:05 +00:00
wiz
98e4cd068b Add options for ncurses and ncursesw support.
Based on patch in PR 36983 by Leonard Schmidt.
2007-09-13 23:14:41 +00:00
wiz
9d2e96ac11 Remove some legacy options handling after 3 branches. 2007-01-30 07:11:46 +00:00
rillig
d858c42edf Updated tin to 1.8.2.
-- 1.8.2 release 20060425 "Shillay" --

 011) Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
      ADD. updated russian translation
      FIX. ru.po

 010) Urs Janssen <urs@tin.org>
      BUG. possible division by zero in thread_by_percentage()
      FIX. art.c

 009) Urs Janssen <urs@tin.org>
      BUG. didn't reissue GROUP cmd after reconnect with authentication
      BUG. possible buffer overflow
      REM. unnecessary test for wcsnlen
      ADD. cat, jobs, travel and mobi TLDs
      FIX. aclocal.m4, policy.h, misc.c, nntplib.c

 008) Urs Janssen <urs@tin.org>
      ADD. config.guess, config.sub update
      FIX. config.guess, config.sub

 007) Michael Bienia <michael@vorlon.ping.de>
      BUG. buffer overflow in convert_tex2iso in UTF-8 environment
      FIX. charset.c
2006-07-17 15:48:47 +00:00
wiz
49228afc7c Add icu option, default off. 2006-01-03 00:06:49 +00:00
wiz
220baa6b40 Fix comment. 2006-01-01 18:52:27 +00:00
wiz
da8a44da16 Mention when to remove PKG_OPTIONS_LEGACY_VARS line. 2006-01-01 16:10:51 +00:00
wiz
362a51494a Update to 1.8.0.
Convert to options framework.
Prefer package version to internal version of pcre.
Add curses and inet6 options.

New features and changes since tin-1.6.0

Changes
-------
. interactive mailer can now be fed with headers. The old use_mailreader_i
  config variable is obsolete and superseded by the new interactive_mailer
  variable that can have three values:
  0  no interactive mailreader (old use_mailreader_i=OFF)
  1  interactive mailreader with headers
  2  interactive mailreader without headers (old use_mailreader_i=ON)

New features
------------
. You can now specify a mailbox folder to save your sent mails (fcc=) so
  you possibly don't need auto_cc or auto_bcc anymore. See tin(5).

. x_headers can take a command which generates the header(s). See tin(5).

. mime_forward (message/rfc822) attributes option

. single line scrolling in all levels

. minimalistic BiDi support (render_bidi)

. minimalistic IDNA decoding support

. display non-printable characters as octals in raw-mode

. user defined date_format

. support non-ascii key-bindings

. 'percentage match' threading

Retired Features
----------------
. AmigaOS support
2006-01-01 16:10:29 +00:00