diff options
author | minskim <minskim> | 2004-07-01 17:06:27 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-07-01 17:06:27 +0000 |
commit | 3d9b3acb16ee71de5dba5365372bc322ec0bfe61 (patch) | |
tree | 7187ea0edb3d79e4a63eccd0bb4f57dff287af41 /www/liferea | |
parent | 7bbee556942398f9a5aeee6b54bc32b5e5db23ce (diff) | |
download | pkgsrc-3d9b3acb16ee71de5dba5365372bc322ec0bfe61.tar.gz |
Update liferea to 0.5.1.
Changes:
* Favicons are now processed with gdkpixbuf and saved
to disc in PNG format. Images with 24bit colors and
sizes other than 16x16 are now supported. (Nathan Conrad)
PLEASE NOTE THAT THIS BREAKS FAVICON CACHE
DOWNWARD COMPATIBILITY WITH OLDER RELEASES!
WHEN YOU FALLBACK YOU WILL LOOSE YOUR ICONS.
* Now a short help text is displayed in the HTML view
after startup. (Lars Linder)
* Updated networking code. Many more things, such as
adding a new feed, are processed in the background.
(Nathan Conrad)
* Improved preferences for selecting how to open a link
in an external browser. (Nathan Conrad)
* Popup-window notifications of new items. This
is a first implementation and we are open for your
critics and suggestions! (Karl Soderstrom)
Bugfixes:
* When URLs are passed to an external browser they are
now escaped correctly. (Lars Lindner)
* When a feed could not be downloaded after the
subscription it was missing a cache file. This caused
an error message each time the program starts. This
is fixed now. (Lars Lindner)
* Debian bug #254959 reported by Martin-Eric Racine was
fixed. No Liferea recognizes RSS 1.0 Creative Commons
license information. (Lars Lindner)
* Better favicon detection (more coming in the next release).
* Feed properties (such as titles) are now saved when they
change. (Nathan Conrad)
* Compiles on Solaris, and is hopefully more portable now.
(Nathan Conrad)
* Feed update locking issues were fixed. (Nathan Conrad)
* Several memleaks were fixed.
Diffstat (limited to 'www/liferea')
-rw-r--r-- | www/liferea/Makefile | 4 | ||||
-rw-r--r-- | www/liferea/PLIST | 4 | ||||
-rw-r--r-- | www/liferea/distinfo | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile index 4243bb10d42..65801e06df9 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2004/06/20 20:22:12 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2004/07/01 17:06:27 minskim Exp $ -DISTNAME= liferea-0.5.0 +DISTNAME= liferea-0.5.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/} diff --git a/www/liferea/PLIST b/www/liferea/PLIST index 98668efc934..c9cbed2af14 100644 --- a/www/liferea/PLIST +++ b/www/liferea/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/06/20 20:22:12 minskim Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/07/01 17:06:27 minskim Exp $ bin/liferea bin/liferea-bin lib/liferea/liblihtmlg.la @@ -18,6 +18,7 @@ share/liferea/pixmaps/online.png share/liferea/pixmaps/read.xpm share/liferea/pixmaps/unavailable.png share/liferea/pixmaps/unread.png +share/liferea/pixmaps/updating.png share/liferea/pixmaps/vfolder.png ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/liferea.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/liferea.mo @@ -29,6 +30,7 @@ ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/liferea.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/liferea.mo ${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/liferea.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/liferea.mo +${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/liferea.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/liferea.mo share/pixmaps/liferea.png @comment in xdg-dirs: @dirrm share/pixmaps diff --git a/www/liferea/distinfo b/www/liferea/distinfo index 42a05d2c0ae..4c214e0d2a2 100644 --- a/www/liferea/distinfo +++ b/www/liferea/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2004/06/20 20:22:12 minskim Exp $ +$NetBSD: distinfo,v 1.3 2004/07/01 17:06:27 minskim Exp $ -SHA1 (liferea-0.5.0.tar.gz) = 5669d38d543e6a7c292f4f9ce8da95de9e9760c1 -Size (liferea-0.5.0.tar.gz) = 814366 bytes +SHA1 (liferea-0.5.1.tar.gz) = 865f8f7e23af8359c0b26374d76a1bea8b74c539 +Size (liferea-0.5.1.tar.gz) = 848807 bytes |