Wed Feb 18 20:06:57 2009 UTC ()
gnome-pilot 2.0.17 'Pippi', 2009-01-07
--------------------------------------
Bug Fixes:
   - #484509: Avoid obsolete HAL info.bus API.  Use hal pda.platform
		property instead (keep info.bus for backwards compatibility).
		With thanks to Frederic Crozat.
   - #528701: remove unused applet desktop file
   - #508262: fix long-standing build-order bug by moving libgpilotdcm
		code to gpilotd/ directory.
   - #491921: stray slash breaks rpath for libraries

Updated translations:
     ar (Djihed Afifi)
     ca (Gil Forcada)
     el (Simos Xenitellis)
     en_GB (Philip Withnall)
     fr (Stephane Raimbault)
     it (Luca Ferretti)
     fi (Ilkka Tuohela)
     nb (Kjartan Maraas)
     ne (Pawan Chitrakar)
     oc (Yannig Marchegay)
     pt_BR (Jonh Wendell)
     sv (Daniel Nylander)
     vi (Clytie Siddall)

gnome-pilot 2.0.16 'Quixote', 2008-02-27
----------------------------------------
New Features:
   - Support for Bluetooth sync, via the bluez support in
     pilot-link 0.12
   - Support for specification of the PDA charset via
     the configuration applet (Jerry Yu and Matt Davey)

Bug Fixes:
   - (Ubuntu bug #81396): don't close a database if we got
      an error when opening it.
   - #464385: use LINGUAS file (Gilles Dartiguelongue)
   - #410666: 64 bit compatibility in file_conduit (Devin Carraway)
   - #431145: avoid circular dependency between libgpilotdcm and libgpilotd
   - #400554: Add intltool support to the gnome-pilot applet. (Kjarten
      Maraas)
   - #399039: add HardwareSettings to categories (Denis Washington)
   - #385434: make sysfs/usbfs check linux-specific (Jerry Yu)
   - #385444: [solaris] workaround for lack of sync notification (Jerry Yu)

And as usual, thanks to all our translators, including:
Yannig Marchegay, Raivis Dejus, Pema Geyleg, ituohela, Joan Duran,
pachimho, Inaki Larranaga Murgoitio, jorgegonz, Daniel Nylander, stephaner,
Gabor Kelemen, algol, rdejus, dlodge, Djihed Afifi, Jonathan Ernst,
Claude Paroz, Stephane Raimbault, Xavi Conder, Andrea Zagli, Tino
Meinen, Takeshi AIHANA, Francisco Javier F. Serrador.


(ahoka)
diff -r1.45 -r1.46 pkgsrc/comms/gnome-pilot/Makefile
diff -r1.11 -r1.12 pkgsrc/comms/gnome-pilot/PLIST
diff -r1.6 -r1.7 pkgsrc/comms/gnome-pilot/distinfo

cvs diff -r1.45 -r1.46 pkgsrc/comms/gnome-pilot/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/gnome-pilot/Attic/Makefile 2009/01/04 18:00:58 1.45
+++ pkgsrc/comms/gnome-pilot/Attic/Makefile 2009/02/18 20:06:57 1.46
@@ -1,32 +1,35 @@ @@ -1,32 +1,35 @@
1# $NetBSD: Makefile,v 1.45 2009/01/04 18:00:58 wiz Exp $ 1# $NetBSD: Makefile,v 1.46 2009/02/18 20:06:57 ahoka Exp $
2# 2#
3 3
4DISTNAME= gnome-pilot-2.0.15 4DISTNAME= gnome-pilot-2.0.17
5PKGREVISION= 6 
6CATEGORIES= comms gnome 5CATEGORIES= comms gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pilot/2.0/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pilot/2.0/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnome.org/ 9HOMEPAGE= http://www.gnome.org/
11COMMENT= Palm Pilot synchronisation for GNOME 10COMMENT= Handheld synchronisation for GNOME
12 11
13PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
14 13
15BUILD_DEPENDS+= gob2-[0-9]*:../../devel/gob2 14BUILD_DEPENDS+= gob2-[0-9]*:../../devel/gob2
16 15
17GNU_CONFIGURE= YES 16GNU_CONFIGURE= YES
18USE_DIRS+= gnome2-1.5 17USE_DIRS+= gnome2-1.5
19USE_PKGLOCALEDIR= YES 18USE_PKGLOCALEDIR= YES
20USE_LIBTOOL= YES 19USE_LIBTOOL= YES
21USE_TOOLS+= gmake intltool msgfmt perl pkg-config 20USE_TOOLS+= gmake intltool msgfmt perl pkg-config
22 21
23CONFIGURE_ARGS+= --with-pisock=${BUILDLINK_PREFIX.pilot-link-libs} 22CONFIGURE_ARGS+= --with-pisock=${BUILDLINK_PREFIX.pilot-link-libs}
 23CONFIGURE_ARGS+= --with-hal
 24CONFIGURE_ARGS+= --with-vfs
24 25
 26.include "../../sysutils/hal/buildlink3.mk"
 27.include "../../sysutils/gnome-vfs/buildlink3.mk"
25.include "../../devel/gettext-lib/buildlink3.mk" 28.include "../../devel/gettext-lib/buildlink3.mk"
26.include "../../comms/pilot-link-libs/buildlink3.mk" 29.include "../../comms/pilot-link-libs/buildlink3.mk"
27.include "../../devel/GConf/schemas.mk" 30.include "../../devel/GConf/schemas.mk"
28.include "../../devel/libglade/buildlink3.mk" 31.include "../../devel/libglade/buildlink3.mk"
29.include "../../textproc/libxml2/buildlink3.mk" 32.include "../../textproc/libxml2/buildlink3.mk"
30.include "../../textproc/rarian/omf.mk" 33.include "../../textproc/rarian/omf.mk"
31.include "../../x11/gnome-panel/buildlink3.mk" 34.include "../../x11/gnome-panel/buildlink3.mk"
32.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/comms/gnome-pilot/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/comms/gnome-pilot/Attic/PLIST 2007/09/25 10:54:10 1.11
+++ pkgsrc/comms/gnome-pilot/Attic/PLIST 2009/02/18 20:06:57 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.11 2007/09/25 10:54:10 hira Exp $ 1@comment $NetBSD: PLIST,v 1.12 2009/02/18 20:06:57 ahoka Exp $
2bin/gnome-pilot-make-password 2bin/gnome-pilot-make-password
3bin/gpilot-install-file 3bin/gpilot-install-file
4bin/gpilotd-control-applet 4bin/gpilotd-control-applet
5bin/gpilotd-session-wrapper 5bin/gpilotd-session-wrapper
6include/gpilotd/gnome-pilot-client.h 6include/gpilotd/gnome-pilot-client.h
7include/gpilotd/gnome-pilot-conduit-backup.h 7include/gpilotd/gnome-pilot-conduit-backup.h
8include/gpilotd/gnome-pilot-conduit-file.h 8include/gpilotd/gnome-pilot-conduit-file.h
9include/gpilotd/gnome-pilot-conduit-standard-abs.h 9include/gpilotd/gnome-pilot-conduit-standard-abs.h
10include/gpilotd/gnome-pilot-conduit-standard.h 10include/gpilotd/gnome-pilot-conduit-standard.h
11include/gpilotd/gnome-pilot-conduit-sync-abs.h 11include/gpilotd/gnome-pilot-conduit-sync-abs.h
12include/gpilotd/gnome-pilot-conduit.h 12include/gpilotd/gnome-pilot-conduit.h
13include/gpilotd/gnome-pilot-dbinfo.h 13include/gpilotd/gnome-pilot-dbinfo.h
14include/gpilotd/gnome-pilot-structures.h 14include/gpilotd/gnome-pilot-structures.h
@@ -37,48 +37,51 @@ share/gnome-pilot/glade/gnome-palm.png @@ -37,48 +37,51 @@ share/gnome-pilot/glade/gnome-palm.png
37share/gnome-pilot/glade/gnome-pilot-watermark.png 37share/gnome-pilot/glade/gnome-pilot-watermark.png
38share/gnome-pilot/glade/gpilotd-capplet.glade 38share/gnome-pilot/glade/gpilotd-capplet.glade
39share/gnome-pilot/glade/pilot-applet.glade 39share/gnome-pilot/glade/pilot-applet.glade
40share/gnome/help/gnome-pilot/C/gnome-pilot.xml 40share/gnome/help/gnome-pilot/C/gnome-pilot.xml
41share/idl/gnome-pilot.idl 41share/idl/gnome-pilot.idl
42share/locale/am/LC_MESSAGES/gnome-pilot.mo 42share/locale/am/LC_MESSAGES/gnome-pilot.mo
43share/locale/ar/LC_MESSAGES/gnome-pilot.mo 43share/locale/ar/LC_MESSAGES/gnome-pilot.mo
44share/locale/az/LC_MESSAGES/gnome-pilot.mo 44share/locale/az/LC_MESSAGES/gnome-pilot.mo
45share/locale/ca/LC_MESSAGES/gnome-pilot.mo 45share/locale/ca/LC_MESSAGES/gnome-pilot.mo
46share/locale/cs/LC_MESSAGES/gnome-pilot.mo 46share/locale/cs/LC_MESSAGES/gnome-pilot.mo
47share/locale/cy/LC_MESSAGES/gnome-pilot.mo 47share/locale/cy/LC_MESSAGES/gnome-pilot.mo
48share/locale/da/LC_MESSAGES/gnome-pilot.mo 48share/locale/da/LC_MESSAGES/gnome-pilot.mo
49share/locale/de/LC_MESSAGES/gnome-pilot.mo 49share/locale/de/LC_MESSAGES/gnome-pilot.mo
 50share/locale/dz/LC_MESSAGES/gnome-pilot.mo
50share/locale/el/LC_MESSAGES/gnome-pilot.mo 51share/locale/el/LC_MESSAGES/gnome-pilot.mo
51share/locale/en_CA/LC_MESSAGES/gnome-pilot.mo 52share/locale/en_CA/LC_MESSAGES/gnome-pilot.mo
52share/locale/en_GB/LC_MESSAGES/gnome-pilot.mo 53share/locale/en_GB/LC_MESSAGES/gnome-pilot.mo
53share/locale/es/LC_MESSAGES/gnome-pilot.mo 54share/locale/es/LC_MESSAGES/gnome-pilot.mo
54share/locale/eu/LC_MESSAGES/gnome-pilot.mo 55share/locale/eu/LC_MESSAGES/gnome-pilot.mo
55share/locale/fi/LC_MESSAGES/gnome-pilot.mo 56share/locale/fi/LC_MESSAGES/gnome-pilot.mo
56share/locale/fr/LC_MESSAGES/gnome-pilot.mo 57share/locale/fr/LC_MESSAGES/gnome-pilot.mo
57share/locale/gl/LC_MESSAGES/gnome-pilot.mo 58share/locale/gl/LC_MESSAGES/gnome-pilot.mo
58share/locale/he/LC_MESSAGES/gnome-pilot.mo 59share/locale/he/LC_MESSAGES/gnome-pilot.mo
59share/locale/hr/LC_MESSAGES/gnome-pilot.mo 60share/locale/hr/LC_MESSAGES/gnome-pilot.mo
60share/locale/hu/LC_MESSAGES/gnome-pilot.mo 61share/locale/hu/LC_MESSAGES/gnome-pilot.mo
61share/locale/it/LC_MESSAGES/gnome-pilot.mo 62share/locale/it/LC_MESSAGES/gnome-pilot.mo
62share/locale/ja/LC_MESSAGES/gnome-pilot.mo 63share/locale/ja/LC_MESSAGES/gnome-pilot.mo
63share/locale/ko/LC_MESSAGES/gnome-pilot.mo 64share/locale/ko/LC_MESSAGES/gnome-pilot.mo
64share/locale/lt/LC_MESSAGES/gnome-pilot.mo 65share/locale/lt/LC_MESSAGES/gnome-pilot.mo
 66share/locale/lv/LC_MESSAGES/gnome-pilot.mo
65share/locale/mk/LC_MESSAGES/gnome-pilot.mo 67share/locale/mk/LC_MESSAGES/gnome-pilot.mo
66share/locale/ml/LC_MESSAGES/gnome-pilot.mo 68share/locale/ml/LC_MESSAGES/gnome-pilot.mo
67share/locale/ms/LC_MESSAGES/gnome-pilot.mo 69share/locale/ms/LC_MESSAGES/gnome-pilot.mo
68share/locale/nb/LC_MESSAGES/gnome-pilot.mo 70share/locale/nb/LC_MESSAGES/gnome-pilot.mo
69share/locale/ne/LC_MESSAGES/gnome-pilot.mo 71share/locale/ne/LC_MESSAGES/gnome-pilot.mo
70share/locale/nl/LC_MESSAGES/gnome-pilot.mo 72share/locale/nl/LC_MESSAGES/gnome-pilot.mo
71share/locale/nn/LC_MESSAGES/gnome-pilot.mo 73share/locale/nn/LC_MESSAGES/gnome-pilot.mo
 74share/locale/oc/LC_MESSAGES/gnome-pilot.mo
72share/locale/pa/LC_MESSAGES/gnome-pilot.mo 75share/locale/pa/LC_MESSAGES/gnome-pilot.mo
73share/locale/pl/LC_MESSAGES/gnome-pilot.mo 76share/locale/pl/LC_MESSAGES/gnome-pilot.mo
74share/locale/pt/LC_MESSAGES/gnome-pilot.mo 77share/locale/pt/LC_MESSAGES/gnome-pilot.mo
75share/locale/pt_BR/LC_MESSAGES/gnome-pilot.mo 78share/locale/pt_BR/LC_MESSAGES/gnome-pilot.mo
76share/locale/ru/LC_MESSAGES/gnome-pilot.mo 79share/locale/ru/LC_MESSAGES/gnome-pilot.mo
77share/locale/rw/LC_MESSAGES/gnome-pilot.mo 80share/locale/rw/LC_MESSAGES/gnome-pilot.mo
78share/locale/sk/LC_MESSAGES/gnome-pilot.mo 81share/locale/sk/LC_MESSAGES/gnome-pilot.mo
79share/locale/sr/LC_MESSAGES/gnome-pilot.mo 82share/locale/sr/LC_MESSAGES/gnome-pilot.mo
80share/locale/sr@Latn/LC_MESSAGES/gnome-pilot.mo 83share/locale/sr@Latn/LC_MESSAGES/gnome-pilot.mo
81share/locale/sv/LC_MESSAGES/gnome-pilot.mo 84share/locale/sv/LC_MESSAGES/gnome-pilot.mo
82share/locale/tr/LC_MESSAGES/gnome-pilot.mo 85share/locale/tr/LC_MESSAGES/gnome-pilot.mo
83share/locale/uk/LC_MESSAGES/gnome-pilot.mo 86share/locale/uk/LC_MESSAGES/gnome-pilot.mo
84share/locale/vi/LC_MESSAGES/gnome-pilot.mo 87share/locale/vi/LC_MESSAGES/gnome-pilot.mo
@@ -87,29 +90,32 @@ share/locale/zh_CN/LC_MESSAGES/gnome-pil @@ -87,29 +90,32 @@ share/locale/zh_CN/LC_MESSAGES/gnome-pil
87share/locale/zh_HK/LC_MESSAGES/gnome-pilot.mo 90share/locale/zh_HK/LC_MESSAGES/gnome-pilot.mo
88share/locale/zh_TW/LC_MESSAGES/gnome-pilot.mo 91share/locale/zh_TW/LC_MESSAGES/gnome-pilot.mo
89share/mime-info/palm.keys 92share/mime-info/palm.keys
90share/mime-info/palm.mime 93share/mime-info/palm.mime
91share/omf/gnome-pilot/gnome-pilot-C.omf 94share/omf/gnome-pilot/gnome-pilot-C.omf
92share/pixmaps/gnome-palm-conduit.png 95share/pixmaps/gnome-palm-conduit.png
93share/pixmaps/gnome-palm.png 96share/pixmaps/gnome-palm.png
94share/pixmaps/sync_broken.png 97share/pixmaps/sync_broken.png
95share/pixmaps/sync_icon.png 98share/pixmaps/sync_icon.png
96share/pixmaps/sync_paused.png 99share/pixmaps/sync_paused.png
97share/pixmaps/syncing_icon.png 100share/pixmaps/syncing_icon.png
98@comment in xdg-dirs: @dirrm share/pixmaps 101@comment in xdg-dirs: @dirrm share/pixmaps
99@dirrm share/omf/gnome-pilot 102@dirrm share/omf/gnome-pilot
100@comment in scrollkeeper: @dirrm share/omf 103@comment in rarian: @dirrm share/omf
101@comment in xdg-dirs: @dirrm share/mime-info 104@comment in xdg-dirs: @dirrm share/mime-info
 105@dirrm share/locale/sr@Latn/LC_MESSAGES
 106@dirrm share/locale/sr@Latn
102@comment in ORBit2: @dirrm share/idl 107@comment in ORBit2: @dirrm share/idl
103@dirrm share/gnome/help/gnome-pilot/C 108@dirrm share/gnome/help/gnome-pilot/C
104@dirrm share/gnome/help/gnome-pilot 109@dirrm share/gnome/help/gnome-pilot
105@comment in gnome2-dirs: @dirrm share/gnome/help 110@comment in gnome2-dirs: @dirrm share/gnome/help
106@dirrm share/gnome-pilot/glade 111@dirrm share/gnome-pilot/glade
107@dirrm share/gnome-pilot/conduits 112@dirrm share/gnome-pilot/conduits
108@dirrm share/gnome-pilot 113@dirrm share/gnome-pilot
 114@comment in gnome2-dirs: @dirrm share/gnome
109@comment in GConf: @dirrm share/gconf/schemas 115@comment in GConf: @dirrm share/gconf/schemas
110@comment in xdg-dirs: @dirrm share/applications 116@comment in xdg-dirs: @dirrm share/applications
111@dirrm lib/gnome-pilot/conduits 117@dirrm lib/gnome-pilot/conduits
112@dirrm lib/gnome-pilot 118@dirrm lib/gnome-pilot
113@comment in libbonobo: @dirrm lib/bonobo/servers 119@comment in libbonobo: @dirrm lib/bonobo/servers
114@dirrm include/libgpilotdCM 120@dirrm include/libgpilotdCM
115@dirrm include/gpilotd 121@dirrm include/gpilotd

cvs diff -r1.6 -r1.7 pkgsrc/comms/gnome-pilot/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/comms/gnome-pilot/Attic/distinfo 2007/01/26 01:33:14 1.6
+++ pkgsrc/comms/gnome-pilot/Attic/distinfo 2009/02/18 20:06:57 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2007/01/26 01:33:14 markd Exp $ 1$NetBSD: distinfo,v 1.7 2009/02/18 20:06:57 ahoka Exp $
2 2
3SHA1 (gnome-pilot-2.0.15.tar.gz) = 03fadb8d9865292af4045df59ee39bfe2e42fb54 3SHA1 (gnome-pilot-2.0.17.tar.gz) = 7a43b0806ae035934dc15949d24492751e316eeb
4RMD160 (gnome-pilot-2.0.15.tar.gz) = 5eecbe5775093e70f4194dfd8e720204e360f40c 4RMD160 (gnome-pilot-2.0.17.tar.gz) = 6af1a1e227cd39018876a5e9ef4c6ec02011a231
5Size (gnome-pilot-2.0.15.tar.gz) = 1217566 bytes 5Size (gnome-pilot-2.0.17.tar.gz) = 1273410 bytes