summaryrefslogtreecommitdiff
path: root/math/gcalctool
diff options
context:
space:
mode:
authorwiz <wiz>2009-11-10 18:07:03 +0000
committerwiz <wiz>2009-11-10 18:07:03 +0000
commit8c8f4c9566ff081240cb537f6115fb4d9a6e588e (patch)
tree169eb12274de2f6045637986ac87979aeadf3bcb /math/gcalctool
parent0b382301ead3b7bfcba3c4a119d8bb2da5fc8fde (diff)
downloadpkgsrc-8c8f4c9566ff081240cb537f6115fb4d9a6e588e.tar.gz
Update to 5.28.1:
Overview of changes in gcalctool 5.28.1 * Fix numeric exponent parsing (Robin Sonefors, Bug #596892) * Handle ',' as radix point when editing display (Robert Ancell) * Fix inactive random button (Robert Ancell) * Updated documentation: el (Jennie Petoumenou) * Updated translations: ca (Joan Duran), el (Kostas Papadimas) et (Ivar Smolin), ro (Lucian Adrian Grijincu) ru (vicanis@gmail.com), sl (Matej Urbančič) Overview of changes in gcalctool 5.28.0 * Don't override space bar when buttons are focussed as this stops keyboard control (Robert Ancell, Bug #595337) * Handle keycode for '^' used in non-English layouts (German, Spanish, etc) and allow '**' to be converted to a '^' for layouts that do not support it (Robert Ancell, Bug #546819) * Updated documentation: de (Christian Kirbach), fr (Claude Paroz) * Updated translations: as (Amitakhya Phukan), bg (Yavor Doganov) bn_IN (Runa Bhattacharjee), bn (Jamil Ahmed) cs (Marek Černocký), da (Ask H. Larsen) en_GB (Bruce Cowan), et (Ivar Smolin) hi (Rajesh Ranjan), it (Davide Falagna) kn (Shankar Prasad), lt (Gintautas Miliauskas) ml (Ani), mr (Sandeep Shedmake) or (Manoj Kumar Giri), pa (A S Alam) ro (Adi Roiban), sl (Matej Urbančič) sr (Branko Kokanović), sr@latin (Branko Kokanović) te (krishnababu k), uk (Maxim V. Dziumanenko) zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao) Overview of changes in gcalctool 5.27.92 * Fix base conversions (Robert Ancell) * Fix disabled help menu (Robert Ancell) * Fix duplicate object names in data/financial.ui (Robert Ancell, Bug #593277) * Updated translations: ar (Khaled Hosny), el (Jennie Petoumenou) eu (Inaki Larranaga Murgoitio), fr (Claude Paroz) gu (Sweta Kothari), hu (Gabor Kelemen) kn (Shankar Prasad), ml (Ani) pl (Tomasz Dominikowski), pt (Duarte Loreto) sr (Branko Kokanović), sv (Daniel Nylander) tr (Baris Cicek), zh_CN (Aron Xu) Overview of changes in gcalctool 5.27.91 * Updated documentation: cs (Petr Kovar) * Updated translations: bn_IN (Runa Bhattacharjee), et (Ivar Smolin) eu (Inaki Larranaga Murgoitio), fi (Tommi Vainikainen) ga (Seán de Búrca), gl (Antón Méixome) kn (Shankar Prasad), ko (Changwoo Ryu) nb (Kjartan Maraas), or (Manoj Kumar Giri) pl (Piotr Drąg), pt_BR (Leonardo Ferreira Fontenelle) sv (Daniel Nylander), ta (ifelix) Overview of changes in gcalctool 5.27.90 * Fix bug where inserting text in locales without thousands separators replaces the whole display (Robert Ancell) * Updated documentation: es (Jorge González) * Updated translations: de (Christian Kirbach), es (Jorge González) gl (Antón Méixome), nb (Kjartan Maraas) sv (Daniel Nylander), ta (drtvasudevan) Overview of changes in gcalctool 5.27.5 * Perform power and factorials before negation so -1! and -1^0.5 are valid as in 5.26.x (Robert Ancell) * Connect functions to solve the function text and replace the display with the result (Robert Ancell, Bug #548884) * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350) * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591) * Update gconf descriptions to match translation guidelines (Leonardo Fontenelle, Bug #589563) * Updated documentation: fr (Laurent Coudeur, Claude Paroz) * Updated translations: es (Jorge González), et (Ivar Smolin, Mattias Põldaru) fr (Claude Paroz), pt_BR (Daniel S. Koda) Overview of changes in gcalctool 5.27.4 * Update bit editor after shifting (Robert Ancell, Bug #587545) * Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802) * Make padding consistent in GUI (Jerry Casiano, Bug #587292) * Support implicit multiply before functions, e.g. "6 log 3" (Robert Ancell, Bug #586812) * Use inverse notation for trigonometric functions, i.e. "asin" -> "sin⁻¹" * Use lowercase notation for trigonometric and logarithm functions to look more like standard mathematical notation * Put spacing around functions, i.e. "sin" -> " sin " * Use subscript for logarithm base two, i.e. "log2" -> "log₂" * Added etched border around display (Robert Ancell, Bug #140836) * Rewrote out of date man page (Robert Ancell, Bug #585997) * Updated documentation: cs (Marek Cernocky) * Updated translations: bn_IN (Runa Bhattacharjee), cs (Marek Cernocky), es (Jorge Gonzalez), fr (Jonathan Ernst, Claude Paroz), ta (drtvasudevan), sv (Daniel Nylander), uk (Maxim V. Dziumanenko) Overview of changes in gcalctool 5.27.3 * Percentage operation for addition and subtraction now takes percentage of first value (Robert Ancell, Bug #480207) * Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630) * Focus on the display entry by default * Fix broken widget style. Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons. * Fix missing icon in Help>Contents menu * Updated translations: nb (Kjartan Maraas), ta (drtvasudevan) Overview of changes in gcalctool 5.27.2 * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253) * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253) * Remove negative sign from numbers rounded to zero. This is only a partial fix as the error value is still visible in scientific notation (Robert Ancell, Bug #560802) * Support odd roots of negative numbers (Robert Ancell, Bug #576973) * Keep settings (show zeroes, thousands separator etc) when changing modes (Robert Ancell, Bug #580398) * Add a --solve command-line argument (Robert Ancell) * Really fix the license text in the about dialog (Robert Ancell, Bug #579174) * Made parser reentrant and part of MP code (Robert Ancell) * Remove references to arithmetic/left-to-right precedence from the manual (Robert Ancell, Bug #559734) * Fix grammatical errors in manual (Bruce Cowan, Bug #569275) * Remove untranslated figures in documentation - they are automatically copied from the C documentation (Robert Ancell, Bug #566680) * Updated translations: si (K.P.Gayan Tharaka) Overview of changes in gcalctool 5.27.1 * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807) * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975) * Make GConf schemas translatable (Robert Ancell, Bug #571948) * Replace MP number arrays with an MPNumber structure (Robert Ancell) * Tidied up error messages (Robert Ancell, Bug #521184) * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946) This will cause the gconf schema to be incompatible with gcalctool < 5.26.0. Expect settings to reset to defaults when upgrading. Switching between versions will cause resets. * Fix missing license text in about dialog (Robert Ancell, Bug #579174) * Updated translations: es (Jorge Gonzalez), et (Ivar Smolin)
Diffstat (limited to 'math/gcalctool')
-rw-r--r--math/gcalctool/Makefile9
-rw-r--r--math/gcalctool/PLIST6
-rw-r--r--math/gcalctool/distinfo8
3 files changed, 10 insertions, 13 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
index 9bcf183b62f..12de2c62667 100644
--- a/math/gcalctool/Makefile
+++ b/math/gcalctool/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.84 2009/08/26 19:57:58 sno Exp $
+# $NetBSD: Makefile,v 1.85 2009/11/10 18:07:03 wiz Exp $
#
-DISTNAME= gcalctool-5.26.3
-PKGREVISION= 1
+DISTNAME= gcalctool-5.28.1
CATEGORIES= math gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.26/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.28/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -27,8 +26,6 @@ GCONF_SCHEMAS= gcalctool.schemas
.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/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
diff --git a/math/gcalctool/PLIST b/math/gcalctool/PLIST
index 86e8435d9a8..6f604cbe2b2 100644
--- a/math/gcalctool/PLIST
+++ b/math/gcalctool/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.26 2009/07/09 18:39:29 drochner Exp $
+@comment $NetBSD: PLIST,v 1.27 2009/11/10 18:07:04 wiz Exp $
bin/gcalctool
bin/gnome-calculator
man/man1/gcalctool.1
share/applications/gcalctool.desktop
-share/gcalctool/financial.glade
-share/gcalctool/gcalctool.glade
+share/gcalctool/financial.ui
+share/gcalctool/gcalctool.ui
share/gconf/schemas/gcalctool.schemas
share/gnome/help/gcalctool/C/figures/gcalctool_advanced_window.png
share/gnome/help/gcalctool/C/figures/gcalctool_basic_window.png
diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo
index 1c8682d7622..510c699a99a 100644
--- a/math/gcalctool/distinfo
+++ b/math/gcalctool/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2009/07/09 18:39:29 drochner Exp $
+$NetBSD: distinfo,v 1.41 2009/11/10 18:07:04 wiz Exp $
-SHA1 (gcalctool-5.26.3.tar.bz2) = 311b7dda8569e6737af20c3ba61af73582e7ee3a
-RMD160 (gcalctool-5.26.3.tar.bz2) = 02852922cf88825c8473851bf32fbd33a59a03ff
-Size (gcalctool-5.26.3.tar.bz2) = 2042869 bytes
+SHA1 (gcalctool-5.28.1.tar.bz2) = b559a7141dbc93f33f25cb50419559fe8cabafa2
+RMD160 (gcalctool-5.28.1.tar.bz2) = 3f9f4f21213ad57baf39f2b8ee8f937fabb82800
+Size (gcalctool-5.28.1.tar.bz2) = 2209471 bytes