summaryrefslogtreecommitdiff
path: root/math/gcalctool
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-10-16 12:11:19 +0000
committerjmmv <jmmv@pkgsrc.org>2005-10-16 12:11:19 +0000
commitaf2a811058d3aa47ac6e3a2a87eac72fa9d61b97 (patch)
tree0aca9041d9e503b15e2e68cbf82b2c34d437259b /math/gcalctool
parentddcc368d14f483bb7d71934589b26cf48156f5e8 (diff)
downloadpkgsrc-af2a811058d3aa47ac6e3a2a87eac72fa9d61b97.tar.gz
Update to 5.6.31:
Overview of changes in gcalctool 5.6.31 * Generated release for GNOME 2.12.0 (Final) ---- Overview of changes in gcalctool 5.6.30 * Fixed bug #314540. The libparser.a library needs ranlib run on it for Mac OS X. ---- Overview of changes in gcalctool 5.6.29 * Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in syntax_translation.c ---- Overview of changes in gcalctool 5.6.28 * Generated release for GNOME 2.12 (RC) * Changed type of argument in paren_disp from char to int for 64bit. ---- Overview of changes in gcalctool 5.6.27 * Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect. ---- Overview of changes in gcalctool 5.6.26 * Generated release for GNOME 2.11.91 (beta2). ---- Overview of changes in gcalctool 5.6.25 * Fixed bug #311306. If the user was in View->Scientific with base Bin, Oct or Hex and then went to View->Basic, then returned to View->Scientific, some of the numeric keys were incorrectly greyed out. ---- Overview of changes in gcalctool 5.6.24 * Fixed bug #310849. Gcalctool no longer crashes when pressing the "B" button (or typing Shift-B). ---- Overview of changes in gcalctool 5.6.23 * Fixed bug #310791. Memory register window view logic was screwed. ---- Overview of changes in gcalctool 5.6.22 * Fixed bug #310441. Adjusted code to compile with gcc 2.95.2. ---- Overview of changes in gcalctool 5.6.21 * Fixed bug #153854. When the user changes modes, a warning dialog is displayed to let them know that their current display will be cleared and the base reset to decimal. The user has the option of checking a toggle box on the dialog, that will prevent this warning from being displayed again. ---- Overview of changes in gcalctool 5.6.20 * Fixed bug #309294. Adjustments to allow gcalctool to successfully build on Solaris with pkgconfig >= 0.17.1. ---- Overview of changes in gcalctool 5.6.19 * Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now correctly change the sign of the exponent on scientific numbers again. ---- Overview of changes in gcalctool 5.6.18 * Fixed bug #308408. gcalctool can now correctly convert the hexadecimal numbers "A-F" to other bases in "use arithmetic operator precedence mode". ---- Overview of changes in gcalctool 5.6.17 * Fixed bug #305619. Calculations with stored register values in arithmetic operator precedence mode, now work correctly. ---- Overview of changes in gcalctool 5.6.16 * Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching the format (e.g. from ENG to FIX), the displayed value switches to zero (in the corresponding format, so e.g. 0.0 or 0e+0, ...). ---- Overview of changes in gcalctool 5.6.15 * Fixed bug #305467. gcalctool no longer crashes under the following scenerio: - type "f" to bring up the user function menu. - dismiss the menu by clicking elsewhere with the mouse. - type another character which isn't in the range "0" to "9". ---- Overview of changes in gcalctool 5.6.14 * Did a gcalctool tarball release. ---- Overview of changes in gcalctool 5.6.13 * Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y operations. New values are: Xor - 'x' x^y - '^' ---- Overview of changes in gcalctool 5.6.12 * Fixed bug #302555. Various gcalctool variables have now been const'ified. ---- Overview of changes in gcalctool 5.6.11 * Fixed bug #300957. Replaced the underscore character in "translator_credits" with a hyphen, to prevent some translation tools from being confused. ---- Overview of changes in gcalctool 5.6.10 * More work on bug #172704. - Adjusted the code to not try to display a menu when the user entered a left parentheses (another do_pending() type of operation). - Toggling the "Show Trailing Zeroes" operation via keyboard shortcuts, needed to clear the v-.pending flag. ---- Overview of changes in gcalctool 5.6.9 * Fixed up some problems reported by lint. ---- Overview of changes in gcalctool 5.6.8 * Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut for any of the gcalctool buttons that have a menu associated with them, that menu is now displayed. The user can use the arrow keys to select a menu item or the menu items shortcut. ---- Overview of changes in gcalctool 5.6.7 * Fixed bug #171393. Allow stock labels to show through. ---- Overview of changes in gcalctool 5.6.6 * Refixed bug #158280. The Help->Contents menu item no longer appears if gcalctool is built Gtk-only. ---- Overview of changes in gcalctool 5.6.5 * Fixed bug #172798. gtk_set_locale was already being run by gtk_init() and the gtk about popup didn't have the gcalctool icon. ---- Overview of changes in gcalctool 5.6.4 * Fixed Sun internal CR #6214176. If gcalctool is being driven by gok, the on-screen keyboard assistive technology, it's possible that the event returned by gtk_get_current_event() is NULL. If this is the case, we need to fudge the popping up on the menu associated with this menu button. ---- Overview of changes in gcalctool 5.6.3 * Fixed bug #158280. You can now build gcalctool without the GNOME libraries by specifying "--disable-gnome" on the configure command line. ---- Overview of changes in gcalctool 5.6.2 * Fixed bug #167479. gcalctool with set the View->Memory Registers menu item inactive if the calculator is in Basic mode. ---- Overview of changes in gcalctool 5.6.1 * Fixed bug #168694. gcalctool now saves/restores the ten memory register values as gconf resources. * Removed the redundant process_str() routine in graphics.c ---- Overview of changes in gcalctool 5.6.0 * Fixed bug #169196. gcalctool now uses use g_get_home_dir(). * Added in a better implementation of the trig_filter() routine in functions.c
Diffstat (limited to 'math/gcalctool')
-rw-r--r--math/gcalctool/Makefile7
-rw-r--r--math/gcalctool/PLIST4
-rw-r--r--math/gcalctool/distinfo8
3 files changed, 11 insertions, 8 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
index efb08cb3cf8..c43ddf20e37 100644
--- a/math/gcalctool/Makefile
+++ b/math/gcalctool/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.44 2005/09/23 20:08:05 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2005/10/16 12:11:19 jmmv Exp $
#
-DISTNAME= gcalctool-5.5.42
+DISTNAME= gcalctool-5.6.31
CATEGORIES= math gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.5/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.6/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
@@ -33,6 +33,7 @@ post-wrapper:
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/atk/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
diff --git a/math/gcalctool/PLIST b/math/gcalctool/PLIST
index 562ca538f9a..f9122ad8c58 100644
--- a/math/gcalctool/PLIST
+++ b/math/gcalctool/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2005/04/20 15:48:27 drochner Exp $
+@comment $NetBSD: PLIST,v 1.12 2005/10/16 12:11:19 jmmv Exp $
bin/gcalctool
bin/gnome-calculator
man/man1/gcalctool.1
@@ -92,6 +92,7 @@ ${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gcalctool.mo
+${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/gcalctool.mo
@@ -125,6 +126,7 @@ ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gcalctool.mo
+${PKGLOCALEDIR}/locale/te/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/th/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/tk/LC_MESSAGES/gcalctool.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gcalctool.mo
diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo
index ab5964ecd43..ad63bc95568 100644
--- a/math/gcalctool/distinfo
+++ b/math/gcalctool/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2005/10/10 20:14:50 joerg Exp $
+$NetBSD: distinfo,v 1.20 2005/10/16 12:11:19 jmmv Exp $
-SHA1 (gcalctool-5.5.42.tar.bz2) = d5b71286c6516a1a3d8b21ae22431f601832e2da
-RMD160 (gcalctool-5.5.42.tar.bz2) = 6d9235ef9cec9e32bb5929d6567b009f4eca09ee
-Size (gcalctool-5.5.42.tar.bz2) = 1072489 bytes
+SHA1 (gcalctool-5.6.31.tar.bz2) = 2b82b42031a7b248857166e3cdf8d133bccda712
+RMD160 (gcalctool-5.6.31.tar.bz2) = 4bd2454e35aa9dbca72d1b8a6c9772634734d72a
+Size (gcalctool-5.6.31.tar.bz2) = 1101457 bytes
SHA1 (patch-aa) = c871cce3559d686f7e127250fd3fe85ffae14458