Tue Nov 30 03:44:36 2010 UTC ()
Update tomboy to 1.2.1, Gnome-2.30.2.

Version 1.2.1
* Fix bullet list indentation when printing (LP#516494, Owen Williams)
* Add timestamp to logger messages, useful for watching autosync output, etc
* Other fixes: LP#556628
* Translation updates: ca@valencia, el, et, nl, th

Version 1.2.0
* Handle new application/x-note mimetype (#611865, Olivier Le Thanh Duong)
* Add a text/path-list target when drag-and-dropping from Search window,
  allowing basic note transfer via Empathy (#611858, Olivier Le Thanh Duong)
* Allow icon themes to customize the panel/tray icon separately (#612887)
* Fix icon embedding in Mac build (#612893)
* Fix errors when using GTK+ >= 2.19.7
* Translation updates: bn, da, el, eu, fi, gl, it, ko, nb, lt, pa, pt, ru, sv, uk

Version 1.1.4
* Autosync improvements:
  - Enable the preference in the UI
  - Try to only sync when idle (to avoid interrupting your writing)
  - Do not attempt to sync when the server is unavailable
  - Fix focus/cursor issues that were occurring after autosync
* Other fixes: #611564, #611801
* Translation updates: bg, cs, de, en_GB, el, es, et, eu, fr, gl, hu, it, lv,
                       pl, pt_BR, ro, ru, sl, sv, ta

Version 1.1.3
* Translation updates: de, es, et, eu, gl, nb, pt_BR, ro, sl, ta, zh_HK, zh_TW

Version 1.1.2
* Experimental automatic background synchronization support (#562097)
  See the bug report for information about enabling and testing this new feature
* Allow user to decide if links are updated when renaming a note (#574485)
* Fix crashers related to new Jump List feature (#608779, #608940, Stefan Cosma)
* Translation updates: de, th

Version 1.1.1
* Awesome new Jump List support on Windows 7 (#587330, Stefan Cosma)
* Copy rich text from notes to apps like Evolution and OpenOffice.org Writer.
  Feature requires gtk-sharp 2.12.10 (#431014, Gabriel Burt)
* Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds
* Prevent crash when entering empty notebook name (#602483, Greg Poirier)
* Other fixes: #594662, #592985, #541663
* New translations: ast, en@shaw
* Translation updates: bg, bn, es, et, eu, he, it, nb, sl, sv, uk, zh_CN

Version 1.1.0
* Add support for Ubuntu One and others using OAuth 1.0a (#594046, Rodrigo Moya)
* Fix printing in Windows Vista and Windows 7 (#576554)
* Various Windows bug fixes (#585297, #601067, #599688, Stefan Cosma)
* Add CreateNamedNoteWithUri method to dbus interface (#580525, Matt Jones)
* Add dbus methods for working with notebooks (#576329, Clemens Buss)
* Always show icons for note items in recent notes menu (#590653)
* Add Sync menu item to panel applet (#597569)
* Stop cutting off message text in the Sync dialog (#553615)
* Other fixes: #596416, #596395, #597139
* Translation updates: ca, id, it, lv, nb, pl, ro, sl


(obache)
diff -r1.21 -r1.22 pkgsrc/editors/tomboy/Makefile
diff -r1.5 -r1.6 pkgsrc/editors/tomboy/PLIST
diff -r1.6 -r1.7 pkgsrc/editors/tomboy/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/editors/tomboy/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/tomboy/Attic/Makefile 2010/11/19 06:17:56 1.21
+++ pkgsrc/editors/tomboy/Attic/Makefile 2010/11/30 03:44:35 1.22
@@ -1,47 +1,50 @@ @@ -1,47 +1,50 @@
1# $NetBSD: Makefile,v 1.21 2010/11/19 06:17:56 obache Exp $ 1# $NetBSD: Makefile,v 1.22 2010/11/30 03:44:35 obache Exp $
2# 2#
3 3
4DISTNAME= tomboy-1.0.1 4DISTNAME= tomboy-1.2.1
5PKGREVISION= 6 
6CATEGORIES= editors misc 5CATEGORIES= editors misc
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tomboy/1.0/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tomboy/1.2/}
8 7
9MAINTAINER= rhaen@NetBSD.org 8MAINTAINER= rhaen@NetBSD.org
10HOMEPAGE= http://www.gnome.org/projects/tomboy 9HOMEPAGE= http://www.gnome.org/projects/tomboy
11COMMENT= Gnome desktop note application 10COMMENT= Gnome desktop note application
12LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18USE_TOOLS+= gmake intltool pkg-config bash:run msgfmt 17USE_TOOLS+= gmake intltool pkg-config bash:run msgfmt
19 18
20GCONF_SCHEMAS= tomboy.schemas 19GCONF_SCHEMAS= tomboy.schemas
21 20
22PKGCONFIG_OVERRIDE+= data/tomboy-addins.pc.in 21PKGCONFIG_OVERRIDE+= data/tomboy-addins.pc.in
23 22
 23# until update to 1.4.x [GNOME-2.32]
 24BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED
 25
24.include "../../devel/GConf/schemas.mk" 26.include "../../devel/GConf/schemas.mk"
25BUILDLINK_API_DEPENDS.mono-addins+= mono-addins>=0.3.1 27BUILDLINK_API_DEPENDS.mono-addins+= mono-addins>=0.3.1
26.include "../../devel/mono-addins/buildlink3.mk" 28.include "../../devel/mono-addins/buildlink3.mk"
27.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 29.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
28.include "../../lang/mono/buildlink3.mk" 30.include "../../lang/mono/buildlink3.mk"
29# evolution needs gmime-sharp 31# evolution needs gmime-sharp
30#.include "../../mail/evolution/buildlink3.mk" 32#.include "../../mail/evolution/buildlink3.mk"
31#.include "../../mail/gmime-sharp/buildlink3.mk" 33#.include "../../mail/gmime-sharp/buildlink3.mk"
32#.include "../../net/galago-sharp/buildlink3.mk" 34#.include "../../net/galago-sharp/buildlink3.mk"
33.include "../../sysutils/dbus/buildlink3.mk" 35.include "../../sysutils/dbus/buildlink3.mk"
34.include "../../sysutils/ndesk-dbus-glib/buildlink3.mk" 36.include "../../sysutils/ndesk-dbus-glib/buildlink3.mk"
35.include "../../sysutils/ndesk-dbus/buildlink3.mk" 37.include "../../sysutils/ndesk-dbus/buildlink3.mk"
36.include "../../textproc/gnome-doc-utils/buildlink3.mk" 38.include "../../textproc/gnome-doc-utils/buildlink3.mk"
37.include "../../textproc/gtkspell/buildlink3.mk" 39.include "../../textproc/gtkspell/buildlink3.mk"
38.include "../../mk/omf-scrollkeeper.mk" 40.include "../../mk/omf-scrollkeeper.mk"
39.include "../../x11/gnome-desktop-sharp/buildlink3.mk" 41.include "../../x11/gnome-desktop-sharp/buildlink3.mk"
40.include "../../x11/gnome-panel/buildlink3.mk" 42.include "../../x11/gnome-panel/buildlink3.mk"
41.include "../../x11/gnome-sharp/buildlink3.mk" 43.include "../../x11/gnome-sharp/buildlink3.mk"
42.include "../../x11/gtk-sharp/buildlink3.mk" 44.include "../../x11/gtk-sharp/buildlink3.mk"
43BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.14.0 45BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.14.0
44.include "../../x11/gtk2/buildlink3.mk" 46.include "../../x11/gtk2/buildlink3.mk"
45.include "../../x11/libX11/buildlink3.mk" 47.include "../../x11/libX11/buildlink3.mk"
46.include "../../sysutils/desktop-file-utils/desktopdb.mk" 48.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 49.include "../../databases/shared-mime-info/mimedb.mk"
47.include "../../mk/bsd.pkg.mk" 50.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/editors/tomboy/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/editors/tomboy/Attic/PLIST 2009/11/17 17:04:46 1.5
+++ pkgsrc/editors/tomboy/Attic/PLIST 2010/11/30 03:44:36 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2009/11/17 17:04:46 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.6 2010/11/30 03:44:36 obache Exp $
2bin/tomboy 2bin/tomboy
3bin/tomboy-panel 3bin/tomboy-panel
4lib/bonobo/servers/GNOME_TomboyApplet.server 4lib/bonobo/servers/GNOME_TomboyApplet.server
5lib/pkgconfig/tomboy-addins.pc 5lib/pkgconfig/tomboy-addins.pc
6lib/tomboy/Tomboy.exe 6lib/tomboy/Tomboy.exe
7lib/tomboy/Tomboy.exe.config 7lib/tomboy/Tomboy.exe.config
8lib/tomboy/Tomboy.exe.mdb 8lib/tomboy/Tomboy.exe.mdb
9lib/tomboy/addins/Backlinks.dll 9lib/tomboy/addins/Backlinks.dll
10lib/tomboy/addins/Backlinks.dll.mdb 10lib/tomboy/addins/Backlinks.dll.mdb
11lib/tomboy/addins/Bugzilla.dll 11lib/tomboy/addins/Bugzilla.dll
12lib/tomboy/addins/Bugzilla.dll.mdb 12lib/tomboy/addins/Bugzilla.dll.mdb
13lib/tomboy/addins/ExportToHtml.dll 13lib/tomboy/addins/ExportToHtml.dll
14lib/tomboy/addins/ExportToHtml.dll.mdb 14lib/tomboy/addins/ExportToHtml.dll.mdb
@@ -220,26 +220,45 @@ share/gnome/help/tomboy/it/figures/note- @@ -220,26 +220,45 @@ share/gnome/help/tomboy/it/figures/note-
220share/gnome/help/tomboy/it/figures/notebook-icon.png 220share/gnome/help/tomboy/it/figures/notebook-icon.png
221share/gnome/help/tomboy/it/figures/tomboy-main-menu.png 221share/gnome/help/tomboy/it/figures/tomboy-main-menu.png
222share/gnome/help/tomboy/it/figures/tomboy-new-note.png 222share/gnome/help/tomboy/it/figures/tomboy-new-note.png
223share/gnome/help/tomboy/it/figures/tomboy-panel.png 223share/gnome/help/tomboy/it/figures/tomboy-panel.png
224share/gnome/help/tomboy/it/figures/tomboy-pindown.png 224share/gnome/help/tomboy/it/figures/tomboy-pindown.png
225share/gnome/help/tomboy/it/figures/tomboy-pinup.png 225share/gnome/help/tomboy/it/figures/tomboy-pinup.png
226share/gnome/help/tomboy/it/figures/tomboy-preferences-add-ins.png 226share/gnome/help/tomboy/it/figures/tomboy-preferences-add-ins.png
227share/gnome/help/tomboy/it/figures/tomboy-preferences-editing.png 227share/gnome/help/tomboy/it/figures/tomboy-preferences-editing.png
228share/gnome/help/tomboy/it/figures/tomboy-preferences-hotkeys.png 228share/gnome/help/tomboy/it/figures/tomboy-preferences-hotkeys.png
229share/gnome/help/tomboy/it/figures/tomboy-preferences-synchronization.png 229share/gnome/help/tomboy/it/figures/tomboy-preferences-synchronization.png
230share/gnome/help/tomboy/it/figures/tomboy-tools.png 230share/gnome/help/tomboy/it/figures/tomboy-tools.png
231share/gnome/help/tomboy/it/legal.xml 231share/gnome/help/tomboy/it/legal.xml
232share/gnome/help/tomboy/it/tomboy.xml 232share/gnome/help/tomboy/it/tomboy.xml
 233share/gnome/help/tomboy/lt/figures/add-notebook-search.png
 234share/gnome/help/tomboy/lt/figures/add-to-notebook.png
 235share/gnome/help/tomboy/lt/figures/delete-notebook.png
 236share/gnome/help/tomboy/lt/figures/move-notes-search.png
 237share/gnome/help/tomboy/lt/figures/new-notebook.png
 238share/gnome/help/tomboy/lt/figures/note-template.png
 239share/gnome/help/tomboy/lt/figures/notebook-icon.png
 240share/gnome/help/tomboy/lt/figures/tomboy-main-menu.png
 241share/gnome/help/tomboy/lt/figures/tomboy-new-note.png
 242share/gnome/help/tomboy/lt/figures/tomboy-panel.png
 243share/gnome/help/tomboy/lt/figures/tomboy-pindown.png
 244share/gnome/help/tomboy/lt/figures/tomboy-pinup.png
 245share/gnome/help/tomboy/lt/figures/tomboy-preferences-add-ins.png
 246share/gnome/help/tomboy/lt/figures/tomboy-preferences-editing.png
 247share/gnome/help/tomboy/lt/figures/tomboy-preferences-hotkeys.png
 248share/gnome/help/tomboy/lt/figures/tomboy-preferences-synchronization.png
 249share/gnome/help/tomboy/lt/figures/tomboy-tools.png
 250share/gnome/help/tomboy/lt/legal.xml
 251share/gnome/help/tomboy/lt/tomboy.xml
233share/gnome/help/tomboy/oc/figures/add-notebook-search.png 252share/gnome/help/tomboy/oc/figures/add-notebook-search.png
234share/gnome/help/tomboy/oc/figures/add-to-notebook.png 253share/gnome/help/tomboy/oc/figures/add-to-notebook.png
235share/gnome/help/tomboy/oc/figures/delete-notebook.png 254share/gnome/help/tomboy/oc/figures/delete-notebook.png
236share/gnome/help/tomboy/oc/figures/move-notes-search.png 255share/gnome/help/tomboy/oc/figures/move-notes-search.png
237share/gnome/help/tomboy/oc/figures/new-notebook.png 256share/gnome/help/tomboy/oc/figures/new-notebook.png
238share/gnome/help/tomboy/oc/figures/note-template.png 257share/gnome/help/tomboy/oc/figures/note-template.png
239share/gnome/help/tomboy/oc/figures/notebook-icon.png 258share/gnome/help/tomboy/oc/figures/notebook-icon.png
240share/gnome/help/tomboy/oc/figures/tomboy-main-menu.png 259share/gnome/help/tomboy/oc/figures/tomboy-main-menu.png
241share/gnome/help/tomboy/oc/figures/tomboy-new-note.png 260share/gnome/help/tomboy/oc/figures/tomboy-new-note.png
242share/gnome/help/tomboy/oc/figures/tomboy-panel.png 261share/gnome/help/tomboy/oc/figures/tomboy-panel.png
243share/gnome/help/tomboy/oc/figures/tomboy-pindown.png 262share/gnome/help/tomboy/oc/figures/tomboy-pindown.png
244share/gnome/help/tomboy/oc/figures/tomboy-pinup.png 263share/gnome/help/tomboy/oc/figures/tomboy-pinup.png
245share/gnome/help/tomboy/oc/figures/tomboy-preferences-add-ins.png 264share/gnome/help/tomboy/oc/figures/tomboy-preferences-add-ins.png
@@ -353,47 +372,71 @@ share/gnome/help/tomboy/vi/figures/note- @@ -353,47 +372,71 @@ share/gnome/help/tomboy/vi/figures/note-
353share/gnome/help/tomboy/vi/figures/notebook-icon.png 372share/gnome/help/tomboy/vi/figures/notebook-icon.png
354share/gnome/help/tomboy/vi/figures/tomboy-main-menu.png 373share/gnome/help/tomboy/vi/figures/tomboy-main-menu.png
355share/gnome/help/tomboy/vi/figures/tomboy-new-note.png 374share/gnome/help/tomboy/vi/figures/tomboy-new-note.png
356share/gnome/help/tomboy/vi/figures/tomboy-panel.png 375share/gnome/help/tomboy/vi/figures/tomboy-panel.png
357share/gnome/help/tomboy/vi/figures/tomboy-pindown.png 376share/gnome/help/tomboy/vi/figures/tomboy-pindown.png
358share/gnome/help/tomboy/vi/figures/tomboy-pinup.png 377share/gnome/help/tomboy/vi/figures/tomboy-pinup.png
359share/gnome/help/tomboy/vi/figures/tomboy-preferences-add-ins.png 378share/gnome/help/tomboy/vi/figures/tomboy-preferences-add-ins.png
360share/gnome/help/tomboy/vi/figures/tomboy-preferences-editing.png 379share/gnome/help/tomboy/vi/figures/tomboy-preferences-editing.png
361share/gnome/help/tomboy/vi/figures/tomboy-preferences-hotkeys.png 380share/gnome/help/tomboy/vi/figures/tomboy-preferences-hotkeys.png
362share/gnome/help/tomboy/vi/figures/tomboy-preferences-synchronization.png 381share/gnome/help/tomboy/vi/figures/tomboy-preferences-synchronization.png
363share/gnome/help/tomboy/vi/figures/tomboy-tools.png 382share/gnome/help/tomboy/vi/figures/tomboy-tools.png
364share/gnome/help/tomboy/vi/legal.xml 383share/gnome/help/tomboy/vi/legal.xml
365share/gnome/help/tomboy/vi/tomboy.xml 384share/gnome/help/tomboy/vi/tomboy.xml
 385share/gnome/help/tomboy/zh_CN/figures/add-notebook-search.png
 386share/gnome/help/tomboy/zh_CN/figures/add-to-notebook.png
 387share/gnome/help/tomboy/zh_CN/figures/delete-notebook.png
 388share/gnome/help/tomboy/zh_CN/figures/move-notes-search.png
 389share/gnome/help/tomboy/zh_CN/figures/new-notebook.png
 390share/gnome/help/tomboy/zh_CN/figures/note-template.png
 391share/gnome/help/tomboy/zh_CN/figures/notebook-icon.png
 392share/gnome/help/tomboy/zh_CN/figures/tomboy-main-menu.png
 393share/gnome/help/tomboy/zh_CN/figures/tomboy-new-note.png
 394share/gnome/help/tomboy/zh_CN/figures/tomboy-panel.png
 395share/gnome/help/tomboy/zh_CN/figures/tomboy-pindown.png
 396share/gnome/help/tomboy/zh_CN/figures/tomboy-pinup.png
 397share/gnome/help/tomboy/zh_CN/figures/tomboy-preferences-add-ins.png
 398share/gnome/help/tomboy/zh_CN/figures/tomboy-preferences-editing.png
 399share/gnome/help/tomboy/zh_CN/figures/tomboy-preferences-hotkeys.png
 400share/gnome/help/tomboy/zh_CN/figures/tomboy-preferences-synchronization.png
 401share/gnome/help/tomboy/zh_CN/figures/tomboy-tools.png
 402share/gnome/help/tomboy/zh_CN/legal.xml
 403share/gnome/help/tomboy/zh_CN/tomboy.xml
366share/icons/hicolor/16x16/apps/tomboy.png 404share/icons/hicolor/16x16/apps/tomboy.png
 405share/icons/hicolor/16x16/mimetypes/application-x-note.png
367share/icons/hicolor/22x22/apps/tomboy.png 406share/icons/hicolor/22x22/apps/tomboy.png
 407share/icons/hicolor/22x22/mimetypes/application-x-note.png
368share/icons/hicolor/24x24/apps/tomboy.png 408share/icons/hicolor/24x24/apps/tomboy.png
369share/icons/hicolor/32x32/apps/tomboy.png 409share/icons/hicolor/32x32/apps/tomboy.png
370share/icons/hicolor/48x48/apps/tomboy.png 410share/icons/hicolor/48x48/apps/tomboy.png
 411share/icons/hicolor/48x48/mimetypes/application-x-note.png
371share/icons/hicolor/scalable/apps/tomboy.svg 412share/icons/hicolor/scalable/apps/tomboy.svg
372share/locale/ar/LC_MESSAGES/tomboy.mo 413share/locale/ar/LC_MESSAGES/tomboy.mo
373share/locale/as/LC_MESSAGES/tomboy.mo 414share/locale/as/LC_MESSAGES/tomboy.mo
 415share/locale/ast/LC_MESSAGES/tomboy.mo
374share/locale/be/LC_MESSAGES/tomboy.mo 416share/locale/be/LC_MESSAGES/tomboy.mo
375share/locale/be@latin/LC_MESSAGES/tomboy.mo 417share/locale/be@latin/LC_MESSAGES/tomboy.mo
376share/locale/bg/LC_MESSAGES/tomboy.mo 418share/locale/bg/LC_MESSAGES/tomboy.mo
377share/locale/bn/LC_MESSAGES/tomboy.mo 419share/locale/bn/LC_MESSAGES/tomboy.mo
378share/locale/bn_IN/LC_MESSAGES/tomboy.mo 420share/locale/bn_IN/LC_MESSAGES/tomboy.mo
379share/locale/br/LC_MESSAGES/tomboy.mo 421share/locale/br/LC_MESSAGES/tomboy.mo
380share/locale/ca/LC_MESSAGES/tomboy.mo 422share/locale/ca/LC_MESSAGES/tomboy.mo
381share/locale/ca@valencia/LC_MESSAGES/tomboy.mo 423share/locale/ca@valencia/LC_MESSAGES/tomboy.mo
382share/locale/cs/LC_MESSAGES/tomboy.mo 424share/locale/cs/LC_MESSAGES/tomboy.mo
383share/locale/da/LC_MESSAGES/tomboy.mo 425share/locale/da/LC_MESSAGES/tomboy.mo
384share/locale/de/LC_MESSAGES/tomboy.mo 426share/locale/de/LC_MESSAGES/tomboy.mo
385share/locale/dz/LC_MESSAGES/tomboy.mo 427share/locale/dz/LC_MESSAGES/tomboy.mo
386share/locale/el/LC_MESSAGES/tomboy.mo 428share/locale/el/LC_MESSAGES/tomboy.mo
 429share/locale/en@shaw/LC_MESSAGES/tomboy.mo
387share/locale/en_CA/LC_MESSAGES/tomboy.mo 430share/locale/en_CA/LC_MESSAGES/tomboy.mo
388share/locale/en_GB/LC_MESSAGES/tomboy.mo 431share/locale/en_GB/LC_MESSAGES/tomboy.mo
389share/locale/es/LC_MESSAGES/tomboy.mo 432share/locale/es/LC_MESSAGES/tomboy.mo
390share/locale/et/LC_MESSAGES/tomboy.mo 433share/locale/et/LC_MESSAGES/tomboy.mo
391share/locale/eu/LC_MESSAGES/tomboy.mo 434share/locale/eu/LC_MESSAGES/tomboy.mo
392share/locale/fi/LC_MESSAGES/tomboy.mo 435share/locale/fi/LC_MESSAGES/tomboy.mo
393share/locale/fr/LC_MESSAGES/tomboy.mo 436share/locale/fr/LC_MESSAGES/tomboy.mo
394share/locale/ga/LC_MESSAGES/tomboy.mo 437share/locale/ga/LC_MESSAGES/tomboy.mo
395share/locale/gl/LC_MESSAGES/tomboy.mo 438share/locale/gl/LC_MESSAGES/tomboy.mo
396share/locale/gu/LC_MESSAGES/tomboy.mo 439share/locale/gu/LC_MESSAGES/tomboy.mo
397share/locale/he/LC_MESSAGES/tomboy.mo 440share/locale/he/LC_MESSAGES/tomboy.mo
398share/locale/hi/LC_MESSAGES/tomboy.mo 441share/locale/hi/LC_MESSAGES/tomboy.mo
399share/locale/hu/LC_MESSAGES/tomboy.mo 442share/locale/hu/LC_MESSAGES/tomboy.mo
@@ -429,43 +472,46 @@ share/locale/sl/LC_MESSAGES/tomboy.mo @@ -429,43 +472,46 @@ share/locale/sl/LC_MESSAGES/tomboy.mo
429share/locale/sq/LC_MESSAGES/tomboy.mo 472share/locale/sq/LC_MESSAGES/tomboy.mo
430share/locale/sr/LC_MESSAGES/tomboy.mo 473share/locale/sr/LC_MESSAGES/tomboy.mo
431share/locale/sr@latin/LC_MESSAGES/tomboy.mo 474share/locale/sr@latin/LC_MESSAGES/tomboy.mo
432share/locale/sv/LC_MESSAGES/tomboy.mo 475share/locale/sv/LC_MESSAGES/tomboy.mo
433share/locale/ta/LC_MESSAGES/tomboy.mo 476share/locale/ta/LC_MESSAGES/tomboy.mo
434share/locale/te/LC_MESSAGES/tomboy.mo 477share/locale/te/LC_MESSAGES/tomboy.mo
435share/locale/th/LC_MESSAGES/tomboy.mo 478share/locale/th/LC_MESSAGES/tomboy.mo
436share/locale/tr/LC_MESSAGES/tomboy.mo 479share/locale/tr/LC_MESSAGES/tomboy.mo
437share/locale/uk/LC_MESSAGES/tomboy.mo 480share/locale/uk/LC_MESSAGES/tomboy.mo
438share/locale/vi/LC_MESSAGES/tomboy.mo 481share/locale/vi/LC_MESSAGES/tomboy.mo
439share/locale/zh_CN/LC_MESSAGES/tomboy.mo 482share/locale/zh_CN/LC_MESSAGES/tomboy.mo
440share/locale/zh_HK/LC_MESSAGES/tomboy.mo 483share/locale/zh_HK/LC_MESSAGES/tomboy.mo
441share/locale/zh_TW/LC_MESSAGES/tomboy.mo 484share/locale/zh_TW/LC_MESSAGES/tomboy.mo
 485share/mime/packages/tomboy.xml
442share/omf/tomboy/tomboy-C.omf 486share/omf/tomboy/tomboy-C.omf
443share/omf/tomboy/tomboy-ca.omf 487share/omf/tomboy/tomboy-ca.omf
444share/omf/tomboy/tomboy-cs.omf 488share/omf/tomboy/tomboy-cs.omf
445share/omf/tomboy/tomboy-de.omf 489share/omf/tomboy/tomboy-de.omf
446share/omf/tomboy/tomboy-el.omf 490share/omf/tomboy/tomboy-el.omf
447share/omf/tomboy/tomboy-en_GB.omf 491share/omf/tomboy/tomboy-en_GB.omf
448share/omf/tomboy/tomboy-es.omf 492share/omf/tomboy/tomboy-es.omf
449share/omf/tomboy/tomboy-eu.omf 493share/omf/tomboy/tomboy-eu.omf
450share/omf/tomboy/tomboy-fr.omf 494share/omf/tomboy/tomboy-fr.omf
451share/omf/tomboy/tomboy-it.omf 495share/omf/tomboy/tomboy-it.omf
 496share/omf/tomboy/tomboy-lt.omf
452share/omf/tomboy/tomboy-oc.omf 497share/omf/tomboy/tomboy-oc.omf
453share/omf/tomboy/tomboy-pl.omf 498share/omf/tomboy/tomboy-pl.omf
454share/omf/tomboy/tomboy-pt_BR.omf 499share/omf/tomboy/tomboy-pt_BR.omf
455share/omf/tomboy/tomboy-ru.omf 500share/omf/tomboy/tomboy-ru.omf
456share/omf/tomboy/tomboy-sv.omf 501share/omf/tomboy/tomboy-sv.omf
457share/omf/tomboy/tomboy-uk.omf 502share/omf/tomboy/tomboy-uk.omf
458share/omf/tomboy/tomboy-vi.omf 503share/omf/tomboy/tomboy-vi.omf
 504share/omf/tomboy/tomboy-zh_CN.omf
459share/tomboy/icons/hicolor/16x16/actions/note-new.png 505share/tomboy/icons/hicolor/16x16/actions/note-new.png
460share/tomboy/icons/hicolor/16x16/actions/notebook-new.png 506share/tomboy/icons/hicolor/16x16/actions/notebook-new.png
461share/tomboy/icons/hicolor/16x16/places/note.png 507share/tomboy/icons/hicolor/16x16/places/note.png
462share/tomboy/icons/hicolor/16x16/places/notebook.png 508share/tomboy/icons/hicolor/16x16/places/notebook.png
463share/tomboy/icons/hicolor/16x16/status/pin-active.png 509share/tomboy/icons/hicolor/16x16/status/pin-active.png
464share/tomboy/icons/hicolor/16x16/status/pin-down.png 510share/tomboy/icons/hicolor/16x16/status/pin-down.png
465share/tomboy/icons/hicolor/16x16/status/pin-up.png 511share/tomboy/icons/hicolor/16x16/status/pin-up.png
466share/tomboy/icons/hicolor/22x22/actions/filter-note-all.png 512share/tomboy/icons/hicolor/22x22/actions/filter-note-all.png
467share/tomboy/icons/hicolor/22x22/actions/filter-note-unfiled.png 513share/tomboy/icons/hicolor/22x22/actions/filter-note-unfiled.png
468share/tomboy/icons/hicolor/22x22/actions/note-new.png 514share/tomboy/icons/hicolor/22x22/actions/note-new.png
469share/tomboy/icons/hicolor/22x22/actions/notebook-new.png 515share/tomboy/icons/hicolor/22x22/actions/notebook-new.png
470share/tomboy/icons/hicolor/22x22/places/note.png 516share/tomboy/icons/hicolor/22x22/places/note.png
471share/tomboy/icons/hicolor/22x22/places/notebook.png 517share/tomboy/icons/hicolor/22x22/places/notebook.png

cvs diff -r1.6 -r1.7 pkgsrc/editors/tomboy/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/tomboy/Attic/distinfo 2009/12/02 09:29:21 1.6
+++ pkgsrc/editors/tomboy/Attic/distinfo 2010/11/30 03:44:36 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2009/12/02 09:29:21 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2010/11/30 03:44:36 obache Exp $
2 2
3SHA1 (tomboy-1.0.1.tar.gz) = 7401ab91758866c8d906622cde2977f2815b98a9 3SHA1 (tomboy-1.2.1.tar.gz) = 98e01ad670a3aa2c264319a5e36daa0ea4036891
4RMD160 (tomboy-1.0.1.tar.gz) = 8a1383978e35a8c32795104dd1d7d987aa4fb976 4RMD160 (tomboy-1.2.1.tar.gz) = fa2e16b6e3e175e98756005853de8b6cc0ffcf25
5Size (tomboy-1.0.1.tar.gz) = 7517894 bytes 5Size (tomboy-1.2.1.tar.gz) = 7695607 bytes