Sun Oct 11 17:48:22 2009 UTC ()
Update to 0.69:

NEW in 0.69:
==============
- Display messages in notification, not count of tweets. (Thomas Thurman)
- Use https, not http api. (Evan McClain)
- Fix incorrect pluralising of relative time. (Deskin Miller)
- Fixed #1998551, the double-escaping of < and >. (Mike Lundy)
- Fixed #1961611, character count behavior. (Brian Pepple)

NEW in 0.68:
==============
- Fixed #1963695, Save avatars a little more sensibly. (Brian Pepple)
- Use Enchant, instead of ASpell. (Brian Pepple)
- Add option to have sound notication when new tweets arrive . (Brian Pepple)
- Add help (Brian Pepple)

NEW in 0.65:
==============
- Add support for Online Accounts Service (Marina Zhurakhinskaya, Colin Walters)
  * More info about OAS can be found here: https://fedoraproject.org/wiki/Features/OnlineAccountsService
- Fixed #2122886, Fix date parsing on other than C/POSIX locale (Hiroshi Miura)
- Fixed #2083410, have textview in send message dialog get focus.
- Fixed #1961570, time issue w/ "1 hour" & "1 minute". (Derick Rethans)
- add Japanese translation (Hiroshi Miura)


(jmmv)
diff -r1.4 -r1.5 pkgsrc/net/twitux/Makefile
diff -r1.2 -r1.3 pkgsrc/net/twitux/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/net/twitux/distinfo
diff -r0 -r1.1 pkgsrc/net/twitux/patches/patch-aa

cvs diff -r1.4 -r1.5 pkgsrc/net/twitux/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/twitux/Attic/Makefile 2009/08/26 19:58:11 1.4
+++ pkgsrc/net/twitux/Attic/Makefile 2009/10/11 17:48:21 1.5
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2009/08/26 19:58:11 sno Exp $ 1# $NetBSD: Makefile,v 1.5 2009/10/11 17:48:21 jmmv Exp $
2# 2#
3 3
4DISTNAME= twitux-0.62 4DISTNAME= twitux-0.69
5PKGREVISION= 1 
6CATEGORIES= net gnome 5CATEGORIES= net gnome
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twitux/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twitux/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://live.gnome.org/DanielMorales/Twitux 10HOMEPAGE= http://live.gnome.org/DanielMorales/Twitux
12COMMENT= GTK+ Twitter client 11COMMENT= GTK+ Twitter client
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
17USE_PKGLOCALEDIR= YES 16USE_PKGLOCALEDIR= YES
18USE_TOOLS+= gmake intltool msgfmt pkg-config 17USE_TOOLS+= gmake intltool msgfmt pkg-config
@@ -24,24 +23,26 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.twitux @@ -24,24 +23,26 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.twitux
24PKG_SUPPORTED_OPTIONS= aspell 23PKG_SUPPORTED_OPTIONS= aspell
25PKG_SUGGESTED_OPTIONS= aspell 24PKG_SUGGESTED_OPTIONS= aspell
26 25
27.include "../../mk/bsd.options.mk" 26.include "../../mk/bsd.options.mk"
28 27
29.if !empty(PKG_OPTIONS:Maspell) 28.if !empty(PKG_OPTIONS:Maspell)
30CONFIGURE_ARGS+= --enable-aspell=yes 29CONFIGURE_ARGS+= --enable-aspell=yes
31.include "../../textproc/aspell/buildlink3.mk" 30.include "../../textproc/aspell/buildlink3.mk"
32.include "../../textproc/iso-codes/buildlink3.mk" 31.include "../../textproc/iso-codes/buildlink3.mk"
33.else 32.else
34CONFIGURE_ARGS+= --enable-aspell=no 33CONFIGURE_ARGS+= --enable-aspell=no
35.endif 34.endif
36 35
 36.include "../../audio/libcanberra/buildlink3.mk"
37.include "../../devel/GConf/schemas.mk" 37.include "../../devel/GConf/schemas.mk"
38.include "../../devel/libsexy/buildlink3.mk" 38.include "../../devel/libsexy/buildlink3.mk"
39.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 39.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
40.include "../../net/libsoup24/buildlink3.mk" 40.include "../../net/libsoup24/buildlink3.mk"
41.include "../../security/gnome-keyring/buildlink3.mk" 41.include "../../security/gnome-keyring/buildlink3.mk"
42.include "../../sysutils/dbus/buildlink3.mk" 42.include "../../sysutils/dbus/buildlink3.mk"
43.include "../../sysutils/dbus-glib/buildlink3.mk" 43.include "../../sysutils/dbus-glib/buildlink3.mk"
44.include "../../sysutils/libnotify/buildlink3.mk" 44.include "../../sysutils/libnotify/buildlink3.mk"
 45.include "../../textproc/gnome-doc-utils/buildlink3.mk"
45.include "../../textproc/libxml2/buildlink3.mk" 46.include "../../textproc/libxml2/buildlink3.mk"
46.include "../../x11/gtk2/buildlink3.mk" 47.include "../../x11/gtk2/buildlink3.mk"
47.include "../../mk/bsd.pkg.mk" 48.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/net/twitux/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/net/twitux/Attic/PLIST 2009/06/14 18:09:46 1.2
+++ pkgsrc/net/twitux/Attic/PLIST 2009/10/11 17:48:21 1.3
@@ -1,19 +1,23 @@ @@ -1,19 +1,23 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:09:46 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/10/11 17:48:21 jmmv Exp $
2bin/twitux 2bin/twitux
3share/applications/twitux.desktop 3share/applications/twitux.desktop
4share/gconf/schemas/twitux.schemas 4share/gconf/schemas/twitux.schemas
 5share/gnome/help/twitux/C/figures/client.png
 6share/gnome/help/twitux/C/legal.xml
 7share/gnome/help/twitux/C/twitux.xml
5share/icons/hicolor/48x48/apps/twitux.png 8share/icons/hicolor/48x48/apps/twitux.png
6share/icons/hicolor/scalable/apps/twitux.svg 9share/icons/hicolor/scalable/apps/twitux.svg
7share/locale/de/LC_MESSAGES/twitux.mo 10share/locale/de/LC_MESSAGES/twitux.mo
8share/locale/es/LC_MESSAGES/twitux.mo 11share/locale/es/LC_MESSAGES/twitux.mo
9share/locale/fr/LC_MESSAGES/twitux.mo 12share/locale/fr/LC_MESSAGES/twitux.mo
 13share/locale/ja/LC_MESSAGES/twitux.mo
10share/locale/pt/LC_MESSAGES/twitux.mo 14share/locale/pt/LC_MESSAGES/twitux.mo
11share/locale/sv/LC_MESSAGES/twitux.mo 15share/locale/sv/LC_MESSAGES/twitux.mo
 16share/omf/twitux/twitux-C.omf
12share/twitux/account_dlg.xml 17share/twitux/account_dlg.xml
13share/twitux/add_friend_dlg.xml 18share/twitux/add_friend_dlg.xml
14share/twitux/lists_dlg.xml 19share/twitux/lists_dlg.xml
15share/twitux/main_window.xml 20share/twitux/main_window.xml
16share/twitux/prefs_dlg.xml 21share/twitux/prefs_dlg.xml
17share/twitux/send_message_dlg.xml 22share/twitux/send_message_dlg.xml
18share/twitux/spell_dlg.xml 23share/twitux/spell_dlg.xml
19share/twitux/tray_menu.xml 

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/twitux/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/net/twitux/Attic/distinfo 2008/11/21 00:21:31 1.1.1.1
+++ pkgsrc/net/twitux/Attic/distinfo 2009/10/11 17:48:21 1.2
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/11/21 00:21:31 jmcneill Exp $ 1$NetBSD: distinfo,v 1.2 2009/10/11 17:48:21 jmmv Exp $
2 2
3SHA1 (twitux-0.62.tar.bz2) = 5d4fe9db47ba9236ef5f1746ef3be80f2effc2ec 3SHA1 (twitux-0.69.tar.bz2) = 8693115c0016aec33c859fbaaf2557e6c3102160
4RMD160 (twitux-0.62.tar.bz2) = 29a66998ef375bad9bf2dbfba66bfdef9f428125 4RMD160 (twitux-0.69.tar.bz2) = 68ef7e357fa69618f80a1356f116aa3ad7cb08ea
5Size (twitux-0.62.tar.bz2) = 369539 bytes 5Size (twitux-0.69.tar.bz2) = 474366 bytes
 6SHA1 (patch-aa) = 29fdb6fe216c4163290f9ce88a8a87b596bd56fc

File Added: pkgsrc/net/twitux/patches/Attic/patch-aa
$NetBSD: patch-aa,v 1.1 2009/10/11 17:48:21 jmmv Exp $

--- src/twitux-parser.c.orig	2009-01-25 02:25:56.000000000 +0000
+++ src/twitux-parser.c
@@ -27,6 +27,7 @@
  * Just make sure we include the prototype for strptime as well
  */
 #define _XOPEN_SOURCE
+#include <locale.h>
 #include <time.h>
 #include <string.h> /* for g_memmove - memmove */