summaryrefslogtreecommitdiff
path: root/www/liferea
diff options
context:
space:
mode:
authorminskim <minskim>2004-11-02 16:35:57 +0000
committerminskim <minskim>2004-11-02 16:35:57 +0000
commit3e7989a05c6d143216f08df60153f7ee11b1b7b4 (patch)
tree0307b49f3ffb871f7041b0eef5bace35c3113160 /www/liferea
parentfe7d1556aa36d9f97db227825e03006ef347330b (diff)
downloadpkgsrc-3e7989a05c6d143216f08df60153f7ee11b1b7b4.tar.gz
Update liferea to 0.6.1.
Changes: * Changed the handling of updated items. Previously the read status of updated items was set to unread. This was very inconvenient because of a lot of buggy feeds with non-unique item ids which caused continuously unread but unchanged items. Now an update flag is set and the item is shown in bold dark gray color in the item list. An updated item does not count in the unread counter anymore. I hope this improves usability with broken feeds. (Lars Lindner) * Finally made the condensed mode a permanent feed state. Just select it once and the feed you like to read in this mode will stay this way until you switch it off. (Lars Lindner) * Improvement to the itemlist viewing mode switching. Now the HTML rendering widget isn't destroyed each time the mode is switched but reused. (Lars Lindner) * IPv6 Support. (Christoph Hohmann) * Support for broken web-servers and proxies that use chunked encoding. (Alex Myltsev) * A feed update now does not reset the item list focus or selection anymore. (Lars Lindner) * Applied HIG rule for "..." in menu labels. (Lars Lindner) * Changed "New Subscription" menu icon to "+" sign like it is in the toolbar. (Bram Senders) * Added a Technorati link like Sage has. (Lars Lindner) * The feed description of a subscription with a command as source does not show the command string anymore. This is to avoid showing sensitive information. (Lars Lindner) * Liferea now has a global feed update interval setting. This setting defines the update behaviour of a feed for which neither you or the feed provider did define a feed specific update interval. There is also a new option in the feed properties to disable automatic updates of the feed. (Lars Lindner) * Added a button in the preferences to force an update of all feed favicons. (Amit D. Chaudhary) * Liferea now prevents the update of vfolders when you request the update of all feeds. This bug changed the vfolder state to unavailable. (Lars Lindner) * Fix for a HTML layout problem where big images could misalign the item footer and following items. (Gee Law) * Finally corrected the inverted sorting order of the date column. But this means that you have to reset the sort order of all your feeds once. Sorry about that! (Lars Lindner) * The handling of the default update interval information of feeds was broken so the properties dialog never showed the value. This is fixed now. (Lars Lindner) * Fixed a bug on with non-blocking sockets and Solaris8. (pkeusem)
Diffstat (limited to 'www/liferea')
-rw-r--r--www/liferea/Makefile4
-rw-r--r--www/liferea/PLIST6
-rw-r--r--www/liferea/distinfo6
3 files changed, 10 insertions, 6 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile
index b2e48f29463..9852ae482b4 100644
--- a/www/liferea/Makefile
+++ b/www/liferea/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2004/10/25 15:39:02 minskim Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/02 16:35:57 minskim Exp $
-DISTNAME= liferea-0.6.0
+DISTNAME= liferea-0.6.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}
diff --git a/www/liferea/PLIST b/www/liferea/PLIST
index 9eb3c2c3f6e..7ca689bc0c8 100644
--- a/www/liferea/PLIST
+++ b/www/liferea/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/10/25 15:39:02 minskim Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/11/02 16:35:57 minskim Exp $
bin/liferea
bin/liferea-bin
lib/liferea/liblihtmlg.la
@@ -6,12 +6,15 @@ man/man1/liferea.1
share/applications/liferea.desktop
share/gconf/schemas/liferea.schemas
share/liferea/css/liferea.css
+share/liferea/css/liferea2.css
share/liferea/opml/feedlist.opml
share/liferea/opml/feedlist_de.opml
share/liferea/opml/feedlist_es.opml
share/liferea/opml/feedlist_fr.opml
+share/liferea/opml/feedlist_sk.opml
share/liferea/pixmaps/available.png
share/liferea/pixmaps/directory.png
+share/liferea/pixmaps/edit.png
share/liferea/pixmaps/empty.png
share/liferea/pixmaps/flag.png
share/liferea/pixmaps/liferea.png
@@ -19,6 +22,7 @@ share/liferea/pixmaps/ocs.png
share/liferea/pixmaps/offline.png
share/liferea/pixmaps/online.png
share/liferea/pixmaps/read.xpm
+share/liferea/pixmaps/technorati.png
share/liferea/pixmaps/unread.png
share/liferea/pixmaps/vfolder.png
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/liferea.mo
diff --git a/www/liferea/distinfo b/www/liferea/distinfo
index 9ed4205512d..fb46b97946b 100644
--- a/www/liferea/distinfo
+++ b/www/liferea/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2004/10/25 15:39:02 minskim Exp $
+$NetBSD: distinfo,v 1.9 2004/11/02 16:35:57 minskim Exp $
-SHA1 (liferea-0.6.0.tar.gz) = a7b790b126b8430b5fc1f760ea80d197c46aa5fc
-Size (liferea-0.6.0.tar.gz) = 1001195 bytes
+SHA1 (liferea-0.6.1.tar.gz) = ca65dee1701ce2ddb76c16694a5b5c4d5bad98e2
+Size (liferea-0.6.1.tar.gz) = 1032988 bytes