From 4e41f6f09459923186c3fe2eab1beb7be49f58b9 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 30 Mar 2006 21:28:37 +0000 Subject: Update to 5.7.32: Overview of changes in gcalctool 5.7.32 * Released a gcalctool tarball for GNOME 2.14.0 (Final). ---- Overview of changes in gcalctool 5.7.31 * Fix for bug #333078. cvs fails to build due to bg translation of help. * Inclusion of a translation of gcalctool help for the bg locale. ---- Overview of changes in gcalctool 5.7.30 * Released a gcalctool tarball for GNOME 2.14.0 (RC). ---- Overview of changes in gcalctool 5.7.29 * Released a gcalctool tarball for GNOME 2.14.0 (beta2). ---- Overview of changes in gcalctool 5.7.28 * Released a gcalctool tarball for GNOME 2.14.0 (beta1). ---- Overview of changes in gcalctool 5.7.27 * Refixed bug #323150. The recent changes to the square root and subtraction button labels broke the token parser for arithmetic operator precedence. ---- Overview of changes in gcalctool 5.7.26 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of causing the CE button to no longer work correctly. ---- Overview of changes in gcalctool 5.7.25 * Fixed bug #327214. The results from performing trig functions were not being passed on to future calculations correctly (in non-arithmetic operator precedence mode). ---- Overview of changes in gcalctool 5.7.24 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH) for label on division button. ---- Overview of changes in gcalctool 5.7.23 * Released a gcalctool tarball for GNOME 2.13.5. ---- Overview of changes in gcalctool 5.7.22 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, multiplication, plus/minus, minus and square root. ---- Overview of changes in gcalctool 5.7.21 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic operator precedence mode with the scientific view) now hopefully works correctly. ---- Overview of changes in gcalctool 5.7.20 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric point in arithmetic operator precedence mode. * Adjusted all the copyright messages to include 2006. ---- Overview of changes in gcalctool 5.7.19 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378) Gcalctool no longer crashes when you double click the 0 in the display area. ---- Overview of changes in gcalctool 5.7.18 * Final fix for bug #153854. Now handles the case where the first thing the user does is change mode (Basic, Financial, Advanced, Scientific) in AOP mode. * Released a gcalctool tarball for GNOME 2.13.4. ---- Overview of changes in gcalctool 5.7.17 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail in non-English locales ---- Overview of changes in gcalctool 5.7.16 * Fixed bug #324001. Primary Selection (middle mouse button) is now working. ---- Overview of changes in gcalctool 5.7.15 * Released a gcalctool tarball for GNOME 2.13.3. ---- Overview of changes in gcalctool 5.7.14 * More work on bug #153854. Similar change to that made on 15th November 2005, this time for arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.7.13 * Slight fixup for bug #157961. The toggling of the first bit in the bit panel wasn't working correctly. ---- Overview of changes in gcalctool 5.7.12 * More work on bug #153854 If the user has completed a calculation and we are going to a new mode that is "compatible" with this one, then just change modes. Otherwise display a dialog warning the user that the current calculation will be cleared. Incompatible modes are: Scientific -> Basic Scientific -> Advanced Scientific -> Financial (unless we are in Scientific mode with Decimal numeric base and Fixed). These changes work nicely in non-arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.7.11 * Released a gcalctool tarball for GNOME 2.13.2. ---- Overview of changes in gcalctool 5.7.10 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion `window != NULL' failed" warnings at startup. ---- Overview of changes in gcalctool 5.7.9 * Fixed bug #319934. The percent operator was broken in non-arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.7.8 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378) Exponential notation now works correctly in arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.7.7 * Slight adjustment to the bit panel. It's now centralized. ---- Overview of changes in gcalctool 5.7.6 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391 needed to also preserve v->toclear and v->pointed. * Work on enhancement request #157961. Started to implement the bit panel for non-arithmetic precedence mode. It's automatically displayed when in Scientific mode. ---- Overview of changes in gcalctool 5.7.5 * Implemented enhancement request #148104 for arithmetic precedence mode. The modulo operation. See entry below for more details. ---- Overview of changes in gcalctool 5.7.4 * Fixed bug #316382. The "useless" cursor is no longer displayed in the calculator display area. ---- Overview of changes in gcalctool 5.7.3 * Implemented enhancement request #148104 for non-arithmetic precedence mode. Added in a modulo operation. This is available in Scientic Mode. A Mod B return the remainder when you divide A by B. A and B must be integers. Keyboard shortcut for this operation is "M". ---- Overview of changes in gcalctool 5.7.2 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets to display the register values. Gnopernicus can now correctly speak the contents of each memory register. There is also a close button to easily dismiss this dialog. ---- Overview of changes in gcalctool 5.7.1 * Fixed bug #314540. The memory register window is now a dialog rather than a top-level window. ---- Overview of changes in gcalctool 5.7.0 * Fix to prevent invalid numeric entry in arithmetic operator precedence mode, depending upon the current base. --- math/gcalctool/Makefile | 15 ++----- math/gcalctool/PLIST | 13 +++++- math/gcalctool/distinfo | 9 ++-- math/gcalctool/patches/patch-aa | 92 ----------------------------------------- 4 files changed, 19 insertions(+), 110 deletions(-) delete mode 100644 math/gcalctool/patches/patch-aa (limited to 'math/gcalctool') diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 9862b47d0fd..c763912a2e7 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.51 2006/03/21 06:00:46 jlam Exp $ +# $NetBSD: Makefile,v 1.52 2006/03/30 21:28:37 jmmv Exp $ # -DISTNAME= gcalctool-5.6.31 -PKGREVISION= 5 +DISTNAME= gcalctool-5.7.32 CATEGORIES= math gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.6/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.7/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -23,14 +22,6 @@ USE_PKGLOCALEDIR= yes GCONF2_SCHEMAS= gcalctool.schemas -# The sources assume exists. Create a fake one for platforms -# that don't have it. -post-wrapper: - if ${TEST} ! -f /usr/include/malloc.h; then \ - ${ECHO} "#include " \ - > ${BUILDLINK_DIR}/include/malloc.h; \ - fi - .include "../../devel/GConf2/schemas.mk" .include "../../devel/atk/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/math/gcalctool/PLIST b/math/gcalctool/PLIST index f9122ad8c58..0869bb6dae5 100644 --- a/math/gcalctool/PLIST +++ b/math/gcalctool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2005/10/16 12:11:19 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.13 2006/03/30 21:28:37 jmmv Exp $ bin/gcalctool bin/gnome-calculator man/man1/gcalctool.1 @@ -10,6 +10,13 @@ share/gnome/help/gcalctool/C/figures/gcalctool_menu_symbol.png share/gnome/help/gcalctool/C/figures/gcalctool_scientific_window.png share/gnome/help/gcalctool/C/gcalctool.xml share/gnome/help/gcalctool/C/legal.xml +share/gnome/help/gcalctool/bg/figures/gcalctool_advanced_window.png +share/gnome/help/gcalctool/bg/figures/gcalctool_basic_window.png +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/de/figures/gcalctool_basic_window.png share/gnome/help/gcalctool/de/figures/gcalctool_financial_window.png share/gnome/help/gcalctool/de/figures/gcalctool_menu_symbol.png @@ -134,8 +141,10 @@ ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/xh/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gcalctool.mo +${PKGLOCALEDIR}/locale/zh_HK/LC_MESSAGES/gcalctool.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gcalctool.mo share/omf/gcalctool/gcalctool-C.omf +share/omf/gcalctool/gcalctool-bg.omf share/omf/gcalctool/gcalctool-de.omf share/omf/gcalctool/gcalctool-es.omf share/omf/gcalctool/gcalctool-fr.omf @@ -168,6 +177,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/bg/figures +@dirrm share/gnome/help/gcalctool/bg @dirrm share/gnome/help/gcalctool/C/figures @dirrm share/gnome/help/gcalctool/C @dirrm share/gnome/help/gcalctool diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index ad63bc95568..40d4af09fa2 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.20 2005/10/16 12:11:19 jmmv Exp $ +$NetBSD: distinfo,v 1.21 2006/03/30 21:28:37 jmmv Exp $ -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 +SHA1 (gcalctool-5.7.32.tar.bz2) = 134790bf6c88b16c650af92639f355459e502f73 +RMD160 (gcalctool-5.7.32.tar.bz2) = 9854ed5706ac0bb02d412b1deac3e7cbcd9bd2fa +Size (gcalctool-5.7.32.tar.bz2) = 995525 bytes diff --git a/math/gcalctool/patches/patch-aa b/math/gcalctool/patches/patch-aa deleted file mode 100644 index 5bd0925a9e5..00000000000 --- a/math/gcalctool/patches/patch-aa +++ /dev/null @@ -1,92 +0,0 @@ -$NetBSD: patch-aa,v 1.9 2005/10/10 20:14:50 joerg Exp $ - ---- configure.orig 2005-07-10 16:42:39.000000000 +0000 -+++ configure -@@ -6811,13 +6811,13 @@ darwin* | rhapsody*) - lt_cv_deplibs_check_method=pass_all - ;; - --freebsd*) -+freebsd* | dragonfly*) - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then - case $host_cpu in - i*86 ) - # Not sure whether the presence of OpenBSD here was a mistake. - # Let's accept both of them until this is cleared up. -- lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library' -+ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' - lt_cv_file_magic_cmd=/usr/bin/file - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` - ;; -@@ -10064,7 +10064,7 @@ if test -z "$aix_libpath"; then aix_libp - ;; - - # FreeBSD 3 and greater uses gcc -shared to do shared libraries. -- freebsd*) -+ freebsd* | dragonfly*) - archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec='-R$libdir' - hardcode_direct=yes -@@ -10697,7 +10697,7 @@ freebsd1*) - dynamic_linker=no - ;; - --freebsd*) -+freebsd* | dragonfly*) - objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` - version_type=freebsd-$objformat - case $version_type in -@@ -12967,7 +12967,7 @@ if test -z "$aix_libpath"; then aix_libp - freebsd-elf*) - archive_cmds_need_lc_CXX=no - ;; -- freebsd*) -+ freebsd* | dragonfly*) - # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF - # conventions - ld_shlibs_CXX=yes -@@ -14343,7 +14343,7 @@ freebsd1*) - dynamic_linker=no - ;; - --freebsd*) -+freebsd* | dragonfly*) - objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` - version_type=freebsd-$objformat - case $version_type in -@@ -16795,7 +16795,7 @@ if test -z "$aix_libpath"; then aix_libp - ;; - - # FreeBSD 3 and greater uses gcc -shared to do shared libraries. -- freebsd*) -+ freebsd* | dragonfly*) - archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec_F77='-R$libdir' - hardcode_direct_F77=yes -@@ -17428,7 +17428,7 @@ freebsd1*) - dynamic_linker=no - ;; - --freebsd*) -+freebsd* | dragonfly*) - objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` - version_type=freebsd-$objformat - case $version_type in -@@ -19076,7 +19076,7 @@ if test -z "$aix_libpath"; then aix_libp - ;; - - # FreeBSD 3 and greater uses gcc -shared to do shared libraries. -- freebsd*) -+ freebsd* | dragonfly*) - archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec_GCJ='-R$libdir' - hardcode_direct_GCJ=yes -@@ -19709,7 +19709,7 @@ freebsd1*) - dynamic_linker=no - ;; - --freebsd*) -+freebsd* | dragonfly*) - objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` - version_type=freebsd-$objformat - case $version_type in -- cgit v1.2.3