diff options
author | adam <adam@pkgsrc.org> | 2006-06-14 20:14:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-06-14 20:14:21 +0000 |
commit | 0ac95802aee8816bf6c9988ab832c862aad3e938 (patch) | |
tree | 78efd7ddba6c97db9fda36ac4917964faa35c8dc /math/qalculate-currency | |
parent | e061ea3b5a3f322eff9139e82ff1bb854a2ca069 (diff) | |
download | pkgsrc-0ac95802aee8816bf6c9988ab832c862aad3e938.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-currency')
-rw-r--r-- | math/qalculate-currency/Makefile | 5 | ||||
-rw-r--r-- | math/qalculate-currency/PLIST | 3 | ||||
-rw-r--r-- | math/qalculate-currency/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/math/qalculate-currency/Makefile b/math/qalculate-currency/Makefile index b015668a417..c57486288cd 100644 --- a/math/qalculate-currency/Makefile +++ b/math/qalculate-currency/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2006/05/11 14:21:35 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/14 20:14:21 adam Exp $ -DISTNAME= qalculate-currency-0.9.3 -PKGREVISION= 2 +DISTNAME= qalculate-currency-0.9.4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} diff --git a/math/qalculate-currency/PLIST b/math/qalculate-currency/PLIST index 9dd9c8ee3fe..f078152cb59 100644 --- a/math/qalculate-currency/PLIST +++ b/math/qalculate-currency/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2006/04/28 18:35:06 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/06/14 20:14:21 adam Exp $ bin/qalculate-currency share/applications/qalculate-currency.desktop +share/locale/nl/LC_MESSAGES/qalculate-currency.mo share/locale/sv/LC_MESSAGES/qalculate-currency.mo diff --git a/math/qalculate-currency/distinfo b/math/qalculate-currency/distinfo index a88947011fc..8608e6a3e77 100644 --- a/math/qalculate-currency/distinfo +++ b/math/qalculate-currency/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/04/17 07:48:52 adam Exp $ +$NetBSD: distinfo,v 1.4 2006/06/14 20:14:21 adam Exp $ -SHA1 (qalculate-currency-0.9.3.tar.gz) = 09218aa3a6606c0488459280f78130202c849211 -RMD160 (qalculate-currency-0.9.3.tar.gz) = 6dbe1f36abd52b67e8731b6c72bd6ce618ce7349 -Size (qalculate-currency-0.9.3.tar.gz) = 364071 bytes +SHA1 (qalculate-currency-0.9.4.tar.gz) = 8352fd1bc8434299e4c3a1111f1b6b275246ee0f +RMD160 (qalculate-currency-0.9.4.tar.gz) = fa7a52c922ed0c01494e43b6a9c971124a9856cb +Size (qalculate-currency-0.9.4.tar.gz) = 370506 bytes |