NOTICE: This package has been removed from pkgsrc

./wip/slrn-devel, Highly customizable threaded newsreader

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 26, Package name: slrn-pre1.0.0-26, Maintainer: aniou

Slrn is a terminal based newsreader by John E. Davis <davis@space.mit.edu>.
It supports threads and is highly customizable through S-Lang functions.

In this package, there is support for NNTP and for local spool.


Required to run:
[devel/libslang2]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 8344bb839332e88fcae5b76e9bb1a75a89fff32e
RMD160: b9a6ae51de7119e65fc81a096f260e8956bf3137
Filesize: 1483.224 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-23 23:44:43 by othyro | Files touched by this commit (11)
Log message:
-EXTRACT_SUFX. .tar.gz is the default.
   2012-10-07 18:23:08 by Aleksej Saushev | Files touched by this commit (87)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-11-30 21:41:45 by Piotr Meyer | Files touched by this commit (2) | Package updated
Log message:
- update do -26, changes from last update:
  25. doc/slrn.rc: "utf8" changed to "utf-8" (Thomas Wiegner).
  26. src/art_misc.c: Increased the search range for a pgp signature.
- master site changed
   2010-09-24 16:29:40 by Piotr Meyer | Files touched by this commit (1)
Log message:
- reset PKGREVISION
   2010-09-24 16:28:43 by Piotr Meyer | Files touched by this commit (2)
Log message:

Update to latest snapshot, changes since last release:

18. src/art.c: Avoid a buffer overflow when reconstructing huge
    threads.  Thanks to Robert Grimm for finding the problem.
19. src/version.c: %d format was used to print a long integer.
20. src/nntplib.c: slrn user "narke" discovered that his server will
    disconnect if an attempt is made to post an empty body.  slrn does
    this after authenticating with the server to verify that posting
    is possible.  As a work-around, the response comment from the
    AUTHINFO command is parsed.
21. src/sltcp.c: Add support for gnutls logging functions.
22. src/chkslang.c: Fixed a sscanf format issue involving long long
    integers.
23. src/sltcp.c: Change 21 needed #ifdef SLTCP_HAS_GNUTLS_SUPPORT.
24. src/nntplib.c: A comparison in #20 should have used != instead of
   2010-06-14 00:47:10 by Thomas Klausner | Files touched by this commit (235)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2010-06-01 17:46:19 by Piotr Meyer | Files touched by this commit (2) | Package updated
Log message:
- update to -18, changes from previous version:

18. src/art.c: Avoid a buffer overflow when reconstructing huge
    threads.  Thanks to Robert Grimm for finding the problem.
   2009-11-22 10:29:19 by Piotr Meyer | Files touched by this commit (2)
Log message:
- upgrade to latest snapshot, changes from -15 to -17:

16. src/art.c,etc: If an article has invalid headers, clear the error
    but give the article an initial score of -1000.  This number may
    be customized using the "invalid_header_score" variable.
17. src/mime.c: In slrn_mime_process_article, decode headers even if
    Content-Type is not understood and metamail is needed.