diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-23 05:16:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-23 05:16:00 +0000 |
commit | b55fcd40153c2868eccf37c0e8f3e9cc11bfbf87 (patch) | |
tree | 9f7bd3e98adc26f8a4c8d590210086e93af01608 /www/liferea | |
parent | e8cc49465d387fe38d71f861b0d7565c87d5d1f9 (diff) | |
download | pkgsrc-b55fcd40153c2868eccf37c0e8f3e9cc11bfbf87.tar.gz |
Update liferea to 0.5.2.
Changes:
* A middle mouse click on the itemlist now toggles
read status or the headline flag depending on the
column you click. (Lars Lindner)
* Now favicons that are older than one month are
automatically updated (Lars Lindner)
* The search result now provides an extra column with
the favicon of the feed the found headline belongs to.
(Lars Lindner)
* The mozilla browser module now respects the configured
proxy settings. (Lars Lindner)
* Feed and item information is now properly localized.
(Lars Lindner and Nathan Conrad)
* Popup menu for the systray icon. (James Bowes)
* Improvements for the favicon handling. favicon.ico files are now
retrieved from the webserver path where the feed is
located. favicon.ico in the webserver root is tried only if this
first attempt fails. favicons are now redownloaded every 30
days. (Lars Lindner & Nathan Conrad)
* Liferea now saves when the mainwindow is maximized.
(Marc Deslauriers)
* The gnomevfs2 dependency from GtkHTML2 was removed.
(Nathan Conrad)
* 0.5.1 did falsely encode HTTP URL hash marks as %23.
This is fixed now. (Lars Lindner)
* When a feed source command is executed a useful return
code is set so it won't be unavailable due to missing
status information. (Christophe Barbe)
Diffstat (limited to 'www/liferea')
-rw-r--r-- | www/liferea/Makefile | 5 | ||||
-rw-r--r-- | www/liferea/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile index 65801e06df9..c1e4e656037 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2004/07/01 17:06:27 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2004/07/23 05:16:00 minskim Exp $ -DISTNAME= liferea-0.5.1 +DISTNAME= liferea-0.5.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/} @@ -17,7 +17,6 @@ USE_PKGLOCALEDIR= yes .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/GConf2/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" -.include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../www/libgtkhtml/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/liferea/distinfo b/www/liferea/distinfo index 4c214e0d2a2..2c21bb72aa3 100644 --- a/www/liferea/distinfo +++ b/www/liferea/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/07/01 17:06:27 minskim Exp $ +$NetBSD: distinfo,v 1.4 2004/07/23 05:16:00 minskim Exp $ -SHA1 (liferea-0.5.1.tar.gz) = 865f8f7e23af8359c0b26374d76a1bea8b74c539 -Size (liferea-0.5.1.tar.gz) = 848807 bytes +SHA1 (liferea-0.5.2.tar.gz) = 68ce96ac5c7669ad72c394a18cfc83c409d7e44a +Size (liferea-0.5.2.tar.gz) = 913017 bytes |