summaryrefslogtreecommitdiff
path: root/www/liferea
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-10 22:44:07 +0000
committerwiz <wiz>2006-01-10 22:44:07 +0000
commitd74033c31863e822a3b5e12a6b7894ee44aa487d (patch)
treebf34f844deadacf1a65516f00af0db8bec82d406 /www/liferea
parent9eba21fa20ca147393b2a34e7dbe93beed06fea8 (diff)
downloadpkgsrc-d74033c31863e822a3b5e12a6b7894ee44aa487d.tar.gz
Update to 1.0:
2005-12-23 Lars Lindner Version 1.0 * Notifications are now always kept on top. (patch from Scott Harmon) * HTML view cleared when subscription is removed. * Added <Del> as accelerator for deleting items. * Now double clicking an item behaves according to the open-link-in-Liferea preference. (SF 1362228, reported by jphendrix) Bugfixes: * Fixes crash on "Next Unread" when no feed list selection is available. * Fixes a memory corruption caused by a bug in the Atom 1.0 parsing code. (SF #1366369, reported by Stephane Bortzmeyer) * Fixes crash when removing items from the "Unread" vfolder. (reported by Liberty Young) * Fixes missing dates for RSS feeds that specify RFC822 date definitions without seconds. (reported by Aristotle Pagaltzis) * Right clicking the enclosure download arrow now opens the enclosures menu and not the standard hyperlink context menu. * Lockfiles are correctly checked for hostnames containing periods. Translations: * Update of Japanese translation (Takeshi AIHANA) * Update of Bulgarian translation (Vladimir Petkov) * Update of Italian translation (Dario Coniglario) * Update of Spanish translation (Calos Fenollosa Bielsa) * Update of Brazilian Portugese translation (Fernando Ike de Oliveira) * Update of Slovakian translation (Tibor Pittich) * Update of Korean translation (Park Ji-In) * Update of Swedish translation (Sigge Kotliar) 2005-11-18 Lars Lindner Version 1.0 RC4 * SF feed removed from all default feed lists. * Updated some default feed lists to include the standard vfolders. * Adds a lot of missing accelerator keys to the different dialogs. * An offline FAQ was added to the program. There is a new FAQ option in the help menu. * Help contents index extended with links to online support sites. Bugfixes: * Fixes a minor problem when downloading favicons that were at least once downloaded in the past and are not available online anymore. * Fixes a bug that prevented using hotkeys with Mozilla and hidden menu bar. * Fixes a bug about using Ctrl-F with GtkHTML2 (SF #1358949, reported by noltec) * Repaired some broken translation strings. * Fixes several typos. Translations: * Update of Italian translation (Dario Coniglario) * Update of Bulgarian translation (Vladimir Petkov) * Update of Swedish translation (Sigge Kotliar) * Update of French translation (Vincent Levefre) 2005-11-04 Lars Lindner Version 1.0 RC3 * Display vfolder properties when a vfolder is created. * New preference to hide all read items when viewing a folder. (Patch from Bjorn Monnens) * Improved GNOME HIG compliance, better dialog padding and spacing. (Patch from Christian Persch) * Added Ctrl-F hotkey to open the search dialog. Bugfixes: * Prevents next unread jumping into a vfolder. (reported by Sigge Kotliar) * Prevents deferred item removal in the wrong feed when changing from a "unread" vfolder to any other feed. * Fixes the bug that all items of a feed were dropped as soon as "disable cache" was enabled. (SF #1318391 reported by Matt Brubeck) * Certain favicons are no longer downloaded in an endless loop. * Fixes a RFC822 date parsing problem on MacOS. (Patch from Vincent Lefevre) Translations: * Update of Spanish translation (Carlos Fennelosa) * Update of Japanese translation (Takeshi AIHANA)
Diffstat (limited to 'www/liferea')
-rw-r--r--www/liferea/Makefile6
-rw-r--r--www/liferea/PLIST4
-rw-r--r--www/liferea/distinfo8
3 files changed, 9 insertions, 9 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile
index 2b3bdc0867a..9ce146c4dcd 100644
--- a/www/liferea/Makefile
+++ b/www/liferea/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2005/12/31 12:32:48 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2006/01/10 22:44:07 wiz Exp $
-DISTNAME= liferea-1.0-RC2
-PKGNAME= liferea-1.0rc2
-PKGREVISION= 1
+DISTNAME= liferea-1.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}
diff --git a/www/liferea/PLIST b/www/liferea/PLIST
index 580d871f67a..0b9c685a03d 100644
--- a/www/liferea/PLIST
+++ b/www/liferea/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2005/10/20 17:40:43 drochner Exp $
+@comment $NetBSD: PLIST,v 1.11 2006/01/10 22:44:07 wiz Exp $
bin/liferea
bin/liferea-bin
lib/liferea/liblihtmlg.la
@@ -10,6 +10,7 @@ share/liferea/css/liferea.css
share/liferea/css/liferea2.css
share/liferea/doc/html/about_en.html
share/liferea/doc/html/enclosures_en.html
+share/liferea/doc/html/faq_en.html
share/liferea/doc/html/folders_en.html
share/liferea/doc/html/headlines_en.html
share/liferea/doc/html/help_feed_available.png
@@ -73,6 +74,7 @@ ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/liferea.mo
${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/liferea.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/liferea.mo
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/liferea.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/liferea.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/liferea.mo
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/liferea.mo
share/pixmaps/liferea.png
diff --git a/www/liferea/distinfo b/www/liferea/distinfo
index 625c3c48c41..e4fff6ec4a0 100644
--- a/www/liferea/distinfo
+++ b/www/liferea/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2005/10/20 17:40:43 drochner Exp $
+$NetBSD: distinfo,v 1.16 2006/01/10 22:44:07 wiz Exp $
-SHA1 (liferea-1.0-RC2.tar.gz) = 99230c65d7fd1cf319c68e2098953c6b75f86377
-RMD160 (liferea-1.0-RC2.tar.gz) = 350cd68ac715ddea54409400d05898634e427220
-Size (liferea-1.0-RC2.tar.gz) = 1321347 bytes
+SHA1 (liferea-1.0.tar.gz) = 98b0f574894d62cb6dbe8600b0bcf8c7838bd1c8
+RMD160 (liferea-1.0.tar.gz) = 8cb2033f9bad5ffdaa2d3d5569f9e758a239a06a
+Size (liferea-1.0.tar.gz) = 1466393 bytes