summaryrefslogtreecommitdiff
path: root/news/pan
diff options
context:
space:
mode:
authorrh <rh>2002-10-02 03:42:06 +0000
committerrh <rh>2002-10-02 03:42:06 +0000
commitec46608d3153e6a7c627b299896878289bd5b257 (patch)
tree7edc49b4a1c4bfd69d16990e4a5d469e8785105d /news/pan
parent2a16ddf9e9faaf91ff8d5d65dabd37110476d773 (diff)
downloadpkgsrc-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')
-rw-r--r--news/pan/Makefile8
-rw-r--r--news/pan/PLIST3
-rw-r--r--news/pan/distinfo8
-rw-r--r--news/pan/patches/patch-aa17
4 files changed, 21 insertions, 15 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
diff --git a/news/pan/PLIST b/news/pan/PLIST
index 9ef23163489..4871381972b 100644
--- a/news/pan/PLIST
+++ b/news/pan/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2002/10/02 03:08:50 rh Exp $
+@comment $NetBSD: PLIST,v 1.5 2002/10/02 03:42:06 rh Exp $
bin/pan
share/gnome/apps/Internet/pan.desktop
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/pan.mo
@@ -28,7 +28,6 @@ ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/pan.mo
${PKGLOCALEDIR}/locale/sp/LC_MESSAGES/pan.mo
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/pan.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/pan.mo
-${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/pan.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/pan.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/pan.mo
share/pixmaps/pan.png
diff --git a/news/pan/distinfo b/news/pan/distinfo
index c584d0a4766..b1b31f7f1ad 100644
--- a/news/pan/distinfo
+++ b/news/pan/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2002/10/02 03:08:50 rh Exp $
+$NetBSD: distinfo,v 1.7 2002/10/02 03:42:06 rh Exp $
-SHA1 (pan-0.11.2.tar.bz2) = dc843dbaa850be6cc1746391af3951b85232a960
-Size (pan-0.11.2.tar.bz2) = 1544901 bytes
-SHA1 (patch-aa) = 29080471e76735bb6fbb1b24fbf45eb767cf41e1
+SHA1 (pan-0.11.4.tar.bz2) = 3ffd3fedd960637ce883a587619ae6e9dee3979e
+Size (pan-0.11.4.tar.bz2) = 1629832 bytes
+SHA1 (patch-aa) = f2c47a0f7b121b90f2078044b4182752f02b3655
SHA1 (patch-ac) = 825d04b8bc60409313fa6f199b231160327d0957
SHA1 (patch-ag) = 68d7be7a16bbfbf02f0df29c669140d49c5de35f
diff --git a/news/pan/patches/patch-aa b/news/pan/patches/patch-aa
index 0f05cb45acc..67d4f55f2fe 100644
--- a/news/pan/patches/patch-aa
+++ b/news/pan/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.5 2002/10/02 03:08:51 rh Exp $
+$NetBSD: patch-aa,v 1.6 2002/10/02 03:42:06 rh Exp $
---- configure.orig Tue Dec 4 23:47:08 2001
+--- configure.orig Mon Jul 15 04:21:08 2002
+++ configure
-@@ -6387,12 +6387,12 @@
+@@ -4711,7 +4711,7 @@ fi
+
+
+
+-ALL_LINGUAS="ca da de el en_GB es et fi fr ga gl hu it ja ko lt no nl pl pt pt_BR ru sk sl sp sr sv tr uk zh_CN"
++ALL_LINGUAS="ca da de el en_GB es et fi fr ga gl hu it ja ko lt no nl pl pt pt_BR ru sk sl sp sr sv uk zh_CN"
+ echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
+ echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
+ if test "${ac_cv_prog_cc_stdc+set}" = set; then
+@@ -6689,12 +6689,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
CATOBJEXT=.gmo
@@ -17,7 +26,7 @@ $NetBSD: patch-aa,v 1.5 2002/10/02 03:08:51 rh Exp $
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
INSTOBJEXT=.mo
-@@ -6659,7 +6659,7 @@
+@@ -6964,7 +6964,7 @@ echo "${ECHO_T}found xgettext program is
# We need to process the po/ directory.
POSUB=po
else