summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-10-25 00:43:23 +0000
committerwiz <wiz@pkgsrc.org>2008-10-25 00:43:23 +0000
commitac3ab8d6a78ef1beae3c4dcf95870e7720252891 (patch)
tree4414cf508268d7f91381c1d1b02bdc7b44e49750
parent2763dd8458bd7b690693cc869aabb3f41bbf3590 (diff)
downloadpkgsrc-ac3ab8d6a78ef1beae3c4dcf95870e7720252891.tar.gz
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)
-rw-r--r--math/gcalctool/Makefile6
-rw-r--r--math/gcalctool/PLIST31
-rw-r--r--math/gcalctool/distinfo8
3 files changed, 31 insertions, 14 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
index 3f0f703103a..446968750dc 100644
--- a/math/gcalctool/Makefile
+++ b/math/gcalctool/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.73 2008/07/15 11:15:21 drochner Exp $
+# $NetBSD: Makefile,v 1.74 2008/10/25 00:43:23 wiz Exp $
#
-DISTNAME= gcalctool-5.22.3
+DISTNAME= gcalctool-5.24.1
CATEGORIES= math gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.22/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.24/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/math/gcalctool/PLIST b/math/gcalctool/PLIST
index 29bdc7c0507..16305f1dd7d 100644
--- a/math/gcalctool/PLIST
+++ b/math/gcalctool/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2008/04/15 18:46:40 drochner Exp $
+@comment $NetBSD: PLIST,v 1.22 2008/10/25 00:43:23 wiz Exp $
bin/gcalctool
bin/gnome-calculator
man/man1/gcalctool.1
@@ -18,7 +18,12 @@ share/gnome/help/gcalctool/bg/figures/gcalctool_financial_window.png
share/gnome/help/gcalctool/bg/figures/gcalctool_menu_symbol.png
share/gnome/help/gcalctool/bg/figures/gcalctool_scientific_window.png
share/gnome/help/gcalctool/bg/gcalctool.xml
-share/gnome/help/gcalctool/bg/legal.xml
+share/gnome/help/gcalctool/ca/figures/gcalctool_advanced_window.png
+share/gnome/help/gcalctool/ca/figures/gcalctool_basic_window.png
+share/gnome/help/gcalctool/ca/figures/gcalctool_financial_window.png
+share/gnome/help/gcalctool/ca/figures/gcalctool_menu_symbol.png
+share/gnome/help/gcalctool/ca/figures/gcalctool_scientific_window.png
+share/gnome/help/gcalctool/ca/gcalctool.xml
share/gnome/help/gcalctool/de/figures/gcalctool_advanced_window.png
share/gnome/help/gcalctool/de/figures/gcalctool_basic_window.png
share/gnome/help/gcalctool/de/figures/gcalctool_financial_window.png
@@ -43,12 +48,12 @@ share/gnome/help/gcalctool/it/figures/gcalctool_financial_window.png
share/gnome/help/gcalctool/it/figures/gcalctool_menu_symbol.png
share/gnome/help/gcalctool/it/figures/gcalctool_scientific_window.png
share/gnome/help/gcalctool/it/gcalctool.xml
+share/gnome/help/gcalctool/ja/figures/gcalctool_advanced_window.png
share/gnome/help/gcalctool/ja/figures/gcalctool_basic_window.png
share/gnome/help/gcalctool/ja/figures/gcalctool_financial_window.png
share/gnome/help/gcalctool/ja/figures/gcalctool_menu_symbol.png
share/gnome/help/gcalctool/ja/figures/gcalctool_scientific_window.png
share/gnome/help/gcalctool/ja/gcalctool.xml
-share/gnome/help/gcalctool/ja/legal.xml
share/gnome/help/gcalctool/ko/figures/gcalctool_advanced_window.png
share/gnome/help/gcalctool/ko/figures/gcalctool_basic_window.png
share/gnome/help/gcalctool/ko/figures/gcalctool_financial_window.png
@@ -67,30 +72,36 @@ share/gnome/help/gcalctool/pt_BR/figures/gcalctool_financial_window.png
share/gnome/help/gcalctool/pt_BR/figures/gcalctool_menu_symbol.png
share/gnome/help/gcalctool/pt_BR/figures/gcalctool_scientific_window.png
share/gnome/help/gcalctool/pt_BR/gcalctool.xml
+share/gnome/help/gcalctool/ru/figures/gcalctool_advanced_window.png
+share/gnome/help/gcalctool/ru/figures/gcalctool_basic_window.png
+share/gnome/help/gcalctool/ru/figures/gcalctool_financial_window.png
+share/gnome/help/gcalctool/ru/figures/gcalctool_menu_symbol.png
+share/gnome/help/gcalctool/ru/figures/gcalctool_scientific_window.png
+share/gnome/help/gcalctool/ru/gcalctool.xml
share/gnome/help/gcalctool/sv/figures/gcalctool_advanced_window.png
share/gnome/help/gcalctool/sv/figures/gcalctool_basic_window.png
share/gnome/help/gcalctool/sv/figures/gcalctool_financial_window.png
share/gnome/help/gcalctool/sv/figures/gcalctool_menu_symbol.png
share/gnome/help/gcalctool/sv/figures/gcalctool_scientific_window.png
share/gnome/help/gcalctool/sv/gcalctool.xml
+share/gnome/help/gcalctool/zh_CN/figures/gcalctool_advanced_window.png
share/gnome/help/gcalctool/zh_CN/figures/gcalctool_basic_window.png
share/gnome/help/gcalctool/zh_CN/figures/gcalctool_financial_window.png
share/gnome/help/gcalctool/zh_CN/figures/gcalctool_menu_symbol.png
share/gnome/help/gcalctool/zh_CN/figures/gcalctool_scientific_window.png
share/gnome/help/gcalctool/zh_CN/gcalctool.xml
-share/gnome/help/gcalctool/zh_CN/legal.xml
+share/gnome/help/gcalctool/zh_HK/figures/gcalctool_advanced_window.png
share/gnome/help/gcalctool/zh_HK/figures/gcalctool_basic_window.png
share/gnome/help/gcalctool/zh_HK/figures/gcalctool_financial_window.png
share/gnome/help/gcalctool/zh_HK/figures/gcalctool_menu_symbol.png
share/gnome/help/gcalctool/zh_HK/figures/gcalctool_scientific_window.png
share/gnome/help/gcalctool/zh_HK/gcalctool.xml
-share/gnome/help/gcalctool/zh_HK/legal.xml
+share/gnome/help/gcalctool/zh_TW/figures/gcalctool_advanced_window.png
share/gnome/help/gcalctool/zh_TW/figures/gcalctool_basic_window.png
share/gnome/help/gcalctool/zh_TW/figures/gcalctool_financial_window.png
share/gnome/help/gcalctool/zh_TW/figures/gcalctool_menu_symbol.png
share/gnome/help/gcalctool/zh_TW/figures/gcalctool_scientific_window.png
share/gnome/help/gcalctool/zh_TW/gcalctool.xml
-share/gnome/help/gcalctool/zh_TW/legal.xml
share/locale/af/LC_MESSAGES/gcalctool.mo
share/locale/am/LC_MESSAGES/gcalctool.mo
share/locale/ar/LC_MESSAGES/gcalctool.mo
@@ -158,7 +169,7 @@ share/locale/sk/LC_MESSAGES/gcalctool.mo
share/locale/sl/LC_MESSAGES/gcalctool.mo
share/locale/sq/LC_MESSAGES/gcalctool.mo
share/locale/sr/LC_MESSAGES/gcalctool.mo
-share/locale/sr@Latn/LC_MESSAGES/gcalctool.mo
+share/locale/sr@latin/LC_MESSAGES/gcalctool.mo
share/locale/sv/LC_MESSAGES/gcalctool.mo
share/locale/ta/LC_MESSAGES/gcalctool.mo
share/locale/te/LC_MESSAGES/gcalctool.mo
@@ -173,6 +184,7 @@ share/locale/zh_HK/LC_MESSAGES/gcalctool.mo
share/locale/zh_TW/LC_MESSAGES/gcalctool.mo
share/omf/gcalctool/gcalctool-C.omf
share/omf/gcalctool/gcalctool-bg.omf
+share/omf/gcalctool/gcalctool-ca.omf
share/omf/gcalctool/gcalctool-de.omf
share/omf/gcalctool/gcalctool-es.omf
share/omf/gcalctool/gcalctool-fr.omf
@@ -181,6 +193,7 @@ share/omf/gcalctool/gcalctool-ja.omf
share/omf/gcalctool/gcalctool-ko.omf
share/omf/gcalctool/gcalctool-oc.omf
share/omf/gcalctool/gcalctool-pt_BR.omf
+share/omf/gcalctool/gcalctool-ru.omf
share/omf/gcalctool/gcalctool-sv.omf
share/omf/gcalctool/gcalctool-zh_CN.omf
share/omf/gcalctool/gcalctool-zh_HK.omf
@@ -195,6 +208,8 @@ share/omf/gcalctool/gcalctool-zh_TW.omf
@dirrm share/gnome/help/gcalctool/zh_CN
@dirrm share/gnome/help/gcalctool/sv/figures
@dirrm share/gnome/help/gcalctool/sv
+@dirrm share/gnome/help/gcalctool/ru/figures
+@dirrm share/gnome/help/gcalctool/ru
@dirrm share/gnome/help/gcalctool/pt_BR/figures
@dirrm share/gnome/help/gcalctool/pt_BR
@dirrm share/gnome/help/gcalctool/oc/figures
@@ -211,6 +226,8 @@ share/omf/gcalctool/gcalctool-zh_TW.omf
@dirrm share/gnome/help/gcalctool/es
@dirrm share/gnome/help/gcalctool/de/figures
@dirrm share/gnome/help/gcalctool/de
+@dirrm share/gnome/help/gcalctool/ca/figures
+@dirrm share/gnome/help/gcalctool/ca
@dirrm share/gnome/help/gcalctool/bg/figures
@dirrm share/gnome/help/gcalctool/bg
@dirrm share/gnome/help/gcalctool/C/figures
diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo
index ddd13dd680e..e303fc5718a 100644
--- a/math/gcalctool/distinfo
+++ b/math/gcalctool/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2008/07/15 11:15:21 drochner Exp $
+$NetBSD: distinfo,v 1.33 2008/10/25 00:43:23 wiz Exp $
-SHA1 (gcalctool-5.22.3.tar.bz2) = 39519e851fd58d614aef72b7661ff25b052ef4f2
-RMD160 (gcalctool-5.22.3.tar.bz2) = c32ecb6f79cb0e9b208d937714b4cd0ca9d2fa10
-Size (gcalctool-5.22.3.tar.bz2) = 1495748 bytes
+SHA1 (gcalctool-5.24.1.tar.bz2) = fca4070121f005cfff7e16407e6eec63ca59c80f
+RMD160 (gcalctool-5.24.1.tar.bz2) = c171b3fd77c62c976c99c9962d50220b5f54f07d
+Size (gcalctool-5.24.1.tar.bz2) = 1714708 bytes