diff options
author | cube <cube> | 2003-10-27 21:48:27 +0000 |
---|---|---|
committer | cube <cube> | 2003-10-27 21:48:27 +0000 |
commit | 1dfa381e0d7ebb8f7e8e0ab2742fbf9227bdb127 (patch) | |
tree | 30fa7363706d507b0a98b316a6c2cb370ba2f3fa /news/slrn/Makefile | |
parent | 60e0fec23f5ba73daa3ee470a54acc63191cfad4 (diff) | |
download | pkgsrc-1dfa381e0d7ebb8f7e8e0ab2742fbf9227bdb127.tar.gz |
Update to 0.9.8.0. Notably, brings in IPv6 support, thus closing
PR pkg/18081.
Complete change log at http://slrn.sourceforge.net/docs/changes.html .
Changes since slrn 0.9.7.4:
-1. Changes when building on Un*x: [...]
0. Bug fixes include: [...]
1. Changes to the user interface: [...]
2. When used in combination with slrnpull, slrn now supports "true offline
reading". [...]
3. slrnpull no longer completely rewrites the overview files when expiring
articles. [...]
4. If your terminal supports it (and you are not using Win32 or OS/2), you
can now use colors and attributes at the same time. [...]
5. Set use_recommended_msg_id to 1 in your config file if you want slrn to
make use of server-proposed Message-IDs. [...]
6. Added intrinsic functions [...]
7. Custom sorting now allows you to use different criteria for sorting
initial articles of threads and articles inside threads. [...]
9. When reading in spool mode with spool_check_up_on_nov set, slrn now finds
out the number of bytes of each article, even if it is not included in
the news overview file (based on a patch by Jurriaan W Kalkman).
10. Support Cancel-Locks using the canlock library (--with-canlock) that can
be obtained from <http://cssri.meowing.net/> [...]
11. Support GNU TLS via its new OpenSSL compatibility layer (--with-gnutls).
[...]
12. New command-line option "-w0" that waits on startup, but only if a
warning or error is displayed.
13. Updated cleanscore, see contrib/NEWS.cleanscore (Felix Schueller)
14. Verbatim text can be hidden using toggle_verbatim_text (default binding
'{') or hide_verbatim_text in the config file. (Arek Sochala)
15. The "BEGIN PGP SIGNED ARTICLE" line is displayed using the "pgpsignature"
color and stripped on followups. (Emmanuele Bassi)
16. If query_read_group_cutoff is set to -n, slrn will automatically
(without prompting) download n articles when more than n are present.
17. Support Turkish characters on Win32 - set charset to "ibm857" for this.
With help from A. Alper ATICI
18. Re-structured the manual and added a chapter about slang's
pre-processing facilities. (Matthias Friedrich)
19. The config variable cc_followup_string is obsolete [...]
20. New translations: [be, fi, tr]
21. Remove duplicates when browsing URLs (Ruediger Sonderfeld)
22. IPv6 support (requires getaddrinfo; patch by J.H.M. Dassen (Ray))
23. A new, updated and more comprehensive FAQ (doc/FAQ) - it replaces the
files FAQ, SCORE_FAQ and slrnpull/FAQ (written by Matthias Friedrich and
me, based on John E. Davis' original files).
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r-- | news/slrn/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 7f0de45640a..107b0f118a8 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,18 +1,14 @@ -# $NetBSD: Makefile,v 1.28 2003/07/17 22:52:10 grant Exp $ +# $NetBSD: Makefile,v 1.29 2003/10/27 21:48:27 cube Exp $ # -DISTNAME= slrn-0.9.7.4 -PKGREVISION= 1 +DISTNAME= slrn-0.9.8.0 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=slrn/} EXTRACT_SUFX= .tar.bz2 PATCH_SITES= http://slrn.sourceforge.net/patches/ -PATCHFILES= slrn-0.9.7.4-po.diff \ - slrn-0.9.7.4-popup_win.diff \ - slrn-0.9.7.4-mem_leak.diff \ - slrn-0.9.7.4-link_subjects.diff \ - slrn-0.9.7.4-strcasecmp.diff +PATCHFILES= slrn-0.9.8.0-ranges.diff \ + slrn-0.9.8.0-post.diff PATCH_DIST_STRIP= -p1 MAINTAINER= mjl@NetBSD.org @@ -22,9 +18,8 @@ COMMENT= Highly customizable threaded newsreader USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--without-X --disable-inews --with-slrnpull \ - --enable-spool --enable-grouplens \ - --with-gen-mid --with-libdir=${PREFIX}/lib/slrn \ +CONFIGURE_ARGS+=--disable-inews --with-slrnpull --enable-spool \ + --enable-grouplens --with-libdir=${PREFIX}/lib/slrn \ --enable-mid-cache \ --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale |