diff options
author | rh <rh> | 2002-10-02 03:42:06 +0000 |
---|---|---|
committer | rh <rh> | 2002-10-02 03:42:06 +0000 |
commit | ec46608d3153e6a7c627b299896878289bd5b257 (patch) | |
tree | 7edc49b4a1c4bfd69d16990e4a5d469e8785105d /news/pan/Makefile | |
parent | 2a16ddf9e9faaf91ff8d5d65dabd37110476d773 (diff) | |
download | pkgsrc-ec46608d3153e6a7c627b299896878289bd5b257.tar.gz |
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.
Diffstat (limited to 'news/pan/Makefile')
-rw-r--r-- | news/pan/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
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 |