Sat Oct 25 00:43:23 2008 UTC ()
Update to 5.24.1:

Overview of changes in gcalctool 5.24.1

    * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965)

    * Only update bit panel when display contains a solved number (Bug #548690).

    * gcalctool/gtk.c: Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).

    * Updated translations: ar (Anas Afif Emad), bg (Alexander Shopov), pt_BR (Vladimir Melo).

Overview of changes in gcalctool 5.24.0

    * Updated translations: af (Friedel Wolff), ar (Anas Afif Emad, Khaled Hosny),
                            bn_IN (Sankarshan Mukhopadhyay), da (Kenneth Nielsen),
                            dz (Pema Geyleg), gu (Sweta Kothari),
                            hr (Robert Sedak), hu (Gabor Kelemen),
			    it (Luca Ferretti), kn (Shankar Prasad),
			    ko (Changwoo Ryu), lt (Gintautas Miliauskas),
                            ml (Sreejith K incorporated, Praveen Arimbrathodiyil),
                            mr (Sandeep Shedmake), ro (Mişu Moldovan),
                            sq (Laurent Dhima), ta (Tirumurthi Vasudevan),
                            te (Krishnababu K), tr (Baris Cicek),
                            zh_CN (Funda Wang)

    * Updated help: es (Jorge Gonzalez)
----

Overview of changes in gcalctool 5.23.92

    * Updated translations: en_GB (Philip Withnall), ca (Gil Forcada),
                            bg (Alexander Shopov)

----

Overview of changes in gcalctool 5.23.91

    * Fix packing for modulus button (Bug #548880)

    * Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so
      other desktops can use GCalctool (bug #518862).

----

Overview of changes in gcalctool 5.23.90

    * Fix some small memory leaks (Felix Riemann, Bug #547942)

    * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)

    * Updated translations: ar (Khaled Hosny), fi (Ilkka Tuohela), he (Yair Hershkovitz), ja (Takeshi Aihana), pt (Duarte Loreto), sk (Marcel Telka)

    * Updated documentation: ru (Yuriy Penkin)

----

Overview of changes in gcalctool 5.23.6

    * Deprecated left-to-right mode (Bug #500994).

    * Updated remaining documentation (bg, zh_CN, zh_HK, zh_TW) to gnome-doc-utils (Robert Ancell, Bug #336104)

    * Changed icon from deprecated 'gnome-calculator' to 'accessories-calculator') (Matthias Clasen, Bug #545074)

    * Updated translations: ar (Djihed Afifi), fr (Claude Paroz), pt_BG (Fabrício Godoy)

----

Overview of changes in gcalctool 5.23.5

    * Fix regression in factorial operation (Klaus Niederkrueger)

    * Made trigonometric button text translatable (Yuri Penkin, Bug #540196)

    * More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug #524091)

    * Updated Japanese documentation to gnome-doc-utils (Claude Paroz, Takeshi Aihana, Bug #336104)

    * Updated translations: ca (Joan Duran), oc (Yannig Marchegay), ru (Yuriy Penkin), sv (Daniel Nylander), th (Theppitak Karoonboonyanan)

----

Overview of changes in gcalctool 5.23.4

    * Added workaround to stop display disappearing when editing large displays (Bug #524602)

    * Applied second mp math tidy up patch from  Klaus Niederkrueger (Bug #524091)

    * Updated translations: ar (Djihed Afifi)

----

Overview of changes in gcalctool 5.23.3

    * Default to no thousands separator not ',' for locales that do not require one (Bug #527669)

    * Updated translations: ar (Djihed Afifi), et (Ivar Smolin), vi (Clytie Siddall)

----

Overview of changes in gcalctool 5.23.2

    * Fixes the cursor from moving around when editing numbers with thousands separators (Bug #527669)

    * Structural changes in preperation for full unicode support (Bug #530532)

    * Updated translations: es (Jorge González), gl (Ignacio Casal Quinteiro), nb (Kjartan Maraas),
      nl (Tino Meinen), pt_BR (Leonardo Ferreira Fontenelle), sl (Matej Urbančič)

----

Overview of changes in gcalctool 5.23.1

    * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)

    * Fixes incorrect negation precedence (Bug #526094)

    * Fixes issues with thousands seperators and radix in non-english
      locales (Bug #527669)

    * Fixes regression in constant and function menus (Bug #527545)

    * Fixes problem where display is invisible after solving equation
      (Bug #524602)


(wiz)
diff -r1.73 -r1.74 pkgsrc/math/gcalctool/Makefile
diff -r1.21 -r1.22 pkgsrc/math/gcalctool/PLIST
diff -r1.32 -r1.33 pkgsrc/math/gcalctool/distinfo

cvs diff -r1.73 -r1.74 pkgsrc/math/gcalctool/Makefile (expand / switch to unified diff)

--- pkgsrc/math/gcalctool/Makefile 2008/07/15 11:15:21 1.73
+++ pkgsrc/math/gcalctool/Makefile 2008/10/25 00:43:23 1.74
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.73 2008/07/15 11:15:21 drochner Exp $ 1# $NetBSD: Makefile,v 1.74 2008/10/25 00:43:23 wiz Exp $
2# 2#
3 3
4DISTNAME= gcalctool-5.22.3 4DISTNAME= gcalctool-5.24.1
5CATEGORIES= math gnome 5CATEGORIES= math gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.22/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.24/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://calctool.sourceforge.net/ 10HOMEPAGE= http://calctool.sourceforge.net/
11COMMENT= Desktop calculator for GNOME 11COMMENT= Desktop calculator for GNOME
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16CONFIGURE_ENV+= HAVE_YACC=yes 16CONFIGURE_ENV+= HAVE_YACC=yes
17 17
18USE_DIRS+= gnome2-1.5 18USE_DIRS+= gnome2-1.5
19USE_LIBTOOL= yes 19USE_LIBTOOL= yes

cvs diff -r1.21 -r1.22 pkgsrc/math/gcalctool/PLIST (expand / switch to unified diff)

--- pkgsrc/math/gcalctool/PLIST 2008/04/15 18:46:40 1.21
+++ pkgsrc/math/gcalctool/PLIST 2008/10/25 00:43:23 1.22
@@ -1,106 +1,117 @@ @@ -1,106 +1,117 @@
1@comment $NetBSD: PLIST,v 1.21 2008/04/15 18:46:40 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.22 2008/10/25 00:43:23 wiz Exp $
2bin/gcalctool 2bin/gcalctool
3bin/gnome-calculator 3bin/gnome-calculator
4man/man1/gcalctool.1 4man/man1/gcalctool.1
5share/applications/gcalctool.desktop 5share/applications/gcalctool.desktop
6share/gcalctool/gcalctool.glade 6share/gcalctool/gcalctool.glade
7share/gconf/schemas/gcalctool.schemas 7share/gconf/schemas/gcalctool.schemas
8share/gnome/help/gcalctool/C/figures/gcalctool_advanced_window.png 8share/gnome/help/gcalctool/C/figures/gcalctool_advanced_window.png
9share/gnome/help/gcalctool/C/figures/gcalctool_basic_window.png 9share/gnome/help/gcalctool/C/figures/gcalctool_basic_window.png
10share/gnome/help/gcalctool/C/figures/gcalctool_financial_window.png 10share/gnome/help/gcalctool/C/figures/gcalctool_financial_window.png
11share/gnome/help/gcalctool/C/figures/gcalctool_menu_symbol.png 11share/gnome/help/gcalctool/C/figures/gcalctool_menu_symbol.png
12share/gnome/help/gcalctool/C/figures/gcalctool_scientific_window.png 12share/gnome/help/gcalctool/C/figures/gcalctool_scientific_window.png
13share/gnome/help/gcalctool/C/gcalctool.xml 13share/gnome/help/gcalctool/C/gcalctool.xml
14share/gnome/help/gcalctool/C/legal.xml 14share/gnome/help/gcalctool/C/legal.xml
15share/gnome/help/gcalctool/bg/figures/gcalctool_advanced_window.png 15share/gnome/help/gcalctool/bg/figures/gcalctool_advanced_window.png
16share/gnome/help/gcalctool/bg/figures/gcalctool_basic_window.png 16share/gnome/help/gcalctool/bg/figures/gcalctool_basic_window.png
17share/gnome/help/gcalctool/bg/figures/gcalctool_financial_window.png 17share/gnome/help/gcalctool/bg/figures/gcalctool_financial_window.png
18share/gnome/help/gcalctool/bg/figures/gcalctool_menu_symbol.png 18share/gnome/help/gcalctool/bg/figures/gcalctool_menu_symbol.png
19share/gnome/help/gcalctool/bg/figures/gcalctool_scientific_window.png 19share/gnome/help/gcalctool/bg/figures/gcalctool_scientific_window.png
20share/gnome/help/gcalctool/bg/gcalctool.xml 20share/gnome/help/gcalctool/bg/gcalctool.xml
21share/gnome/help/gcalctool/bg/legal.xml 21share/gnome/help/gcalctool/ca/figures/gcalctool_advanced_window.png
 22share/gnome/help/gcalctool/ca/figures/gcalctool_basic_window.png
 23share/gnome/help/gcalctool/ca/figures/gcalctool_financial_window.png
 24share/gnome/help/gcalctool/ca/figures/gcalctool_menu_symbol.png
 25share/gnome/help/gcalctool/ca/figures/gcalctool_scientific_window.png
 26share/gnome/help/gcalctool/ca/gcalctool.xml
22share/gnome/help/gcalctool/de/figures/gcalctool_advanced_window.png 27share/gnome/help/gcalctool/de/figures/gcalctool_advanced_window.png
23share/gnome/help/gcalctool/de/figures/gcalctool_basic_window.png 28share/gnome/help/gcalctool/de/figures/gcalctool_basic_window.png
24share/gnome/help/gcalctool/de/figures/gcalctool_financial_window.png 29share/gnome/help/gcalctool/de/figures/gcalctool_financial_window.png
25share/gnome/help/gcalctool/de/figures/gcalctool_menu_symbol.png 30share/gnome/help/gcalctool/de/figures/gcalctool_menu_symbol.png
26share/gnome/help/gcalctool/de/figures/gcalctool_scientific_window.png 31share/gnome/help/gcalctool/de/figures/gcalctool_scientific_window.png
27share/gnome/help/gcalctool/de/gcalctool.xml 32share/gnome/help/gcalctool/de/gcalctool.xml
28share/gnome/help/gcalctool/es/figures/gcalctool_advanced_window.png 33share/gnome/help/gcalctool/es/figures/gcalctool_advanced_window.png
29share/gnome/help/gcalctool/es/figures/gcalctool_basic_window.png 34share/gnome/help/gcalctool/es/figures/gcalctool_basic_window.png
30share/gnome/help/gcalctool/es/figures/gcalctool_financial_window.png 35share/gnome/help/gcalctool/es/figures/gcalctool_financial_window.png
31share/gnome/help/gcalctool/es/figures/gcalctool_menu_symbol.png 36share/gnome/help/gcalctool/es/figures/gcalctool_menu_symbol.png
32share/gnome/help/gcalctool/es/figures/gcalctool_scientific_window.png 37share/gnome/help/gcalctool/es/figures/gcalctool_scientific_window.png
33share/gnome/help/gcalctool/es/gcalctool.xml 38share/gnome/help/gcalctool/es/gcalctool.xml
34share/gnome/help/gcalctool/fr/figures/gcalctool_advanced_window.png 39share/gnome/help/gcalctool/fr/figures/gcalctool_advanced_window.png
35share/gnome/help/gcalctool/fr/figures/gcalctool_basic_window.png 40share/gnome/help/gcalctool/fr/figures/gcalctool_basic_window.png
36share/gnome/help/gcalctool/fr/figures/gcalctool_financial_window.png 41share/gnome/help/gcalctool/fr/figures/gcalctool_financial_window.png
37share/gnome/help/gcalctool/fr/figures/gcalctool_menu_symbol.png 42share/gnome/help/gcalctool/fr/figures/gcalctool_menu_symbol.png
38share/gnome/help/gcalctool/fr/figures/gcalctool_scientific_window.png 43share/gnome/help/gcalctool/fr/figures/gcalctool_scientific_window.png
39share/gnome/help/gcalctool/fr/gcalctool.xml 44share/gnome/help/gcalctool/fr/gcalctool.xml
40share/gnome/help/gcalctool/it/figures/gcalctool_advanced_window.png 45share/gnome/help/gcalctool/it/figures/gcalctool_advanced_window.png
41share/gnome/help/gcalctool/it/figures/gcalctool_basic_window.png 46share/gnome/help/gcalctool/it/figures/gcalctool_basic_window.png
42share/gnome/help/gcalctool/it/figures/gcalctool_financial_window.png 47share/gnome/help/gcalctool/it/figures/gcalctool_financial_window.png
43share/gnome/help/gcalctool/it/figures/gcalctool_menu_symbol.png 48share/gnome/help/gcalctool/it/figures/gcalctool_menu_symbol.png
44share/gnome/help/gcalctool/it/figures/gcalctool_scientific_window.png 49share/gnome/help/gcalctool/it/figures/gcalctool_scientific_window.png
45share/gnome/help/gcalctool/it/gcalctool.xml 50share/gnome/help/gcalctool/it/gcalctool.xml
 51share/gnome/help/gcalctool/ja/figures/gcalctool_advanced_window.png
46share/gnome/help/gcalctool/ja/figures/gcalctool_basic_window.png 52share/gnome/help/gcalctool/ja/figures/gcalctool_basic_window.png
47share/gnome/help/gcalctool/ja/figures/gcalctool_financial_window.png 53share/gnome/help/gcalctool/ja/figures/gcalctool_financial_window.png
48share/gnome/help/gcalctool/ja/figures/gcalctool_menu_symbol.png 54share/gnome/help/gcalctool/ja/figures/gcalctool_menu_symbol.png
49share/gnome/help/gcalctool/ja/figures/gcalctool_scientific_window.png 55share/gnome/help/gcalctool/ja/figures/gcalctool_scientific_window.png
50share/gnome/help/gcalctool/ja/gcalctool.xml 56share/gnome/help/gcalctool/ja/gcalctool.xml
51share/gnome/help/gcalctool/ja/legal.xml 
52share/gnome/help/gcalctool/ko/figures/gcalctool_advanced_window.png 57share/gnome/help/gcalctool/ko/figures/gcalctool_advanced_window.png
53share/gnome/help/gcalctool/ko/figures/gcalctool_basic_window.png 58share/gnome/help/gcalctool/ko/figures/gcalctool_basic_window.png
54share/gnome/help/gcalctool/ko/figures/gcalctool_financial_window.png 59share/gnome/help/gcalctool/ko/figures/gcalctool_financial_window.png
55share/gnome/help/gcalctool/ko/figures/gcalctool_menu_symbol.png 60share/gnome/help/gcalctool/ko/figures/gcalctool_menu_symbol.png
56share/gnome/help/gcalctool/ko/figures/gcalctool_scientific_window.png 61share/gnome/help/gcalctool/ko/figures/gcalctool_scientific_window.png
57share/gnome/help/gcalctool/ko/gcalctool.xml 62share/gnome/help/gcalctool/ko/gcalctool.xml
58share/gnome/help/gcalctool/oc/figures/gcalctool_advanced_window.png 63share/gnome/help/gcalctool/oc/figures/gcalctool_advanced_window.png
59share/gnome/help/gcalctool/oc/figures/gcalctool_basic_window.png 64share/gnome/help/gcalctool/oc/figures/gcalctool_basic_window.png
60share/gnome/help/gcalctool/oc/figures/gcalctool_financial_window.png 65share/gnome/help/gcalctool/oc/figures/gcalctool_financial_window.png
61share/gnome/help/gcalctool/oc/figures/gcalctool_menu_symbol.png 66share/gnome/help/gcalctool/oc/figures/gcalctool_menu_symbol.png
62share/gnome/help/gcalctool/oc/figures/gcalctool_scientific_window.png 67share/gnome/help/gcalctool/oc/figures/gcalctool_scientific_window.png
63share/gnome/help/gcalctool/oc/gcalctool.xml 68share/gnome/help/gcalctool/oc/gcalctool.xml
64share/gnome/help/gcalctool/pt_BR/figures/gcalctool_advanced_window.png 69share/gnome/help/gcalctool/pt_BR/figures/gcalctool_advanced_window.png
65share/gnome/help/gcalctool/pt_BR/figures/gcalctool_basic_window.png 70share/gnome/help/gcalctool/pt_BR/figures/gcalctool_basic_window.png
66share/gnome/help/gcalctool/pt_BR/figures/gcalctool_financial_window.png 71share/gnome/help/gcalctool/pt_BR/figures/gcalctool_financial_window.png
67share/gnome/help/gcalctool/pt_BR/figures/gcalctool_menu_symbol.png 72share/gnome/help/gcalctool/pt_BR/figures/gcalctool_menu_symbol.png
68share/gnome/help/gcalctool/pt_BR/figures/gcalctool_scientific_window.png 73share/gnome/help/gcalctool/pt_BR/figures/gcalctool_scientific_window.png
69share/gnome/help/gcalctool/pt_BR/gcalctool.xml 74share/gnome/help/gcalctool/pt_BR/gcalctool.xml
 75share/gnome/help/gcalctool/ru/figures/gcalctool_advanced_window.png
 76share/gnome/help/gcalctool/ru/figures/gcalctool_basic_window.png
 77share/gnome/help/gcalctool/ru/figures/gcalctool_financial_window.png
 78share/gnome/help/gcalctool/ru/figures/gcalctool_menu_symbol.png
 79share/gnome/help/gcalctool/ru/figures/gcalctool_scientific_window.png
 80share/gnome/help/gcalctool/ru/gcalctool.xml
70share/gnome/help/gcalctool/sv/figures/gcalctool_advanced_window.png 81share/gnome/help/gcalctool/sv/figures/gcalctool_advanced_window.png
71share/gnome/help/gcalctool/sv/figures/gcalctool_basic_window.png 82share/gnome/help/gcalctool/sv/figures/gcalctool_basic_window.png
72share/gnome/help/gcalctool/sv/figures/gcalctool_financial_window.png 83share/gnome/help/gcalctool/sv/figures/gcalctool_financial_window.png
73share/gnome/help/gcalctool/sv/figures/gcalctool_menu_symbol.png 84share/gnome/help/gcalctool/sv/figures/gcalctool_menu_symbol.png
74share/gnome/help/gcalctool/sv/figures/gcalctool_scientific_window.png 85share/gnome/help/gcalctool/sv/figures/gcalctool_scientific_window.png
75share/gnome/help/gcalctool/sv/gcalctool.xml 86share/gnome/help/gcalctool/sv/gcalctool.xml
 87share/gnome/help/gcalctool/zh_CN/figures/gcalctool_advanced_window.png
76share/gnome/help/gcalctool/zh_CN/figures/gcalctool_basic_window.png 88share/gnome/help/gcalctool/zh_CN/figures/gcalctool_basic_window.png
77share/gnome/help/gcalctool/zh_CN/figures/gcalctool_financial_window.png 89share/gnome/help/gcalctool/zh_CN/figures/gcalctool_financial_window.png
78share/gnome/help/gcalctool/zh_CN/figures/gcalctool_menu_symbol.png 90share/gnome/help/gcalctool/zh_CN/figures/gcalctool_menu_symbol.png
79share/gnome/help/gcalctool/zh_CN/figures/gcalctool_scientific_window.png 91share/gnome/help/gcalctool/zh_CN/figures/gcalctool_scientific_window.png
80share/gnome/help/gcalctool/zh_CN/gcalctool.xml 92share/gnome/help/gcalctool/zh_CN/gcalctool.xml
81share/gnome/help/gcalctool/zh_CN/legal.xml 93share/gnome/help/gcalctool/zh_HK/figures/gcalctool_advanced_window.png
82share/gnome/help/gcalctool/zh_HK/figures/gcalctool_basic_window.png 94share/gnome/help/gcalctool/zh_HK/figures/gcalctool_basic_window.png
83share/gnome/help/gcalctool/zh_HK/figures/gcalctool_financial_window.png 95share/gnome/help/gcalctool/zh_HK/figures/gcalctool_financial_window.png
84share/gnome/help/gcalctool/zh_HK/figures/gcalctool_menu_symbol.png 96share/gnome/help/gcalctool/zh_HK/figures/gcalctool_menu_symbol.png
85share/gnome/help/gcalctool/zh_HK/figures/gcalctool_scientific_window.png 97share/gnome/help/gcalctool/zh_HK/figures/gcalctool_scientific_window.png
86share/gnome/help/gcalctool/zh_HK/gcalctool.xml 98share/gnome/help/gcalctool/zh_HK/gcalctool.xml
87share/gnome/help/gcalctool/zh_HK/legal.xml 99share/gnome/help/gcalctool/zh_TW/figures/gcalctool_advanced_window.png
88share/gnome/help/gcalctool/zh_TW/figures/gcalctool_basic_window.png 100share/gnome/help/gcalctool/zh_TW/figures/gcalctool_basic_window.png
89share/gnome/help/gcalctool/zh_TW/figures/gcalctool_financial_window.png 101share/gnome/help/gcalctool/zh_TW/figures/gcalctool_financial_window.png
90share/gnome/help/gcalctool/zh_TW/figures/gcalctool_menu_symbol.png 102share/gnome/help/gcalctool/zh_TW/figures/gcalctool_menu_symbol.png
91share/gnome/help/gcalctool/zh_TW/figures/gcalctool_scientific_window.png 103share/gnome/help/gcalctool/zh_TW/figures/gcalctool_scientific_window.png
92share/gnome/help/gcalctool/zh_TW/gcalctool.xml 104share/gnome/help/gcalctool/zh_TW/gcalctool.xml
93share/gnome/help/gcalctool/zh_TW/legal.xml 
94share/locale/af/LC_MESSAGES/gcalctool.mo 105share/locale/af/LC_MESSAGES/gcalctool.mo
95share/locale/am/LC_MESSAGES/gcalctool.mo 106share/locale/am/LC_MESSAGES/gcalctool.mo
96share/locale/ar/LC_MESSAGES/gcalctool.mo 107share/locale/ar/LC_MESSAGES/gcalctool.mo
97share/locale/as/LC_MESSAGES/gcalctool.mo 108share/locale/as/LC_MESSAGES/gcalctool.mo
98share/locale/az/LC_MESSAGES/gcalctool.mo 109share/locale/az/LC_MESSAGES/gcalctool.mo
99share/locale/be/LC_MESSAGES/gcalctool.mo 110share/locale/be/LC_MESSAGES/gcalctool.mo
100share/locale/be@latin/LC_MESSAGES/gcalctool.mo 111share/locale/be@latin/LC_MESSAGES/gcalctool.mo
101share/locale/bg/LC_MESSAGES/gcalctool.mo 112share/locale/bg/LC_MESSAGES/gcalctool.mo
102share/locale/bn/LC_MESSAGES/gcalctool.mo 113share/locale/bn/LC_MESSAGES/gcalctool.mo
103share/locale/bn_IN/LC_MESSAGES/gcalctool.mo 114share/locale/bn_IN/LC_MESSAGES/gcalctool.mo
104share/locale/bs/LC_MESSAGES/gcalctool.mo 115share/locale/bs/LC_MESSAGES/gcalctool.mo
105share/locale/ca/LC_MESSAGES/gcalctool.mo 116share/locale/ca/LC_MESSAGES/gcalctool.mo
106share/locale/cs/LC_MESSAGES/gcalctool.mo 117share/locale/cs/LC_MESSAGES/gcalctool.mo
@@ -148,75 +159,81 @@ share/locale/oc/LC_MESSAGES/gcalctool.mo @@ -148,75 +159,81 @@ share/locale/oc/LC_MESSAGES/gcalctool.mo
148share/locale/or/LC_MESSAGES/gcalctool.mo 159share/locale/or/LC_MESSAGES/gcalctool.mo
149share/locale/pa/LC_MESSAGES/gcalctool.mo 160share/locale/pa/LC_MESSAGES/gcalctool.mo
150share/locale/pl/LC_MESSAGES/gcalctool.mo 161share/locale/pl/LC_MESSAGES/gcalctool.mo
151share/locale/pt/LC_MESSAGES/gcalctool.mo 162share/locale/pt/LC_MESSAGES/gcalctool.mo
152share/locale/pt_BR/LC_MESSAGES/gcalctool.mo 163share/locale/pt_BR/LC_MESSAGES/gcalctool.mo
153share/locale/ro/LC_MESSAGES/gcalctool.mo 164share/locale/ro/LC_MESSAGES/gcalctool.mo
154share/locale/ru/LC_MESSAGES/gcalctool.mo 165share/locale/ru/LC_MESSAGES/gcalctool.mo
155share/locale/rw/LC_MESSAGES/gcalctool.mo 166share/locale/rw/LC_MESSAGES/gcalctool.mo
156share/locale/si/LC_MESSAGES/gcalctool.mo 167share/locale/si/LC_MESSAGES/gcalctool.mo
157share/locale/sk/LC_MESSAGES/gcalctool.mo 168share/locale/sk/LC_MESSAGES/gcalctool.mo
158share/locale/sl/LC_MESSAGES/gcalctool.mo 169share/locale/sl/LC_MESSAGES/gcalctool.mo
159share/locale/sq/LC_MESSAGES/gcalctool.mo 170share/locale/sq/LC_MESSAGES/gcalctool.mo
160share/locale/sr/LC_MESSAGES/gcalctool.mo 171share/locale/sr/LC_MESSAGES/gcalctool.mo
161share/locale/sr@Latn/LC_MESSAGES/gcalctool.mo 172share/locale/sr@latin/LC_MESSAGES/gcalctool.mo
162share/locale/sv/LC_MESSAGES/gcalctool.mo 173share/locale/sv/LC_MESSAGES/gcalctool.mo
163share/locale/ta/LC_MESSAGES/gcalctool.mo 174share/locale/ta/LC_MESSAGES/gcalctool.mo
164share/locale/te/LC_MESSAGES/gcalctool.mo 175share/locale/te/LC_MESSAGES/gcalctool.mo
165share/locale/th/LC_MESSAGES/gcalctool.mo 176share/locale/th/LC_MESSAGES/gcalctool.mo
166share/locale/tk/LC_MESSAGES/gcalctool.mo 177share/locale/tk/LC_MESSAGES/gcalctool.mo
167share/locale/tr/LC_MESSAGES/gcalctool.mo 178share/locale/tr/LC_MESSAGES/gcalctool.mo
168share/locale/uk/LC_MESSAGES/gcalctool.mo 179share/locale/uk/LC_MESSAGES/gcalctool.mo
169share/locale/vi/LC_MESSAGES/gcalctool.mo 180share/locale/vi/LC_MESSAGES/gcalctool.mo
170share/locale/xh/LC_MESSAGES/gcalctool.mo 181share/locale/xh/LC_MESSAGES/gcalctool.mo
171share/locale/zh_CN/LC_MESSAGES/gcalctool.mo 182share/locale/zh_CN/LC_MESSAGES/gcalctool.mo
172share/locale/zh_HK/LC_MESSAGES/gcalctool.mo 183share/locale/zh_HK/LC_MESSAGES/gcalctool.mo
173share/locale/zh_TW/LC_MESSAGES/gcalctool.mo 184share/locale/zh_TW/LC_MESSAGES/gcalctool.mo
174share/omf/gcalctool/gcalctool-C.omf 185share/omf/gcalctool/gcalctool-C.omf
175share/omf/gcalctool/gcalctool-bg.omf 186share/omf/gcalctool/gcalctool-bg.omf
 187share/omf/gcalctool/gcalctool-ca.omf
176share/omf/gcalctool/gcalctool-de.omf 188share/omf/gcalctool/gcalctool-de.omf
177share/omf/gcalctool/gcalctool-es.omf 189share/omf/gcalctool/gcalctool-es.omf
178share/omf/gcalctool/gcalctool-fr.omf 190share/omf/gcalctool/gcalctool-fr.omf
179share/omf/gcalctool/gcalctool-it.omf 191share/omf/gcalctool/gcalctool-it.omf
180share/omf/gcalctool/gcalctool-ja.omf 192share/omf/gcalctool/gcalctool-ja.omf
181share/omf/gcalctool/gcalctool-ko.omf 193share/omf/gcalctool/gcalctool-ko.omf
182share/omf/gcalctool/gcalctool-oc.omf 194share/omf/gcalctool/gcalctool-oc.omf
183share/omf/gcalctool/gcalctool-pt_BR.omf 195share/omf/gcalctool/gcalctool-pt_BR.omf
 196share/omf/gcalctool/gcalctool-ru.omf
184share/omf/gcalctool/gcalctool-sv.omf 197share/omf/gcalctool/gcalctool-sv.omf
185share/omf/gcalctool/gcalctool-zh_CN.omf 198share/omf/gcalctool/gcalctool-zh_CN.omf
186share/omf/gcalctool/gcalctool-zh_HK.omf 199share/omf/gcalctool/gcalctool-zh_HK.omf
187share/omf/gcalctool/gcalctool-zh_TW.omf 200share/omf/gcalctool/gcalctool-zh_TW.omf
188@dirrm share/omf/gcalctool 201@dirrm share/omf/gcalctool
189@comment in rarian: @dirrm share/omf 202@comment in rarian: @dirrm share/omf
190@dirrm share/gnome/help/gcalctool/zh_TW/figures 203@dirrm share/gnome/help/gcalctool/zh_TW/figures
191@dirrm share/gnome/help/gcalctool/zh_TW 204@dirrm share/gnome/help/gcalctool/zh_TW
192@dirrm share/gnome/help/gcalctool/zh_HK/figures 205@dirrm share/gnome/help/gcalctool/zh_HK/figures
193@dirrm share/gnome/help/gcalctool/zh_HK 206@dirrm share/gnome/help/gcalctool/zh_HK
194@dirrm share/gnome/help/gcalctool/zh_CN/figures 207@dirrm share/gnome/help/gcalctool/zh_CN/figures
195@dirrm share/gnome/help/gcalctool/zh_CN 208@dirrm share/gnome/help/gcalctool/zh_CN
196@dirrm share/gnome/help/gcalctool/sv/figures 209@dirrm share/gnome/help/gcalctool/sv/figures
197@dirrm share/gnome/help/gcalctool/sv 210@dirrm share/gnome/help/gcalctool/sv
 211@dirrm share/gnome/help/gcalctool/ru/figures
 212@dirrm share/gnome/help/gcalctool/ru
198@dirrm share/gnome/help/gcalctool/pt_BR/figures 213@dirrm share/gnome/help/gcalctool/pt_BR/figures
199@dirrm share/gnome/help/gcalctool/pt_BR 214@dirrm share/gnome/help/gcalctool/pt_BR
200@dirrm share/gnome/help/gcalctool/oc/figures 215@dirrm share/gnome/help/gcalctool/oc/figures
201@dirrm share/gnome/help/gcalctool/oc 216@dirrm share/gnome/help/gcalctool/oc
202@dirrm share/gnome/help/gcalctool/ko/figures 217@dirrm share/gnome/help/gcalctool/ko/figures
203@dirrm share/gnome/help/gcalctool/ko 218@dirrm share/gnome/help/gcalctool/ko
204@dirrm share/gnome/help/gcalctool/ja/figures 219@dirrm share/gnome/help/gcalctool/ja/figures
205@dirrm share/gnome/help/gcalctool/ja 220@dirrm share/gnome/help/gcalctool/ja
206@dirrm share/gnome/help/gcalctool/it/figures 221@dirrm share/gnome/help/gcalctool/it/figures
207@dirrm share/gnome/help/gcalctool/it 222@dirrm share/gnome/help/gcalctool/it
208@dirrm share/gnome/help/gcalctool/fr/figures 223@dirrm share/gnome/help/gcalctool/fr/figures
209@dirrm share/gnome/help/gcalctool/fr 224@dirrm share/gnome/help/gcalctool/fr
210@dirrm share/gnome/help/gcalctool/es/figures 225@dirrm share/gnome/help/gcalctool/es/figures
211@dirrm share/gnome/help/gcalctool/es 226@dirrm share/gnome/help/gcalctool/es
212@dirrm share/gnome/help/gcalctool/de/figures 227@dirrm share/gnome/help/gcalctool/de/figures
213@dirrm share/gnome/help/gcalctool/de 228@dirrm share/gnome/help/gcalctool/de
 229@dirrm share/gnome/help/gcalctool/ca/figures
 230@dirrm share/gnome/help/gcalctool/ca
214@dirrm share/gnome/help/gcalctool/bg/figures 231@dirrm share/gnome/help/gcalctool/bg/figures
215@dirrm share/gnome/help/gcalctool/bg 232@dirrm share/gnome/help/gcalctool/bg
216@dirrm share/gnome/help/gcalctool/C/figures 233@dirrm share/gnome/help/gcalctool/C/figures
217@dirrm share/gnome/help/gcalctool/C 234@dirrm share/gnome/help/gcalctool/C
218@dirrm share/gnome/help/gcalctool 235@dirrm share/gnome/help/gcalctool
219@comment in gnome2-dirs: @dirrm share/gnome/help 236@comment in gnome2-dirs: @dirrm share/gnome/help
220@comment in GConf: @dirrm share/gconf/schemas 237@comment in GConf: @dirrm share/gconf/schemas
221@dirrm share/gcalctool 238@dirrm share/gcalctool
222@comment in xdg-dirs: @dirrm share/applications 239@comment in xdg-dirs: @dirrm share/applications

cvs diff -r1.32 -r1.33 pkgsrc/math/gcalctool/distinfo (expand / switch to unified diff)

--- pkgsrc/math/gcalctool/distinfo 2008/07/15 11:15:21 1.32
+++ pkgsrc/math/gcalctool/distinfo 2008/10/25 00:43:23 1.33
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.32 2008/07/15 11:15:21 drochner Exp $ 1$NetBSD: distinfo,v 1.33 2008/10/25 00:43:23 wiz Exp $
2 2
3SHA1 (gcalctool-5.22.3.tar.bz2) = 39519e851fd58d614aef72b7661ff25b052ef4f2 3SHA1 (gcalctool-5.24.1.tar.bz2) = fca4070121f005cfff7e16407e6eec63ca59c80f
4RMD160 (gcalctool-5.22.3.tar.bz2) = c32ecb6f79cb0e9b208d937714b4cd0ca9d2fa10 4RMD160 (gcalctool-5.24.1.tar.bz2) = c171b3fd77c62c976c99c9962d50220b5f54f07d
5Size (gcalctool-5.22.3.tar.bz2) = 1495748 bytes 5Size (gcalctool-5.24.1.tar.bz2) = 1714708 bytes