From ec46608d3153e6a7c627b299896878289bd5b257 Mon Sep 17 00:00:00 2001 From: rh Date: Wed, 2 Oct 2002 03:42:06 +0000 Subject: Update pan to 0.11.4, the last GNOME version of pan. Changes include tons of bugfixes, plus NEW FEATURES * Added the ability to specify which characters are recognized as quote prefix characters, so nonconformists not using '>' to quote text will still have their articles colored right in Pan. * Added "Go to previous article" navigation button. * Added support for decoding yenc-encoded attachments! UPDATES * Add a new preference option, dictating whether failed tasks should be removed from the Task Manager. Unconditionally clearing the queue didn't go down too well with some of the leechers. * Added support for mime articles which explicitly specify a Content-Transfer-Encoding of x-uuencode. * Make sure that the default window size is large enough that a full line, up to the default number of wrap characters and with the default font, will fit without scrolling. * The 'Download Articles' dialog now switches the articlelist to the group when the headers have been downloaded. Since this dialog is mostly used to sample a (potentially large) group, this seems the more intuitive approach. * Added Message-ID to Find Article's search criteria. * If an article no longer exists on the news server, tasks to read that article are now automatically removed from the Task Manager. --- news/pan/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'news/pan/Makefile') diff --git a/news/pan/Makefile b/news/pan/Makefile index dfbbe09a8f2..d890c4603d3 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2002/10/02 03:08:50 rh Exp $ +# $NetBSD: Makefile,v 1.13 2002/10/02 03:42:06 rh Exp $ # -DISTNAME= pan-0.11.2 -PKGREVISION= 2 +DISTNAME= pan-0.11.4 CATEGORIES= news gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/pan/} \ - http://pan.rebelbase.com/download/${DISTNAME:C/pan-//}/SOURCE/ +MASTER_SITES= http://pan.rebelbase.com/download/releases/${DISTNAME:C/pan-//}/SOURCE/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@netbsd.org -- cgit v1.2.3