./news/slrn, Highly customizable threaded newsreader

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.3anb2, Package name: slrn-1.0.3anb2, Maintainer: pkgsrc-users

slrn ('S-Lang read news') is a newsreader, i.e. a program that accesses a
newsserver to read messages from the Internet News service (also known as
'Usenet'). It runs in console mode on various Unix-like systems (including
Linux), 32-bit Windows, OS/2, BeOS and VMS. Beside the usual features of a
newsreader slrn supports scoring rules to highlight, sort or kill articles
based on information from their header. It is highly customizable, allows
free key-bindings and can easily be extended using the sophisticated
S-Lang macro language. Offline reading is possible by using either
slrnpull (shipped with slrn) or a local newsserver (like leafnode or INN).


Required to run:
[converters/uulib] [security/openssl] [devel/libslang2] [news/libcanlock]

Required to build:
[pkgtools/cwrappers]

Package options: canlock, ssl, uulib

Master sites:

Filesize: 973.768 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2021-10-26 13:09:37 by Nia Alarie | Files touched by this commit (27)
Log message:
news: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:45:00 by Nia Alarie | Files touched by this commit (27)
Log message:
news: Remove SHA1 hashes for distfiles
   2020-04-13 14:00:48 by Nia Alarie | Files touched by this commit (1)
Log message:
slrn: Declutter.
   2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640)
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836)
Log message:
*: Recursive revision bump for openssl 1.1.1.
   2018-09-21 16:27:37 by Thomas Klausner | Files touched by this commit (15) | Package updated
Log message:
slrn: update to 1.0.3a.

Update provided by Michael Bäuerle via wip.

Version 1.0.3 release notes
===========================

  Version 1.0.3 is primarily a bug-fix release.  See changes.txt for
  details.

  Support for SSLv3 has been disabled since it is to POODLE attacks.

  On 32 bit systems, support has been added for files larger than 2GB.

  Support added for both 32 and 64 bit mingw and cygwin compilers.

Version 1.0.2 release notes
===========================

  Version 1.0.2 is primarily a bug-fix release.  See changes.txt for
  details.

  Note: slang version 2.2.3 or later is required.  Version 2.3.0 is
  the current version.

  The intrinsic function get_header_flags was modified to return the
  full set of flags when called with an optional argument.  Symbolic
  constants for the corresponding flags were added to the interpreter
  interface.

  The value for query_read_group_cutoff was increased to 1000.

  Support for building slrnpull on win32 systems was added.