head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.16 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.14 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.12 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.10 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.8 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.6 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.4 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.2 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.2.0.32 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.30 pkgsrc-2008Q1:1.2.0.28 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.26 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.24 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.22 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.20 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.18 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.16 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.14 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.12 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.10 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.8 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.6 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.0.8 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.6 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2008.09.04.16.15.34; author is; state dead; branches; next 1.2; 1.2 date 2004.11.19.13.35.44; author adam; state Exp; branches; next 1.1; 1.1 date 2003.04.10.18.17.49; author mjl; state Exp; branches; next ; desc @@ 1.3 log @slrn-0.9.9 uses slang2 and has much better character set support. Other than that, mostly bug fixes. @ text @$NetBSD: patch-ae,v 1.2 2004/11/19 13:35:44 adam Exp $ --- po/Makefile.in.in.orig 2002-11-01 12:33:26.000000000 +0000 +++ po/Makefile.in.in @@@@ -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@@ @ 1.2 log @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: and through 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. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Add patches as suggested in PR/21073 by Quentin Garnier: o Bugfixes were published on the slrn website since the release of 0.9.7.4 last year. Even though no new version was released, they are quite needed for normal operation (specifically, I was hit by a locale bug that makes slrn segfault when scoring). o ${PKGLOCALEDIR} needs to be enforced both in package's Makefile and PLIT, and in the source (po Makefile has a hard-coded path that may not match the path used in other parts of the source tree). @ text @d3 1 a3 1 --- po/Makefile.in.in.orig 2001-11-03 16:35:01.000000000 +0100 d5 1 a5 1 @@@@ -23,7 +23,7 @@@@ VPATH = @@srcdir@@ d12 1 a12 1 @