pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/slrn Changes 0.9.8.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e268dc01a7f
branches:  trunk
changeset: 483788:3e268dc01a7f
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 19 13:35:43 2004 +0000

description:
Changes 0.9.8.1:
0. Bug fixes include:
  * slrnpull's download statistics should work correctly in offline mode.
  * slrn crashed on some operating systems when posting.
  * slrn crashed when trying to decode base64 encoded articles without body.
  * Don't destroy soft links / multiple hard links when writing newsrc file.
  * Always apply scoring rules in the order given in the scorefile.
  * When reading cross-posts, slrn sometimes marked additional articles in
    the other group(s) as read (Joerg Lueders).
  * slrnpull no longer posts backup copies (*~) of files you edited manually
    in the out.going directory.
  * slrnpull tries to write .headers files on interrupts.
  * The "Has-Body" scoring field sometimes did not work correctly.
  * When retrieving article children, headers without body were not marked.
  * Ignore signature delimiters in verbatim text blocks.
  * Do not choke on long header lines when replying by email.
  * A workaround for a bug in INN caused problems with leafnode; only use it
    when the server was recognized as INN from the logon message.
  * Fixed crash when running in wide terminals (John E. Davis)
  * Email address parser is more RFC2822 compliant
1. In the config file (and the corresponding intrinsic functions), the
   following names now denote special function keys: <PageUp> <PageDown>
   <Up> <Down> <Right> <Left> <Delete> <BackSpace> <Insert> <Home> <End>
   <Enter> <Return> <Tab> <Space> <Esc> and <F1> through <F12>
   If using these names does not seem to work for you, please make sure your
   terminfo settings are correct.
2. In true offline mode, slrnpull can now automatically retrieve bodies of
   articles that get a high score value (--fetch-score option).
3. Added Swedish translation (Johan Svedberg)
4. Make hide_pgpsignature hide GnuPGs optional "NotDashEscaped" lines.

diffstat:

 news/slrn/Makefile         |  21 +++++-----------
 news/slrn/PLIST            |   3 +-
 news/slrn/distinfo         |  14 ++++-------
 news/slrn/patches/patch-aa |  55 ++-------------------------------------------
 news/slrn/patches/patch-ae |   8 +++---
 5 files changed, 21 insertions(+), 80 deletions(-)

diffs (171 lines):

diff -r 3a885e8840cd -r 3e268dc01a7f news/slrn/Makefile
--- a/news/slrn/Makefile        Fri Nov 19 13:25:06 2004 +0000
+++ b/news/slrn/Makefile        Fri Nov 19 13:35:43 2004 +0000
@@ -1,17 +1,10 @@
-# $NetBSD: Makefile,v 1.33 2004/10/04 22:57:09 heinz Exp $
-#
+# $NetBSD: Makefile,v 1.34 2004/11/19 13:35:43 adam Exp $
 
-DISTNAME=      slrn-0.9.8.0
-PKGREVISION=   1
+DISTNAME=      slrn-0.9.8.1
 CATEGORIES=    news
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=slrn/}
 EXTRACT_SUFX=  .tar.bz2
 
-PATCH_SITES=   http://slrn.sourceforge.net/patches/
-PATCHFILES=    slrn-0.9.8.0-ranges.diff \
-               slrn-0.9.8.0-post.diff
-PATCH_DIST_STRIP=      -p1
-
 MAINTAINER=    mjl%NetBSD.org@localhost
 HOMEPAGE=      http://slrn.sourceforge.net/
 COMMENT=       Highly customizable threaded newsreader
@@ -19,17 +12,17 @@
 USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=--disable-inews --with-slrnpull --enable-spool \
-               --enable-grouplens --with-libdir=${PREFIX}/lib/slrn \
-               --enable-mid-cache \
-               --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
+CONFIGURE_ARGS+=       --disable-inews --with-slrnpull --enable-spool \
+                       --enable-grouplens --with-libdir=${PREFIX}/lib/slrn \
+                       --enable-mid-cache \
+                       --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
 
 .include "../../mk/bsd.prefs.mk"
 
 # the next is a workaround, as 1.3.2 install doesn't like -c and -d
 # together
 .if ${OPSYS} == "NetBSD" && ${OS_VERSION} == "1.3.2"
-CONFIGURE_ENV+=        INSTALL=/usr/bin/install
+CONFIGURE_ENV+=                INSTALL=/usr/bin/install
 .endif
 
 LDFLAGS.Linux+=        -ldl
diff -r 3a885e8840cd -r 3e268dc01a7f news/slrn/PLIST
--- a/news/slrn/PLIST   Fri Nov 19 13:25:06 2004 +0000
+++ b/news/slrn/PLIST   Fri Nov 19 13:35:43 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2003/10/27 21:48:27 cube Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/11/19 13:35:43 adam Exp $
 bin/slrn
 bin/slrnpull
 man/man1/slrn.1
@@ -40,6 +40,7 @@
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/slrn.mo
 ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/slrn.mo
 ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/slrn.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/slrn.mo
 ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/slrn.mo
 share/slrn/macros/color.sl
 share/slrn/macros/gsort.sl
diff -r 3a885e8840cd -r 3e268dc01a7f news/slrn/distinfo
--- a/news/slrn/distinfo        Fri Nov 19 13:25:06 2004 +0000
+++ b/news/slrn/distinfo        Fri Nov 19 13:35:43 2004 +0000
@@ -1,10 +1,6 @@
-$NetBSD: distinfo,v 1.9 2003/10/27 21:48:27 cube Exp $
+$NetBSD: distinfo,v 1.10 2004/11/19 13:35:43 adam Exp $
 
-SHA1 (slrn-0.9.8.0.tar.bz2) = 3ba107f07012c2620b9e703aaaf4db4bd172cef1
-Size (slrn-0.9.8.0.tar.bz2) = 995881 bytes
-SHA1 (slrn-0.9.8.0-ranges.diff) = a5cbf7c07e92c2da49d749c56a515071a907d7f6
-Size (slrn-0.9.8.0-ranges.diff) = 721 bytes
-SHA1 (slrn-0.9.8.0-post.diff) = 43bd80658434534c0746fce7ca4e56b634f56d40
-Size (slrn-0.9.8.0-post.diff) = 298 bytes
-SHA1 (patch-aa) = 5632806de9a85ed5a44dfb7ded08d81b25f2904a
-SHA1 (patch-ae) = 2b32d4f5c3cc6b5f703119e202349aff7d979b4b
+SHA1 (slrn-0.9.8.1.tar.bz2) = d8c3755403c9bb19b83123614cda05f94731027f
+Size (slrn-0.9.8.1.tar.bz2) = 1034332 bytes
+SHA1 (patch-aa) = 55b5bd4ce24365060b33d899473a128ba23d5656
+SHA1 (patch-ae) = 97fea500b602a68050fa6608e6ee4b328607bd96
diff -r 3a885e8840cd -r 3e268dc01a7f news/slrn/patches/patch-aa
--- a/news/slrn/patches/patch-aa        Fri Nov 19 13:25:06 2004 +0000
+++ b/news/slrn/patches/patch-aa        Fri Nov 19 13:35:43 2004 +0000
@@ -1,46 +1,8 @@
-$NetBSD: patch-aa,v 1.8 2003/10/27 21:48:27 cube Exp $
+$NetBSD: patch-aa,v 1.9 2004/11/19 13:35:44 adam Exp $
 
---- configure.orig     2003-08-25 16:40:02.000000000 +0200
+--- configure.orig     2004-11-19 14:26:18.000000000 +0000
 +++ configure
-@@ -5134,11 +5134,6 @@ else
- 
- 
-       slang_library_dirs="\
--        /usr/local/lib/slang \
--      /usr/local/lib \
--      /usr/lib/slang \
--        /usr/lib \
--      /usr/pkg/lib \
-       $ev_libdir"
- 
-       for slang_dir in $slang_library_dirs; do
-@@ -5334,11 +5329,7 @@ else
- 
- 
-       ssl_library_dirs="\
--        /usr/local/ssl/lib \
--      /usr/local/lib \
--      /usr/ssl/lib \
--        /usr/lib \
--      /usr/pkg/lib"
-+      $ev_libdir"
- 
-       if test "x$ac_ssl_home" != xno && test "x$ac_ssl_home" != xyes ; then
-         ssl_library_dirs="$ac_ssl_home $ac_ssl_home/lib $ssl_library_dirs"
-@@ -5588,11 +5579,7 @@ else
- 
- 
-       ssl_library_dirs="\
--        /usr/local/ssl/lib \
--      /usr/local/lib \
--      /usr/ssl/lib \
--        /usr/lib \
--      /usr/pkg/lib"
-+      $ev_includedir"
- 
-       if test "x$ac_ssl_home" != xno && test "x$ac_ssl_home" != xyes ; then
-         ssl_library_dirs="$ac_ssl_home $ac_ssl_home/lib $ssl_library_dirs"
-@@ -5914,9 +5901,7 @@ else
+@@ -6501,9 +6501,7 @@ else
  
  
        opt_library_dirs="\
@@ -51,14 +13,3 @@
  
        if test "x$ac_optlib_home" != xno && test "x$ac_optlib_home" != xyes ; then
          opt_library_dirs="$ac_optlib_home $ac_optlib_home/lib $opt_library_dirs"
-@@ -6077,9 +6062,7 @@ else
- 
- 
-       opt_library_dirs="\
--      /usr/local/lib \
--        /usr/lib \
--      /usr/pkg/lib"
-+      $ev_includedir"
- 
-       if test "x$ac_optlib_home" != xno && test "x$ac_optlib_home" != xyes ; then
-         opt_library_dirs="$ac_optlib_home $ac_optlib_home/lib $opt_library_dirs"
diff -r 3a885e8840cd -r 3e268dc01a7f news/slrn/patches/patch-ae
--- a/news/slrn/patches/patch-ae        Fri Nov 19 13:25:06 2004 +0000
+++ b/news/slrn/patches/patch-ae        Fri Nov 19 13:35:43 2004 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ae,v 1.1 2003/04/10 18:17:49 mjl Exp $
+$NetBSD: patch-ae,v 1.2 2004/11/19 13:35:44 adam Exp $
 
---- po/Makefile.in.in.orig     2001-11-03 16:35:01.000000000 +0100
+--- po/Makefile.in.in.orig     2002-11-01 12:33:26.000000000 +0000
 +++ po/Makefile.in.in
-@@ -23,7 +23,7 @@ VPATH = @srcdir@
+@@ -21,7 +21,7 @@ VPATH = @srcdir@
  prefix = @prefix@
  exec_prefix = @exec_prefix@
  datadir = @datadir@
 -localedir = $(datadir)/locale
 +localedir = @LOCALEDIR@
  gettextsrcdir = $(datadir)/gettext/po
-
+ 
  INSTALL = @INSTALL@



Home | Main Index | Thread Index | Old Index