summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-06-14 20:14:21 +0000
committeradam <adam@pkgsrc.org>2006-06-14 20:14:21 +0000
commit0ac95802aee8816bf6c9988ab832c862aad3e938 (patch)
tree78efd7ddba6c97db9fda36ac4917964faa35c8dc /math
parente061ea3b5a3f322eff9139e82ff1bb854a2ca069 (diff)
downloadpkgsrc-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')
-rw-r--r--math/qalculate-bases/Makefile5
-rw-r--r--math/qalculate-bases/PLIST3
-rw-r--r--math/qalculate-bases/distinfo8
-rw-r--r--math/qalculate-currency/Makefile5
-rw-r--r--math/qalculate-currency/PLIST3
-rw-r--r--math/qalculate-currency/distinfo8
-rw-r--r--math/qalculate-gtk/Makefile7
-rw-r--r--math/qalculate-gtk/PLIST8
-rw-r--r--math/qalculate-gtk/distinfo10
-rw-r--r--math/qalculate-gtk/patches/patch-aa6
-rw-r--r--math/qalculate-kde/Makefile5
-rw-r--r--math/qalculate-kde/PLIST8
-rw-r--r--math/qalculate-kde/distinfo8
-rw-r--r--math/qalculate-units/Makefile5
-rw-r--r--math/qalculate-units/PLIST3
-rw-r--r--math/qalculate-units/distinfo8
-rw-r--r--math/qalculate/Makefile7
-rw-r--r--math/qalculate/PLIST194
-rw-r--r--math/qalculate/distinfo12
-rw-r--r--math/qalculate/patches/patch-aa6
-rw-r--r--math/qalculate/patches/patch-ab12
21 files changed, 265 insertions, 66 deletions
diff --git a/math/qalculate-bases/Makefile b/math/qalculate-bases/Makefile
index 4c844221135..520a17f400e 100644
--- a/math/qalculate-bases/Makefile
+++ b/math/qalculate-bases/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-bases-0.9.3
-PKGREVISION= 2
+DISTNAME= qalculate-bases-0.9.4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
diff --git a/math/qalculate-bases/PLIST b/math/qalculate-bases/PLIST
index b81fdd8899c..0fcf19e680f 100644
--- a/math/qalculate-bases/PLIST
+++ b/math/qalculate-bases/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-bases
share/applications/qalculate-bases.desktop
+share/locale/nl/LC_MESSAGES/qalculate-bases.mo
share/locale/sv/LC_MESSAGES/qalculate-bases.mo
diff --git a/math/qalculate-bases/distinfo b/math/qalculate-bases/distinfo
index 012e97b10e8..fb747e233c7 100644
--- a/math/qalculate-bases/distinfo
+++ b/math/qalculate-bases/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/04/17 07:48:51 adam Exp $
+$NetBSD: distinfo,v 1.4 2006/06/14 20:14:21 adam Exp $
-SHA1 (qalculate-bases-0.9.3.tar.gz) = 7de833fc0f64cd72f06ad558f8a052c4b41b9796
-RMD160 (qalculate-bases-0.9.3.tar.gz) = 1e04adc17a077bdf4786ae2afb7ed4c35b2e8a22
-Size (qalculate-bases-0.9.3.tar.gz) = 362602 bytes
+SHA1 (qalculate-bases-0.9.4.tar.gz) = 71f4071bfd6217eb30788c41e95c531cca55b610
+RMD160 (qalculate-bases-0.9.4.tar.gz) = be0c2e11eaca3dfce064b751903249486264f857
+Size (qalculate-bases-0.9.4.tar.gz) = 368685 bytes
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
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:
diff --git a/math/qalculate-kde/Makefile b/math/qalculate-kde/Makefile
index 01963e3a17b..35ce539ff73 100644
--- a/math/qalculate-kde/Makefile
+++ b/math/qalculate-kde/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2006/05/07 13:51:20 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/14 20:14:21 adam Exp $
-DISTNAME= qalculate-kde-0.9.3.1
-PKGREVISION= 1
+DISTNAME= qalculate-kde-0.9.4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
diff --git a/math/qalculate-kde/PLIST b/math/qalculate-kde/PLIST
index dd9faaf7da7..27c06975cd1 100644
--- a/math/qalculate-kde/PLIST
+++ b/math/qalculate-kde/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2006/02/24 21:09:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/06/14 20:14:21 adam Exp $
bin/qalculate-kde
share/kde/applnk/Utilities/qalculate_kde.desktop
share/kde/apps/qalculate_kde/qalculate_kdeui.rc
@@ -22,14 +22,20 @@ share/kde/doc/HTML/en/qalculate_kde/insert-function.png
share/kde/doc/HTML/en/qalculate_kde/mainwindow.png
share/kde/doc/HTML/en/qalculate_kde/plot-data.png
share/kde/doc/HTML/en/qalculate_kde/plot-settings.png
+share/kde/doc/HTML/en/qalculate_kde/rpn-mode.png
share/kde/doc/HTML/en/qalculate_kde/store-variable.png
share/kde/doc/HTML/en/qalculate_kde/unit-manager.png
share/kde/doc/HTML/en/qalculate_kde/units.docbook
share/kde/doc/HTML/en/qalculate_kde/variable-manager.png
share/kde/doc/HTML/en/qalculate_kde/variables.docbook
+share/kde/icons/hicolor/128x128/apps/qalculate_kde.png
share/kde/icons/hicolor/16x16/apps/qalculate_kde.png
+share/kde/icons/hicolor/22x22/apps/qalculate_kde.png
share/kde/icons/hicolor/32x32/actions/qalculate_convert.png
share/kde/icons/hicolor/32x32/apps/qalculate_kde.png
+share/kde/icons/hicolor/48x48/apps/qalculate_kde.png
+share/kde/icons/hicolor/64x64/apps/qalculate_kde.png
+share/kde/locale/nl/LC_MESSAGES/qalculate_kde.mo
share/kde/locale/sv/LC_MESSAGES/qalculate_kde.mo
@dirrm share/kde/doc/HTML/en/qalculate_kde
@dirrm share/kde/apps/qalculate_kde
diff --git a/math/qalculate-kde/distinfo b/math/qalculate-kde/distinfo
index fe81bb54d74..4461f577a12 100644
--- a/math/qalculate-kde/distinfo
+++ b/math/qalculate-kde/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2006/05/07 13:51:20 joerg Exp $
+$NetBSD: distinfo,v 1.6 2006/06/14 20:14:21 adam Exp $
-SHA1 (qalculate-kde-0.9.3.1.tar.gz) = 4e911c282babaf64dcafb958900682317320acbd
-RMD160 (qalculate-kde-0.9.3.1.tar.gz) = d087a3565af3ef7f27af1e66a48a41afbfb6509b
-Size (qalculate-kde-0.9.3.1.tar.gz) = 1486268 bytes
+SHA1 (qalculate-kde-0.9.4.tar.gz) = 2646a7d53a741e43422de4f973392f54e995d785
+RMD160 (qalculate-kde-0.9.4.tar.gz) = 98e888a602aef74560e1f6fcd324cb50de8e237b
+Size (qalculate-kde-0.9.4.tar.gz) = 1575881 bytes
SHA1 (patch-aa) = a9738cdb6ce9e27a7202e6c415af739a2fab3ef5
SHA1 (patch-ab) = 602c47ba0bb574e4d66e86fffc8129ed41c7b4f7
diff --git a/math/qalculate-units/Makefile b/math/qalculate-units/Makefile
index b624c5840cc..540c916259e 100644
--- a/math/qalculate-units/Makefile
+++ b/math/qalculate-units/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-units-0.9.3
-PKGREVISION= 2
+DISTNAME= qalculate-units-0.9.4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
diff --git a/math/qalculate-units/PLIST b/math/qalculate-units/PLIST
index c40f0afc981..5dd9a5414f6 100644
--- a/math/qalculate-units/PLIST
+++ b/math/qalculate-units/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-units
share/applications/qalculate-units.desktop
+share/locale/nl/LC_MESSAGES/qalculate-units.mo
share/locale/sv/LC_MESSAGES/qalculate-units.mo
diff --git a/math/qalculate-units/distinfo b/math/qalculate-units/distinfo
index 3dc2081c4d3..839fdd32daf 100644
--- a/math/qalculate-units/distinfo
+++ b/math/qalculate-units/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-units-0.9.3.tar.gz) = 7307e18bd41da20bca31c064173c13dd3fbff30d
-RMD160 (qalculate-units-0.9.3.tar.gz) = 7012b481d030abf906ca300db86ec1a3816f68d8
-Size (qalculate-units-0.9.3.tar.gz) = 369369 bytes
+SHA1 (qalculate-units-0.9.4.tar.gz) = 1a6c124e572671973be9d249aba682e745f01f91
+RMD160 (qalculate-units-0.9.4.tar.gz) = 621636ecc487b71a85f7e6f9785e275ed2ac2e17
+Size (qalculate-units-0.9.4.tar.gz) = 375642 bytes
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile
index e2ac0971fab..0f632c36838 100644
--- a/math/qalculate/Makefile
+++ b/math/qalculate/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2006/06/08 12:00:03 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2006/06/14 20:14:21 adam Exp $
-DISTNAME= libqalculate-0.9.3
-PKGNAME= qalculate-0.9.3
-PKGREVISION= 3
+DISTNAME= libqalculate-0.9.4
+PKGNAME= qalculate-0.9.4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
diff --git a/math/qalculate/PLIST b/math/qalculate/PLIST
index e6f50f4bb51..bd8fd83da17 100644
--- a/math/qalculate/PLIST
+++ b/math/qalculate/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2006/06/08 12:00:04 joerg Exp $
+@comment $NetBSD: PLIST,v 1.12 2006/06/14 20:14:21 adam Exp $
bin/qalc
include/libqalculate/BuiltinFunctions.h
include/libqalculate/Calculator.h
@@ -15,6 +15,195 @@ include/libqalculate/qalculate.h
include/libqalculate/util.h
lib/libqalculate.la
lib/pkgconfig/libqalculate.pc
+share/doc/lib${PKGNAME}/reference/html/Calculator_8h.html
+share/doc/lib${PKGNAME}/reference/html/DataSet_8h.html
+share/doc/lib${PKGNAME}/reference/html/ExpressionItem_8h.html
+share/doc/lib${PKGNAME}/reference/html/Function_8h.html
+share/doc/lib${PKGNAME}/reference/html/MathStructure_8h.html
+share/doc/lib${PKGNAME}/reference/html/Number_8h.html
+share/doc/lib${PKGNAME}/reference/html/Prefix_8h.html
+share/doc/lib${PKGNAME}/reference/html/Unit_8h.html
+share/doc/lib${PKGNAME}/reference/html/Variable_8h.html
+share/doc/lib${PKGNAME}/reference/html/annotated.html
+share/doc/lib${PKGNAME}/reference/html/classAliasUnit-members.html
+share/doc/lib${PKGNAME}/reference/html/classAliasUnit.html
+share/doc/lib${PKGNAME}/reference/html/classAliasUnit.png
+share/doc/lib${PKGNAME}/reference/html/classAliasUnit__Composite-members.html
+share/doc/lib${PKGNAME}/reference/html/classAliasUnit__Composite.html
+share/doc/lib${PKGNAME}/reference/html/classAliasUnit__Composite.png
+share/doc/lib${PKGNAME}/reference/html/classArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classArgument.html
+share/doc/lib${PKGNAME}/reference/html/classArgument.png
+share/doc/lib${PKGNAME}/reference/html/classArgumentSet-members.html
+share/doc/lib${PKGNAME}/reference/html/classArgumentSet.html
+share/doc/lib${PKGNAME}/reference/html/classArgumentSet.png
+share/doc/lib${PKGNAME}/reference/html/classAssumptions-members.html
+share/doc/lib${PKGNAME}/reference/html/classAssumptions.html
+share/doc/lib${PKGNAME}/reference/html/classBinaryPrefix-members.html
+share/doc/lib${PKGNAME}/reference/html/classBinaryPrefix.html
+share/doc/lib${PKGNAME}/reference/html/classBinaryPrefix.png
+share/doc/lib${PKGNAME}/reference/html/classBooleanArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classBooleanArgument.html
+share/doc/lib${PKGNAME}/reference/html/classBooleanArgument.png
+share/doc/lib${PKGNAME}/reference/html/classCalculator-members.html
+share/doc/lib${PKGNAME}/reference/html/classCalculator.html
+share/doc/lib${PKGNAME}/reference/html/classCalculatorMessage-members.html
+share/doc/lib${PKGNAME}/reference/html/classCalculatorMessage.html
+share/doc/lib${PKGNAME}/reference/html/classCompositeUnit-members.html
+share/doc/lib${PKGNAME}/reference/html/classCompositeUnit.html
+share/doc/lib${PKGNAME}/reference/html/classCompositeUnit.png
+share/doc/lib${PKGNAME}/reference/html/classDataObject-members.html
+share/doc/lib${PKGNAME}/reference/html/classDataObject.html
+share/doc/lib${PKGNAME}/reference/html/classDataObjectArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classDataObjectArgument.html
+share/doc/lib${PKGNAME}/reference/html/classDataObjectArgument.png
+share/doc/lib${PKGNAME}/reference/html/classDataProperty-members.html
+share/doc/lib${PKGNAME}/reference/html/classDataProperty.html
+share/doc/lib${PKGNAME}/reference/html/classDataPropertyArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classDataPropertyArgument.html
+share/doc/lib${PKGNAME}/reference/html/classDataPropertyArgument.png
+share/doc/lib${PKGNAME}/reference/html/classDataSet-members.html
+share/doc/lib${PKGNAME}/reference/html/classDataSet.html
+share/doc/lib${PKGNAME}/reference/html/classDataSet.png
+share/doc/lib${PKGNAME}/reference/html/classDateArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classDateArgument.html
+share/doc/lib${PKGNAME}/reference/html/classDateArgument.png
+share/doc/lib${PKGNAME}/reference/html/classDecimalPrefix-members.html
+share/doc/lib${PKGNAME}/reference/html/classDecimalPrefix.html
+share/doc/lib${PKGNAME}/reference/html/classDecimalPrefix.png
+share/doc/lib${PKGNAME}/reference/html/classDynamicVariable-members.html
+share/doc/lib${PKGNAME}/reference/html/classDynamicVariable.html
+share/doc/lib${PKGNAME}/reference/html/classDynamicVariable.png
+share/doc/lib${PKGNAME}/reference/html/classExpressionItem-members.html
+share/doc/lib${PKGNAME}/reference/html/classExpressionItem.html
+share/doc/lib${PKGNAME}/reference/html/classExpressionItem.png
+share/doc/lib${PKGNAME}/reference/html/classExpressionItemArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classExpressionItemArgument.html
+share/doc/lib${PKGNAME}/reference/html/classExpressionItemArgument.png
+share/doc/lib${PKGNAME}/reference/html/classFunctionArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classFunctionArgument.html
+share/doc/lib${PKGNAME}/reference/html/classFunctionArgument.png
+share/doc/lib${PKGNAME}/reference/html/classIntegerArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classIntegerArgument.html
+share/doc/lib${PKGNAME}/reference/html/classIntegerArgument.png
+share/doc/lib${PKGNAME}/reference/html/classKnownVariable-members.html
+share/doc/lib${PKGNAME}/reference/html/classKnownVariable.html
+share/doc/lib${PKGNAME}/reference/html/classKnownVariable.png
+share/doc/lib${PKGNAME}/reference/html/classMathFunction-members.html
+share/doc/lib${PKGNAME}/reference/html/classMathFunction.html
+share/doc/lib${PKGNAME}/reference/html/classMathFunction.png
+share/doc/lib${PKGNAME}/reference/html/classMathStructure-members.html
+share/doc/lib${PKGNAME}/reference/html/classMathStructure.html
+share/doc/lib${PKGNAME}/reference/html/classMatrixArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classMatrixArgument.html
+share/doc/lib${PKGNAME}/reference/html/classMatrixArgument.png
+share/doc/lib${PKGNAME}/reference/html/classNumber-members.html
+share/doc/lib${PKGNAME}/reference/html/classNumber.html
+share/doc/lib${PKGNAME}/reference/html/classNumberArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classNumberArgument.html
+share/doc/lib${PKGNAME}/reference/html/classNumberArgument.png
+share/doc/lib${PKGNAME}/reference/html/classNumberPrefix-members.html
+share/doc/lib${PKGNAME}/reference/html/classNumberPrefix.html
+share/doc/lib${PKGNAME}/reference/html/classNumberPrefix.png
+share/doc/lib${PKGNAME}/reference/html/classPrefix-members.html
+share/doc/lib${PKGNAME}/reference/html/classPrefix.html
+share/doc/lib${PKGNAME}/reference/html/classPrefix.png
+share/doc/lib${PKGNAME}/reference/html/classSymbolicArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classSymbolicArgument.html
+share/doc/lib${PKGNAME}/reference/html/classSymbolicArgument.png
+share/doc/lib${PKGNAME}/reference/html/classTextArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classTextArgument.html
+share/doc/lib${PKGNAME}/reference/html/classTextArgument.png
+share/doc/lib${PKGNAME}/reference/html/classUnit-members.html
+share/doc/lib${PKGNAME}/reference/html/classUnit.html
+share/doc/lib${PKGNAME}/reference/html/classUnit.png
+share/doc/lib${PKGNAME}/reference/html/classUnknownVariable-members.html
+share/doc/lib${PKGNAME}/reference/html/classUnknownVariable.html
+share/doc/lib${PKGNAME}/reference/html/classUnknownVariable.png
+share/doc/lib${PKGNAME}/reference/html/classUserFunction-members.html
+share/doc/lib${PKGNAME}/reference/html/classUserFunction.html
+share/doc/lib${PKGNAME}/reference/html/classUserFunction.png
+share/doc/lib${PKGNAME}/reference/html/classVariable-members.html
+share/doc/lib${PKGNAME}/reference/html/classVariable.html
+share/doc/lib${PKGNAME}/reference/html/classVariable.png
+share/doc/lib${PKGNAME}/reference/html/classVectorArgument-members.html
+share/doc/lib${PKGNAME}/reference/html/classVectorArgument.html
+share/doc/lib${PKGNAME}/reference/html/classVectorArgument.png
+share/doc/lib${PKGNAME}/reference/html/classes.html
+share/doc/lib${PKGNAME}/reference/html/doxygen.css
+share/doc/lib${PKGNAME}/reference/html/doxygen.png
+share/doc/lib${PKGNAME}/reference/html/files.html
+share/doc/lib${PKGNAME}/reference/html/functions.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x62.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x63.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x64.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x65.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x66.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x67.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x68.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x69.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x6b.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x6c.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x6d.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x6e.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x6f.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x70.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x72.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x73.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x74.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x75.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x76.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x77.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x78.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x79.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x7a.html
+share/doc/lib${PKGNAME}/reference/html/functions_0x7e.html
+share/doc/lib${PKGNAME}/reference/html/functions_func.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x62.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x63.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x64.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x65.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x66.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x67.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x68.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x69.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x6b.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x6c.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x6d.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x6e.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x6f.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x70.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x72.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x73.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x74.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x75.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x76.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x7a.html
+share/doc/lib${PKGNAME}/reference/html/functions_func_0x7e.html
+share/doc/lib${PKGNAME}/reference/html/functions_vars.html
+share/doc/lib${PKGNAME}/reference/html/globals.html
+share/doc/lib${PKGNAME}/reference/html/globals_enum.html
+share/doc/lib${PKGNAME}/reference/html/globals_eval.html
+share/doc/lib${PKGNAME}/reference/html/globals_vars.html
+share/doc/lib${PKGNAME}/reference/html/hierarchy.html
+share/doc/lib${PKGNAME}/reference/html/includes_8h.html
+share/doc/lib${PKGNAME}/reference/html/index.html
+share/doc/lib${PKGNAME}/reference/html/structEvaluationOptions-members.html
+share/doc/lib${PKGNAME}/reference/html/structEvaluationOptions.html
+share/doc/lib${PKGNAME}/reference/html/structExpressionName-members.html
+share/doc/lib${PKGNAME}/reference/html/structExpressionName.html
+share/doc/lib${PKGNAME}/reference/html/structParseOptions-members.html
+share/doc/lib${PKGNAME}/reference/html/structParseOptions.html
+share/doc/lib${PKGNAME}/reference/html/structPlotDataParameters-members.html
+share/doc/lib${PKGNAME}/reference/html/structPlotDataParameters.html
+share/doc/lib${PKGNAME}/reference/html/structPlotParameters-members.html
+share/doc/lib${PKGNAME}/reference/html/structPlotParameters.html
+share/doc/lib${PKGNAME}/reference/html/structPrintOptions-members.html
+share/doc/lib${PKGNAME}/reference/html/structPrintOptions.html
+share/doc/lib${PKGNAME}/reference/html/structSortOptions-members.html
+share/doc/lib${PKGNAME}/reference/html/structSortOptions.html
+share/doc/lib${PKGNAME}/reference/html/util_8h.html
+share/locale/nl/LC_MESSAGES/libqalculate.mo
share/locale/sv/LC_MESSAGES/libqalculate.mo
share/qalculate/currencies.xml
share/qalculate/datasets.xml
@@ -25,4 +214,7 @@ share/qalculate/prefixes.xml
share/qalculate/units.xml
share/qalculate/variables.xml
@dirrm share/qalculate
+@dirrm share/doc/lib${PKGNAME}/reference/html
+@dirrm share/doc/lib${PKGNAME}/reference
+@dirrm share/doc/lib${PKGNAME}
@dirrm include/libqalculate
diff --git a/math/qalculate/distinfo b/math/qalculate/distinfo
index 0983840ff0b..a79a6b44311 100644
--- a/math/qalculate/distinfo
+++ b/math/qalculate/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2006/06/08 12:00:04 joerg Exp $
+$NetBSD: distinfo,v 1.12 2006/06/14 20:14:21 adam Exp $
-SHA1 (libqalculate-0.9.3.tar.gz) = 4944811a1bfb2f49d3dc59386dcd2aa740fc2ac1
-RMD160 (libqalculate-0.9.3.tar.gz) = 9be6842126364fbd6b82127c92b2bfdbf7864777
-Size (libqalculate-0.9.3.tar.gz) = 739562 bytes
-SHA1 (patch-aa) = 6d54e5ad2fde952ec96df7638ce73ea47cf684b1
-SHA1 (patch-ab) = 774b5328af0392c9b211b1394482e4b6cb0fb6f7
+SHA1 (libqalculate-0.9.4.tar.gz) = 78468f5a0329b01e146a71ff8d1b9b823ed52262
+RMD160 (libqalculate-0.9.4.tar.gz) = 8d14a0ac6790eeab0d8fe2d7b8f87381d1ad223c
+Size (libqalculate-0.9.4.tar.gz) = 1055947 bytes
+SHA1 (patch-aa) = fda2983150bbbdecc1578e747d8a6aa7ef965f3f
+SHA1 (patch-ab) = bdc1a55f186ce7ab8c9ccb470d6d02f5ab10e483
SHA1 (patch-ac) = 98e817d60fc4cd521e7d227ecd330364ec072ecd
diff --git a/math/qalculate/patches/patch-aa b/math/qalculate/patches/patch-aa
index bbc3d3b687a..80c16a332ff 100644
--- a/math/qalculate/patches/patch-aa
+++ b/math/qalculate/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2006/01/03 20:54:15 joerg Exp $
+$NetBSD: patch-aa,v 1.4 2006/06/14 20:14:21 adam Exp $
---- libqalculate/Calculator.cc.orig 2004-10-18 12:30:49.000000000 +0000
+--- libqalculate/Calculator.cc.orig 2006-06-02 16:37:20.000000000 +0200
+++ libqalculate/Calculator.cc
@@ -33,7 +33,11 @@
#include <sys/types.h>
@@ -13,4 +13,4 @@ $NetBSD: patch-aa,v 1.3 2006/01/03 20:54:15 joerg Exp $
+#endif
#include <queue>
#include <glib.h>
-
+ //#include <dlfcn.h>
diff --git a/math/qalculate/patches/patch-ab b/math/qalculate/patches/patch-ab
index d54aea54ae2..b1c629f56c7 100644
--- a/math/qalculate/patches/patch-ab
+++ b/math/qalculate/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.6 2006/06/08 12:00:04 joerg Exp $
+$NetBSD: patch-ab,v 1.7 2006/06/14 20:14:21 adam Exp $
---- configure.orig 2006-03-11 11:28:32.000000000 +0100
+--- configure.orig 2006-06-01 22:14:56.000000000 +0200
+++ configure
-@@ -21158,12 +21158,10 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo
+@@ -20042,12 +20042,10 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo
if test "x$GCC" = "xyes"; then
case $CFLAGS in
*-Os*)
@@ -15,7 +15,7 @@ $NetBSD: patch-ab,v 1.6 2006/06/08 12:00:04 joerg Exp $
;;
esac
fi
-@@ -21189,13 +21187,13 @@ QALCULATE_AGE=0
+@@ -20073,13 +20071,13 @@ QALCULATE_AGE=0
@@ -32,7 +32,7 @@ $NetBSD: patch-ab,v 1.6 2006/06/08 12:00:04 joerg Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
-@@ -21254,7 +21252,7 @@ fi
+@@ -20138,7 +20136,7 @@ fi
echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
if test $ac_cv_lib_pthread_pthread_create = yes; then
@@ -41,7 +41,7 @@ $NetBSD: patch-ab,v 1.6 2006/06/08 12:00:04 joerg Exp $
fi
-@@ -23143,11 +23141,11 @@ extern "C"
+@@ -22058,11 +22056,11 @@ extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */