Commit graph

81 commits

Author SHA1 Message Date
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
obache
d8fc20e0b0 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
asau
d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
wiz
f98e8b0585 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
wiz
5a8161ac57 Reset maintainer, I do not use it much any longer. 2012-03-05 13:13:46 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
099c07bf4e Update to 2.0.1:
-- 2.0.1 release 20111224 "Achenvoir" --

 004) Matt Anton <tin@syrius.org>
      ADD. updated french translation
      FIX. fr.po

 003) Toomas Soome <Toomas.Soome@microlink.ee>
      ADD. updated estonian translation
      FIX. et.po

 002) Dennis Preiser <dennis@d--p.de>
      BUG. buggy error-message for attributes with no scope
      BUG. abbreviated group names might get unnecessary cut off
      BUG. OPT_MONO_* options were shown in menu when use_color is enabled
      BUG. in some cases huge article numbers might get corrupted due to
           the use of atoi()
      BUG. possible uninitialized ext_color member in cchar_t (new in ncurses6)
      FIX. art.c, attrib.c, lang.c, options_menu.c, select.c, tcurses.c
           extern.h, tincfg.tbl

 001) Urs Janssen <urs@tin.org>
      ADD. config.guess, config.sub update
      BUG. crash when entering scope menu without active group
      FIX. select.c, config.guess, config.sub
2012-01-28 15:56:04 +00:00
wiz
acc6783177 Update to new stable release 2.0.0.
-- 2.0.0 release 20110823 "Ardenistiel" --

U029) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros; switch to 2.13.20110430
      ADD. --with-pkg-config configure switch
      ADD. --with-textdomain configure switch
      ADD. don't use hardcoded number of available colors; don't try to set
           colors out of identified range
      FIX. color.c, curses.c, init.c, main.c, tcurses.c, autoconf.h[in]
           proto.h aclocal.m4, configure[.in], Makefile, Makefile.in
           install-sh

U028) Dennis Preiser <dennis@d--p.de>
      BUG. used preprocessor directives within snprintf which may be
           implemented as a macro
      BUG. fixed a typo
      BUG. fixed several display problems in the !USE_CURSES case
      BUG. fixed several display problems with non default foreground and
           background colors.
      BUG. dead increment
      BUG. didn't unfold structured news_headers_to_display before calling
           convert_to_printable which replaces \n with ?
      BUG. scopes with just quick_{kill,select}_* rules got lost when
           entering the scopes menu
      BUG. last option in options 'M'enu may be invisible
      BUG. unnecessary screen redraw in options 'M'enu
      ADD. reject out of range background colors in menu/tinrc
      ADD. removed some unnecessary variables
      ADD. PageToggleAllHeaders
      ADD. do not strip tabs from Subject or Organization in page header
      ADD. tinrc.utf8_graphics to use UTF-8 characters for various graphics
      FIX. extern.h, keymap.h, proto.h, tcurses.h, tin.h, tinrc.h, art.c
           attrib.c, charset.c, color.c, config.c, cook.c, curses.c, feed.c
           filter.c, group.c, help.c, init.c, keymap.c, lang.c, mail.c, misc.c
           nntplib.c, options_menu.c, page.c, pgp.c, post.c, prompt.c, read.c
           rfc2046.c, save.c, screen.c, select.c, string.c, tcurses.c, thread.c
           tincfg.tbl, tin.1, tin.5, keymap.sample

U027) Urs Janssen <urs@tin.org>
      BUG. used preprocessor directives within snprintf which may be
           implemented as a macro
      BUG. tinrc.ask_for_metamail had no effect
      BUG. CHECK_SIGN for gpg was wrong (at least for gpg 1.4.x)
      BUG. .so TLD wasn't allowed but is in use since 11/2010
      BUG. .xxx gTLD wasn't allowed but is in use since 04/2011
      BUG. .yu TLD was still allowed but is defunct since 04/2010
      BUG. forged supersedes (-DFORGERY) were only allowed via 'x'(repost)
           but not via 'D'(cancel)
      BUG. superseding own articles in forgery conf. didn't add Cancel-Key
      BUG. possible double fclose
      ADD. allow -- in domain names in URL_REGEX and NEWS_REGEX
      ADD. allow new IDN ccTLDs of Algeria, India, Korea, Morocco, Serbia
           Singapore and Syria
      REM. Kinyarwanda po files
      REM. configure check for unused getpass(3)
      ADD. cache getenv("NNTPSERVER") result early
      ADD. -4 / -6 cmd. line switch
      ADD. config.guess, config.sub update
      ADD. configure check for stdint.h and inttypes.h
      ADD. configure check for fsync()
      FIX. help.c, init.c, lang.c, main.c, newsrc.c, nntplib.c, pgp.c, post.c
           prompt.c save.c, extern.h, policy.h, tin.h, tincfg.tbl
           Makefile[.in], autoconf.h[in], configure[.in], config.guess
           config.sub, tin.1, rw.po

U026) Matt Anton <tin@syrius.org>
      ADD. updated french translation
      FIX. fr.po

-- 1.9.6 release 20101126 "Burnside" --

U025) Matt Anton <tin@syrius.org>
      ADD. updated french translation
      FIX. fr.po

U024) Toomas Soome <Toomas.Soome@microlink.ee>
      ADD. updated estonian translation
      FIX. et.po

U023) Joe Hansen <joedalton2@yahoo.dk>
      ADD. updated danish translation
      FIX. da.po

U022) Thomas E. Dickey <dickey@invisible-island.net>
      BUG. _XOPEN_SOURCE was defined on darwin
      ADD. CF_SIGWINCH - compile check for SIGWINCH
      FIX. aclocal.m4, configure[.in], Makefile[.in]

U021) Dennis Preiser <dennis@d--p.de>
      BUG. SIGWINCH at page level after a connection timeout lead to a crash
      BUG. no SIGWINCH hadling in setup_check_article()
      BUG. comments in references were not skipped
      BUG. fixed some display problems in the !USE_CURSES case
      ADD. info message on SearchRepeat without previous search
      ADD. attachment level 'V' at the article-pager
      ADD. URL level 'U' at the article-pager
      ADD. cancel article 'D' to the group and thread level
      ADD. shell escape '!' to the 'M'enu
      ADD. workaround for buggy isspace() implementations
      ADD. tinrc.abbreviate_groupname option
      ADD. don't take a copy of the article in raw mode when reading from
           local-spool
      ADD. skip over text/plain parts in multibyte charsets which may contain
           null-bytes
      ADD. message/rfc822 mime-parts are now parsed and included text/plain
           parts are shown to the user
      BUG. highlighting for SearchBody didn't work
      BUG. depending on used terminal highlighting sometimes ran too far
      BUG. fixed several sorting/threading/filtering options which did not
           instantly reflect changes when not beeing in select level
      BUG. help string was truncated at cCOLS without checking if inside a
           multibyte sequence
      BUG. build_gline() miscalculates free space for utf-8 groups &
           descriptions
      FIX. art.c, attrib.c, color.c, config.c, cook.c, curses.c, filter.c
           group.c, help.c, init.c, keymap.c, lang.c, mail.c, main.c, misc.c
           newsrc.c, nntplib.c, options_menu.c, page.c, post.c, prompt.c
           refs.c, rfc2046.c, rfc2047.c, save.c, screen.c, select.c, signal.c
           string.c, tags.c, thread.c, extern.h, keymap.h, proto.h, rfc2046.h
           tin.h, tinrc.h, tincfg.tbl, tin.1, tin.5, keymap.sample

U020) Urs Janssen <urs@tin.org>
      ADD. minor manpage tweaking
      ADD. config.guess, config.sub update
      ADD. disallow postings to 'j' groups
      ADD. disallow 198.51.100.0/24 and 203.0.113.0/24 in gnksa-checks
      ADD. forbid "poster" in Newsgroups, warn about "example" in Newsgroups
      ADD. forbid "poster" and a groupname in Followup-To, warn about "example"
           in Followup-To
      ADD. allow IDN ccTLDs in 'GNKSA'-parser
      ADD. keep failed article in dead.article is server closes the
           connection and no reconnection is done.
      BUG. DEFAULT_VERBATIM_BEGIN_REGEX / DEFAULT_VERBATIM_END_REGEX allowed
           tailing text in the line
      BUG. da.po was missing from the tarball
      BUG. x-posting to an unexisting group named first in Newsgroups caused
           a crash
      BUG. remembered capabilities over reconnects, they are flushed now
      BUG. memleak on duplicated overview fields
      BUG. don't send GROUP for groups not listed in the servers active file
           when newsrc_active && list_active is set
      FIX. active.c, art.c, attrib.c, config.c, curses.c, filter.c, init.c
           lang.c, misc.c, newsrc.c, nntplib.c, post.c, rfc2047.c, save.c
           select.c, sigfile.c, string.c, tcurses.c, thread.c, extern.h
           nntplib.h, policy.h, tin.h, Makefile, tin.1, tin.5, config.guess
           config.sub

-- 1.9.5 release 20091224 "Lochruan" --

U019) Urs Janssen <urs@tin.org>
      ADD. MarkFeedRead ^X / MarkFeedUnread ^Y to thread-level
      ADD. configure check for gethostbyname in libnetwork (Haiku)
      ADD. check if SIGBUS == SIGSEGV (Haiku)
      ADD. don't define HAVE_LINK on Haiku
      ADD. config.guess, config.sub update
      FIX. help.c, keymap.c, signal.c, thread.c, extern.h, tin.1, tin.5
           configure.in, aclocal.m4, config.guess, config.sub

U018) Frederic Briere <fbriere@fbriere.net>
      ADD. MarkFeedRead ^X / MarkFeedUnread ^W to page-level
      FIX. feed.c, group.c, help.c, keymap.c, lang.c, extern.h, keymap.h, tin.h

U017) Joe Hansen <joedalton2@yahoo.dk>
      ADD. initial danish translation
      FIX. da.po

U016) Volker Borchert <v.borchert@vistecprivat.de>
      BUG. used towupper() in the !MULTIBYTE_ABLE case
      ADD. fallback for missing sys_errlist declaration
      FIX. prompt.c, string.c, pcre/Makefile[.in]

U015) Dennis Preiser <dennis@d--p.de>
      ADD. scope and attributes menu
      ADD. help pages to the various menus
      ADD. PageSkipIncludedText now skips over the next quoted block
      ADD. runtime calculation of the filter file offset
      ADD. '-w' now suggests the first given cmd-line group to post to
      ADD. '-s', '-m' and '-G' cmd-line switches no longer change the
           corresponding tinrc values
      ADD. -G for the !NNTP-case
      ADD. disable creation of cached overviews in getart_limit case
      ADD. disable getart_limit in -u case
      ADD. mail/pipe/print articles now work on ranges
      ADD. NNTP read timeout
      BUG. maildirs starting with '=' caused tin to hang after 's'aving an
           article to a mailbox
      BUG. savedirs starting with '+' caused tin to hang after 's'aving an
           article to a file
      BUG. in rare cases (aborted article load or '-' after cancel) one
           article was incorrectly marked as unavailable
      BUG. memleaks in canlock operations
      BUG. fix a long overflow in print_bitmap_seq() when xmax = __LONG_MAX__
      BUG. didn't create Message-ID when cancelling own article when
           configured as FORGERY + EVIL_INSIDE
      BUG. batch mode wasn't as quitet/as verbose as it could be
      BUG. aborted prompt_getart_limit() lost previous value
      BUG. MARK_FEED_READ/MARK_FEED_UNREAD in thread level with no selected
           or tagged arts and selecting 'a' marks the base-art read/unead
      BUG. signal handler not unset while piping
      BUG. sort_article_type didn't always work correct with
           thread_articles={2,3}
      BUG. realloc in expand_ctrl_chars() caused a crash
      FIX. active.c, art.c, attrib.c, auth.c, config.c, cook.c, curses.c
           feed.c, filter.c, group.c, help.c, inews.c, init.c, keymap.c, lang.c
           mail.c, main.c, makecfg.c, memory.c, misc.c, newsrc.c, nntplib.c
           nrctbl.c, options_menu.c, page.c, post.c, prompt.c, read.c
           rfc1524.c, rfc2046.c, save.c, select.c, sigfile.c, signal.c
           tcurses.c, thread.c, tincfg.tbl, extern.h, keymap.h, nntplib.h
           proto.h, tcurses.h, tin.h, tinrc.h, tin.1, tin.5

U014) Urs Janssen <urs@tin.org>
      ADD. minor code cleanup
      ADD. assume pid_t is long instead of int
      ADD. comment out trace.o dependeny-rule if not configured --with-trace
      ADD. disable abort-posting for cursor-keys on check-article screen
           (debian bug #231070)
      ADD. try AUTHINFO USER/PASS on -A if CAPABILITIES didn't announce any
           supported auth methods
      ADD. config.guess, config.sub update
      ADD. configure check for towupper(), wcscat(), wcscpy() and wctomb() in
           AM_MULTIBYTE_ABLE
      ADD. disallow 192.0.2.0/24 in gnksa-checks
      ADD. convert MOTD from UTF-8 to local-charset
      ADD. warn about aliased groups
      ADD. reduce number of "LIST ACTIVE grp" cmds send with -n if server
           announces "LIST ACTIVE" capabillity
      ADD. reduce number of "LIST NEWSGROUPS grp" cmds send with -n if server
           announces "LIST NEWSGROUPS" capabillity
      ADD. prefer "LIST COUNTS" over "LIST ACTIVE" when announced via
           CAPABILITIES
      BUG. NULL was only allowed once to unbound a keymapping
      BUG. don't de/encode header(-fields) which can not hold RFC2047-encoded
           words (but strings which may look like encoded words)
      BUG. memleaks in cancel_article(), submit_mail_file(),
           create_normal_article_headers()
      BUG. expand_ctrl_chars() misscalculated tabexpansion on multiline input
      BUG. uuencoded parts might get 'V'iewd twice
      BUG. when pipelinming GROUP cmds. and server requires auth for some groups
           tin got confused
      BUG. attributes autoupdate on version change didn't work
      BUG. entered wrong group at startup if a groupname was given on the
           cmd.-line and there were new groups on the server
      REM. AUTHINFO GENERIC support
      FIX. active.c, art.c, attrib.c, auth.c, charset.c, color.c, config.c
           cook.c, debug.c, filter.c, init.c, keymap.c, lang.c, mail.c, main.c
           memory.c, misc.c, my_tmpfile.c, newsrc.c, nntplib.c, pgp.c, post.c
           prompt.c, refs.c, rfc2047.c, save.c, select.c, xref.c, extern.h
           nntplib.h, proto.h, tin.h, configure[.in], src/Makefile[.in]
           aclocal.m4, tin.1, tin.5
2011-11-30 21:22:41 +00:00
obache
9297f1831d recursive bump from icu shlib major bump. 2011-06-10 21:57:06 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41: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
0ab50f8563 Add patch from Dennis Preiser on tin-dev.
Fixes, among others, |perl-script issues with suspending and
SIGWINCH problems.

Bump PKGREVISION.
2009-10-22 22:01:25 +00:00
wiz
36cab2bf2c Add msgfmt to tools, for DragonFly. 2009-08-23 16:49:54 +00:00
wiz
5b0402428e Fix a core dump when listing an mhbox thread.
From Urs Janßen (upstream). Ride update.
2009-07-22 10:53:51 +00:00
wiz
5e1747b574 Update to 1.9.4. Deemed "unstable" version, but according to upstream
at least as stable as 1.8.3, and it has bug fixes I want :)

-- 1.9.4 release 20090211 "Rieclachan" --

U013) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros
      ADD. configure check to guess $ARFLAGS
      FIX. aclocal.m4, configure[.in], libcanlock/Makefile.in, pcre/Makefile.in

 021) Dennis Preiser <onkelp@gmx.de>
      BUG. memleak in free_attributes()
      FIX. memory.c

U012) Dennis Preiser <onkelp@gmx.de>
      ADD. enhance attributes documentation
      ADD. menu-option/attribute to turn verbatim block handling on and off
      ADD. menu-option to color the lines between the verbatim marks
      ADD. menu-option/attribute to trim article body (compact empty lines)
      ADD. most tinrc options to attributes
      ADD. merged auto_cc and auto_bcc into auto_cc_bcc
      BUG. mem-leak in set_colors()
      BUG. -S used group specific savedir if set via attributes
      BUG. long lines in verbatim blocks may grabble the screen
      BUG. unescaped metacharacter in DEFAULT_VERBATIM_BEGIN_REGEX
      BUG. rot13 does not rotate the verbatim_begin_regex line
      BUG. numeric attributes got lost on big-endian OSs
      BUG. missing newline in multipart/mixed articles befor the very last
           text/plain part
      FIX. active.c, art.c, attrib.c, color.c, config.c, cook.c, debug.c
           feed.c, filter.c, group.c, inews.c, init.c, lang.c, mail.c, main.c
           memory.c, misc.c, options_menu.c, page.c, post.c, refs.c, rfc2047.c
           save.c, search.c, select.c, sigfile.c, tags.c, thread.c, extern.h
           proto.h, rfc2046.h, tin.h, tinrc.h, version.h, tincfg.tbl, tin.1
           tin.5

U011) Urs Janssen <urs@tin.org>
      ADD. minor code cleanup
      ADD. workaround bogus XHDR response from SoftVelocity Discussions 2.5q
      ADD. configurable path via tin.defaults to overview.fmt file
      ADD. send "LIST HEADES" befor doing "HDR" if server supports it
      ADD. config.guess, config.sub update
      ADD. started german manpage translation
      ADD. issue extra "GROUP" when NEXT receives 411
      ADD. issue a warning if attributes file has an unexpected version number
      ADD. check for 8bit chars in Newsgroups, Followup-To and Distribution
           befor posting
      ADD. check user supplied Message-ID, Date and Expires-header befor
           posting
      ADD. speedup -S, -N, -M
      ADD. improved DEFAULT_STRIP_WAS_REGEX
      BUG. PageEditArticle was allowed for GROUP_TYPE_SAVE
      BUG. Distribution was mime-decoded
      BUG. don't break long body-lines in original article when superseding
      BUG. don't send "LIST NEWSGROUPS" for mailgroups in the -n case
      BUG. empty but present Followup-To header (server bug) was used in f'ups
      BUG. didn't recheck CAPABILITIES after successfull auth or after mode
           switching if received 500er response in the first pass
      BUG. don't prompt for authdata if we can't auth as the server doesn't
           offer any auth-method we can send
      BUG. configure options --program-prefix, --program-suffix and
           --program-transform-name didn't work
      BUG. headers with just one byte content were automagicaly removed
      BUG. -R didn't work if savedir was set to an unexpanded path
      BUG. fixed memleak with -R
      BUG. --disable-posting didn't catch 'x' (repost) early enough
      FIX. active.c, art.c, attrib.c, auth.c, config.c, cook.c, debug.c, feed.c
           filter.c, getline.c, group.c, header.c, help.c, inews.c, init.c
           keymap.c, lang.c, list.c, mail.c, main.c, memory.c, misc.c
           my_tmpfile.c, newsrc.c, nntplib.c, options_menu.c, page.c, post.c
           prompt.c, refs.c, regex.c, rfc2046.c, save.c, screen.c, select.c
           sigfile.c, tags.c, thread.c, version.c, xface.c, xref.c, extern.h
           proto.h, stpwatch.h, tin.h, version.h, tincfg.tbl, Makefile[.in]
           configure[.in], tin.defaults, tin.5, config.guess, config.sub
           doc/l10n/*

-- 1.9.3 release 20080506 "Dalintober" --

U010) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros
      FIX. aclocal.m4, configure[.in], mkdirs.sh

U009) Dirk Nimmich <nimmich@muenster.de>
      ADD. (g)oto group search now is case insensitive
      ADD. infrastructure for editing and writing attributes
      ADD. write attributes file from internal structures
      BUG. possible memleak when freeing group attributes
      ADD. check joinpath for overruns
      BUG. potential buffer overruns
      BUG. memleak in curses.c:ReadWch()
      BUG. uninitialized mm_local_charset when no config files available,
           leading to an endless loop on exit when newsrc cannot be written
      BUG. inconsistent update of mm_local_charset on runtime
      BUG. fixed length buffer in rfc1522_do_encode()
      FIX. extern.h proto.h, tin.h, active.c, art.c, attrib.c, auth.c, config.c
           curses.c, debug.c, feed.c, inews.c, init.c, joinpath.c, keymap.c
           list.c, mail.c, main.c, memory.c, mimetypes.c, my_tmpfile.c
           newsrc.c, nntplib.c, nrctbl.c, options_menu.c, pgp.c, post.c
           rfc2046.c, save.c, select.c, sigfile.c, string.c, xref.c

 020) Urs Janssen <urs@tin.org>
      BUG. my_realloc() didn't handle zero size reallocs
      BUG. subjects > 256 chars were tunrcated at group-level without adding
           a \0-termination
      FIX. group.c, memory.c

U008) Rado S <regrado@web.de>
      ADD. use same article numbers in different levels
      FIX. extern.h, lang.c, page.c

 019) Philip Hazel <ph10@cam.ac.uk>
      BUG. missing a check for a possible return value of pcre_exec()
      FIX. misc.c, regex.c

U007) Urs Janssen <urs@tin.org>
      ADD. enable some more CAPABILLITIES related code
      ADD. minor code cleanup
      ADD. config.guess, config.sub update
      ADD. allow .kp, .me, .rs, .tel and .asia TLDs
      ADD. check permissions of .cancelsecret-file
      ADD. --enable-cancel-locks configure option
      ADD. --with-slrnface configure option
      ADD. libcanlock update (1.0 -> 2b-4)
      ADD. url_handler.pl as new DEFAULT_URL_HANDLER
      ADD. remove leading/tailing whitespace in filter scope
      ADD. increase internal buffer in rfc1522_encode()/rfc1522_do_encode()
      ADD. restrictions to tin generated Message-IDs (disallow
           .invalid-TLD, disallow IDs > 250 octets)
      ADD. SIGUSR2 handler to write out newsrc
      ADD. configure check for gsasl.h/libgsasl
      ADD. AUTHINFO SASL PLAIN support if gsasl.h/libgsasl is found
      ADD. use "LIST NEWSGROUPS grp" with -n cmd-line switch
      ADD. use "LIST ACTIVE grp" with -n cmd-line switch
      ADD. don't treat empty Bytes or Lines-filed in overview as error in
           debug mode
      ADD. parse LIST OVERVIEW.FMT
      ADD. if LIST OVERVIEW.FMT didn't mention Xref:full, but XOVER includes
           Xref: use it instead of sending XHDR XREF
      ADD. do "XHDR XREF -" instead of gazillions of single cmds.
      BUG. missing utf-8 validation for news_headers_to_display
      BUG. newnewsrc tmp-file wasn't always removed
      BUG. subscribe_pattern() was overcomplex
      BUG. mail_to_someone() didn't convert the article into the local charset
      REM. libinn support (was broken for ages)
      FIX. active.c, art.c, attrib.c, auth.c, charset.c, config.c, color.c
           cook.c, debug.c, filter.c, group.c, header.c, help.c, inews.c
           init.c, keymap.c, lang.c, mail.c, main.c, memory.c, mimetypes.c
           misc.c, my_tmpfile.c, newsrc.c, nntplib.c, options_menu.c, page.c
           post.c, refs.c, regex.c, rfc2045.c, rfc2047.c, save.c, screen.c
           search.c, select.c, sigfile.c, signcal.c, string.c, tags.c
           tcurses.c, thread.c, version.c, xface.c, xref.c, config.guess
           config.sub, de.po, autoconf.h[in], debug.h, extern.h, policy.h
           proto.h, rfc2046.h, keymap.h, tin.h, version.h, Makefile
           configure[.in], Makefile[.in], libcanlock/*, tin.1, tin.5

-- 1.9.2 release 20070201 "Dalaruan" --

 018) Christian Weisgerber <naddy@mips.inka.de>
      BUG. assumed that wchar_t and wint_t are of the same size
      FIX. tcurses.c

 017) Antonio Querubin <tony@lava.net>
      BUG. missplaced ||
      FIX. nntplib.c

U006) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros
      FIX. aclocal.m4

U005) Dirk Nimmich <nimmich@muenster.de>
      BUG. raw-mode didn't allow rot13
      BUG. can't 'V'iew mime-parts with (illegally) encoded filename
      BUG. CatchupNextUnread in page level didn't always work
      BUG. 'C'atchup in pager was still not correct (we didn't ever enter the
           next group)
      BUG. fast/endless reconnection loop after a "200\n\r400\n\r" greeting
      BUG. resent command on 503 error
      ADD. rewrote NGLIMIT handling
      REM. return value of change_config_file()
      FIX. proto.h, tin.h, feed.c, group.c, nntplib.c, options_menu.c, page.c
           post.c, save.c, select.c

 015) Michael Bienia <michael@vorlon.ping.de>
      BUG. 'l' from the pager doesn't reposition cursor to last viewed
           article
      FIX. thread.c

 014) Urs Janssen <urs@tin.org>
      BUG. "Kill text pattern" form killfile menu was applied to
           Message-ID and References instead of Message-ID only
      BUG. FILTER_FILE_OFFSET was wrong
      ADD. allow .ax TLD
      FIX. filter.c, policy.h, tin.h

 013) Urs Janssen <urs@tin.org>
      ADD. minor manpage tweaking
      FIX. tin.1, tin.5

 012) Peter Breitenlohner <peb@mppmu.mpg.de>
      BUG. build problem with VPATH
      FIX. Makefile.in

 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

U004) Urs Janssen <urs@tin.org>
      ADD. pcre update (6.6 -> 7.0)
      ADD. RISC OS handling
      ADD. more options to filter menu "Kill text pattern"
      ADD. allow UTF-8 descriptions
      REM. don't generate Sender on Mac OS X
      ADD. config.guess, config.sub update
      ADD. hide some regex in 'M'enu if the related option is off
      ADD. disallow .so, .um TLDs
      ADD. warn about useless cmd-line option combinations
      ADD. enable CAPABILLITIES code
      ADD. updated german translation
      FIX. Makefile, aclocal.m4, configure[.in], extern.h, policy.h, filter.c
           init.c, lang.c, main.c, mail.c, nntplib.c, options_menu.c, post.c
           pcre/*, config.guess, config.sub, de.po

U003) Michael Bienia <michael@vorlon.ping.de>
      ADD. 'M'enu option for VERBATIM_*_REGEXs
      ADD. new option: sort by date of last posted article
      ADD. merge tinrc.{pgdn_goto_next,tab_goto_next_unread,
           space_goto_next_unread} into one option tinrc.goto_next_unread
      ADD. merge PAGE_PAGE_DOWN3 (SPACE) into GLOBAL_PAGE_DOWN
      ADD. minor code cleanup
      FIX. extern.h, keymap.h, proto.h, tin.h, tinrc.h, version.h, art.c
           attrib.c, charset.c, config.c, cook.c, help.c, init.c, keymap.c
           lang.c, options_menu.c, page.c, tincfg.tbl, keymap.sample, tin.1
           tin.5

-- 1.9.1 release 20060409 "Benmore" --

U002) Urs Janssen <urs@tin.org>
      ADD. slrn style verbatim mark support (#v+/#v-)
      ADD. use tinrc.date_format for %D date expansion
      ADD. config.guess update
      REM. unused gb, so and um TLDs
      FIX. config.guess, autoconf.hin, extern.h, tin.h, cook.c, init.c
           memory.c, misc.c, tin.1

 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

-- 1.9.0 release 20060228 "Ardlussa" --

 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

U001) Urs Janssen <urs@tin.org>
      ADD. pcre update (6.4 -> 6.6)
      REM. VMS support
      FIX. Makefile, aclocal.m4, attrib.c, curses.c, config.c, header.c
           inews.c, init.c, lang.c, mail.c, main.c, mimetypes.c, misc.c
           newsrc.c, nntplib.c, post.c, read.c, save.c, signal.c, bugrep.h
           tin.h, tnntp.h, version.h, pcre/*, vms/*
2009-07-22 10:00:17 +00:00
zafer
149987a04d tin has been removed from tu wien mirror. update master_sites. 2009-07-16 23:04:06 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
wiz
4bf4a18365 Convert to user-destdir. 2009-02-16 09:56:09 +00:00
gdt
e13009315b set NO_*_ON_CDROM following LICENSE. 2008-09-12 11:33:44 +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
a40a8b4e34 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 12:20:12 +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
9ee7414dba Remove ftp.nuxi.com from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37328.
2007-11-12 00:04:36 +00:00
wiz
0c3aed1371 Remove uiarchive.uiuc.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37327.
2007-11-12 00:02:23 +00:00
wiz
b604619719 Fix build with curses option. From Yakovetsky Vladimir in PR 36998. 2007-09-19 05:55:05 +00:00
wiz
b7eae74469 Take maintainership. 2007-09-13 23:26:24 +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
5ae3d4f881 Add license file for tin, and make news/tin use it. 2007-09-05 21:59:41 +00:00
wiz
7dc977c1cb Report it if part of the build fails. 2007-09-05 21:59:22 +00:00
wiz
019ba8fa18 Update to 1.8.3:
-- 1.8.3 release 20070201 "Scotasay" --

018) Christian Weisgerber <naddy@mips.inka.de>
     BUG. assumed that wchar_t and wint_t are of the same size
     FIX. tcurses.c

017) Antonio Querubin <tony@lava.net>
     BUG. missplaced ||
     FIX. nntplib.c

016) Toomas Soome <Toomas.Soome@microlink.ee>
      ADD. updated estonian translation
      FIX. et.po

015) Michael Bienia <michael@vorlon.ping.de>
     BUG. 'l' from the pager doesn't reposition cursor to last viewed
          article
     FIX. thread.c

014) Urs Janssen <urs@tin.org>
     BUG. "Kill text pattern" form killfile menu was applied to
          Message-ID and Rrferences instead of Message-ID only
     BUG. FILTER_FILE_OFFSET was wrong
     ADD. allow .ax TLD
     FIX. tin.h, filter.c, policy.h

013) Urs Janssen <urs@tin.org>
     ADD. minor manpage tweaking
     FIX. tin.1, tin.5

012) Peter Breitenlohner <peb@mppmu.mpg.de>
     BUG. build problem with VPATH
     FIX. Makefile.in
2007-02-02 19:29:12 +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
minskim
c3e75b8acf USE_TOOLS+=yacc 2006-06-20 22:19:38 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wiz
a111813f0b Update to 1.8.1:
-- 1.8.1 release 20060215 "Mealasta" --

U062) Aleksey Salow
      BUG. possible buffer overflow
      FIX. mail.c

U061) Daniel Nylander
      ADD. initial swedish translation
      FIX. sv.po

U060) Chung-chieh Shan
      BUG. bogus '/' in MAILDIR_NEW
      FIX. misc.c

U059) Thomas E. Dickey
      Urs Janssen
      BUG. build problem on Mac OS X
      FIX. tin.h, header.c, nntplib.c

U058) Urs Janssen
      ADD. config.guess, config.sub update
      FIX. config.guess, config.sub

U057) Andrey Simonenko
      ADD. updated russian translation
      FIX. ru.po
2006-02-16 18:01:05 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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