diff options
author | adam <adam> | 2006-06-14 20:14:21 +0000 |
---|---|---|
committer | adam <adam> | 2006-06-14 20:14:21 +0000 |
commit | cc91aaada2d2188ded7e3f7ad6cbff600285a175 (patch) | |
tree | 78efd7ddba6c97db9fda36ac4917964faa35c8dc /math/qalculate-gtk | |
parent | 7628be6108c7f0ce666a0f66fbb57337285c2cd4 (diff) | |
download | pkgsrc-cc91aaada2d2188ded7e3f7ad6cbff600285a175.tar.gz |
Changes 0.9.4:
* True RPN mode with stack manipulation
* Dutch translation (from Jaap Woldringh and the Dutch KDE translation team)
* New application icons (from Thomas Lübking)
* API documentation (approximately halfway)
* Enhanced edit matrix/vector dialogs, with widget for GTK+
* View/edit/insert matrix/vector menu items (GTK+)
* Combined dialog for number bases in result and expression (GTK+)
* Fix comma as decimal sign with KDE GUI
* "Convert to Best Unit" and "Convert to Base Units" was swapped (KDE)
* Ignore commas (with dot as decimal sign) in numbers and option to use dot as
thousands separator
* Fix removal of factors in simplifaction ("1 kg m/s" was simplified to
"1000 m/s")
* Fix libqalculate.so unresolved symbols
* Fix bug that caused all number arguments to require numbers to be rational
* Interpret 0x..., 0o... and 0b... as hexadecimal, octal and binary numbers,
respectively, when base is decimal
* Ability to represent numbers as 0x0feff (for HEX), 0b0011101010 (for BIN)
* Set vectors and matrices as the first argument by default
* New functions
* Fix integration
* New unit: psi
* New name format in data files for more flexible translations
* Change some dubious mathematical wordings
Diffstat (limited to 'math/qalculate-gtk')
-rw-r--r-- | math/qalculate-gtk/Makefile | 7 | ||||
-rw-r--r-- | math/qalculate-gtk/PLIST | 8 | ||||
-rw-r--r-- | math/qalculate-gtk/distinfo | 10 | ||||
-rw-r--r-- | math/qalculate-gtk/patches/patch-aa | 6 |
4 files changed, 17 insertions, 14 deletions
diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index d3ddb283aca..5e6ee142321 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2006/05/11 14:21:35 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/06/14 20:14:21 adam Exp $ -DISTNAME= qalculate-gtk-0.9.3 -PKGREVISION= 2 +DISTNAME= qalculate-gtk-0.9.4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} @@ -18,7 +17,7 @@ USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= yes .include "../../devel/libglade2/buildlink3.mk" -.include "../../devel/libgnome/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" .include "../../math/qalculate/buildlink3.mk" .include "../../textproc/scrollkeeper/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/qalculate-gtk/PLIST b/math/qalculate-gtk/PLIST index bec889b291b..f1cd75a130f 100644 --- a/math/qalculate-gtk/PLIST +++ b/math/qalculate-gtk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/04/28 18:35:06 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/06/14 20:14:21 adam Exp $ bin/qalculate-gtk share/applications/qalculate-gtk.desktop share/gnome/help/qalculate-gtk/C/appendixa.xml @@ -24,13 +24,16 @@ share/gnome/help/qalculate-gtk/C/figures/mainwindow-screen.png share/gnome/help/qalculate-gtk/C/figures/mainwindow.png share/gnome/help/qalculate-gtk/C/figures/plot-data.png share/gnome/help/qalculate-gtk/C/figures/plot-settings.png +share/gnome/help/qalculate-gtk/C/figures/rpn-mode.png share/gnome/help/qalculate-gtk/C/figures/store-variable.png share/gnome/help/qalculate-gtk/C/figures/unit-manager.png share/gnome/help/qalculate-gtk/C/figures/variable-manager.png share/gnome/help/qalculate-gtk/C/legal.xml share/gnome/help/qalculate-gtk/C/qalculate-gtk.xml +share/locale/nl/LC_MESSAGES/qalculate-gtk.mo share/locale/sv/LC_MESSAGES/qalculate-gtk.mo share/omf/qalculate-gtk/qalculate-gtk-C.omf +share/pixmaps/qalculate.png share/qalculate-gtk/glade/about.glade share/qalculate-gtk/glade/argumentrules.glade share/qalculate-gtk/glade/csvexport.glade @@ -41,14 +44,15 @@ share/qalculate-gtk/glade/decimals.glade share/qalculate-gtk/glade/functionedit.glade share/qalculate-gtk/glade/functions.glade share/qalculate-gtk/glade/main.glade +share/qalculate-gtk/glade/matrix.glade share/qalculate-gtk/glade/matrixedit.glade share/qalculate-gtk/glade/namesedit.glade share/qalculate-gtk/glade/nbases.glade -share/qalculate-gtk/glade/nbexpression.glade share/qalculate-gtk/glade/periodictable.glade share/qalculate-gtk/glade/plot.glade share/qalculate-gtk/glade/precision.glade share/qalculate-gtk/glade/preferences.glade +share/qalculate-gtk/glade/setbase.glade share/qalculate-gtk/glade/unit.glade share/qalculate-gtk/glade/unitedit.glade share/qalculate-gtk/glade/units.glade diff --git a/math/qalculate-gtk/distinfo b/math/qalculate-gtk/distinfo index 58d5d62dfa0..0e8f34e4cac 100644 --- a/math/qalculate-gtk/distinfo +++ b/math/qalculate-gtk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2006/04/17 07:48:52 adam Exp $ +$NetBSD: distinfo,v 1.6 2006/06/14 20:14:21 adam Exp $ -SHA1 (qalculate-gtk-0.9.3.tar.gz) = d12aaaee539cffc3b1c606ea60444753206e5364 -RMD160 (qalculate-gtk-0.9.3.tar.gz) = 10ff107609d66a2737426d45247d1826c0e86a18 -Size (qalculate-gtk-0.9.3.tar.gz) = 1474039 bytes -SHA1 (patch-aa) = 11907cc8a8dcb6242687f108ca982b7368b0a4f3 +SHA1 (qalculate-gtk-0.9.4.tar.gz) = 1cf5219d7f5c5375468e521a0784eb186ebe1253 +RMD160 (qalculate-gtk-0.9.4.tar.gz) = 3cf72bc37e04548f7174909648dcee43c1c18dff +Size (qalculate-gtk-0.9.4.tar.gz) = 1546220 bytes +SHA1 (patch-aa) = a8f186eb76a16d6f2b6329da50a2bbd07994414c diff --git a/math/qalculate-gtk/patches/patch-aa b/math/qalculate-gtk/patches/patch-aa index 60f899488a4..fc65037a210 100644 --- a/math/qalculate-gtk/patches/patch-aa +++ b/math/qalculate-gtk/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2006/04/17 07:48:52 adam Exp $ +$NetBSD: patch-aa,v 1.4 2006/06/14 20:14:21 adam Exp $ ---- src/Makefile.in.orig 2006-03-11 11:58:48.000000000 +0100 +--- src/Makefile.in.orig 2006-06-01 22:56:34.000000000 +0200 +++ src/Makefile.in -@@ -531,7 +531,6 @@ uninstall-am: uninstall-binPROGRAMS unin +@@ -536,7 +536,6 @@ uninstall-am: uninstall-binPROGRAMS unin install-exec-local: |