pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/gcalctool Update to 4.3.48:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff733958e8c7
branches:  trunk
changeset: 469734:ff733958e8c7
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Feb 27 17:26:30 2004 +0000

description:
Update to 4.3.48:

* Fixed bug 135064. Changing the sign of a large number (when "Show
  Thousands Separator" is on and this is not the C locale), no longer
  corrupts the display.

  My special thanks to Miloslav Trmac for fixing this problem in a
  really elegant manner. This is an important change to the way that
  numbers are displayed.

  The fix involved resetting all the internal calculations in gcalctool
  to be done in the C locale, and then localized (radix character and
  thousands separator), just before the number is displayed.

  I'd appreciate it if everybody could give this a good thrashing in as
  many locales as possible to make sure that it's fully working.

* Fixed bug 135328. Added Shift-slash as a recognized alternate for the
  divide operation (needed by the be-latin1 keyboard layout).

diffstat:

 math/gcalctool/Makefile |  4 ++--
 math/gcalctool/PLIST    |  4 +++-
 math/gcalctool/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r 5b5aa00898b8 -r ff733958e8c7 math/gcalctool/Makefile
--- a/math/gcalctool/Makefile   Fri Feb 27 16:50:48 2004 +0000
+++ b/math/gcalctool/Makefile   Fri Feb 27 17:26:30 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2004/02/26 17:14:35 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2004/02/27 17:26:30 jmmv Exp $
 #
 
-DISTNAME=              gcalctool-4.3.46
+DISTNAME=              gcalctool-4.3.48
 CATEGORIES=            math gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gcalctool/4.3/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 5b5aa00898b8 -r ff733958e8c7 math/gcalctool/PLIST
--- a/math/gcalctool/PLIST      Fri Feb 27 16:50:48 2004 +0000
+++ b/math/gcalctool/PLIST      Fri Feb 27 17:26:30 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/01/14 02:27:17 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/02/27 17:26:30 jmmv Exp $
 bin/gcalctool
 bin/gnome-calculator
 share/applications/gcalctool.desktop
@@ -19,6 +19,7 @@
 ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gcalctool.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gcalctool.mo
 ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gcalctool.mo
+${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/gcalctool.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gcalctool.mo
 ${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/gcalctool.mo
 ${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/gcalctool.mo
@@ -51,6 +52,7 @@
 ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gcalctool.mo
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gcalctool.mo
 ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gcalctool.mo
+${PKGLOCALEDIR}/locale/th/LC_MESSAGES/gcalctool.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gcalctool.mo
 ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gcalctool.mo
 ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gcalctool.mo
diff -r 5b5aa00898b8 -r ff733958e8c7 math/gcalctool/distinfo
--- a/math/gcalctool/distinfo   Fri Feb 27 16:50:48 2004 +0000
+++ b/math/gcalctool/distinfo   Fri Feb 27 17:26:30 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/02/26 17:14:35 minskim Exp $
+$NetBSD: distinfo,v 1.8 2004/02/27 17:26:30 jmmv Exp $
 
-SHA1 (gcalctool-4.3.46.tar.bz2) = 4253999ff5e62c8dfb1a0231407f35feb415a936
-Size (gcalctool-4.3.46.tar.bz2) = 609321 bytes
+SHA1 (gcalctool-4.3.48.tar.bz2) = 1434ddd856207d4d733b559b59c4bef40b8bf599
+Size (gcalctool-4.3.48.tar.bz2) = 618659 bytes



Home | Main Index | Thread Index | Old Index