summaryrefslogtreecommitdiff
path: root/math/qalculate-kde
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-04-17 07:48:51 +0000
committeradam <adam@pkgsrc.org>2006-04-17 07:48:51 +0000
commiteb12c4f78cf3a56d0129ec35b1f6f7fcaab7c5cc (patch)
tree4a56f5366c535c5c0731d58bed7e5de4ac23aaea /math/qalculate-kde
parent066163ed2eb8507c6fe05ae51118420d6f6f5b21 (diff)
downloadpkgsrc-eb12c4f78cf3a56d0129ec35b1f6f7fcaab7c5cc.tar.gz
Changes 0.9.3:
* Avoid floating point overflow and underflow * Do not use "Read Precision" in plot * cos(x*pi*rad) equals 1 if x is even, not -1 * isodate(), localdate(), timestamp(), stamptodate() functions * Fix show ending zeroes * Fix prefixes with automatic simplification/factorization * Approximate comparison * ...and some more...
Diffstat (limited to 'math/qalculate-kde')
-rw-r--r--math/qalculate-kde/Makefile6
-rw-r--r--math/qalculate-kde/distinfo10
-rw-r--r--math/qalculate-kde/patches/patch-aa6
3 files changed, 11 insertions, 11 deletions
diff --git a/math/qalculate-kde/Makefile b/math/qalculate-kde/Makefile
index 5c5809447d0..32f5f905710 100644
--- a/math/qalculate-kde/Makefile
+++ b/math/qalculate-kde/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2006/02/24 21:09:13 adam Exp $
+# $NetBSD: Makefile,v 1.6 2006/04/17 07:48:52 adam Exp $
-DISTNAME= qalculate-kde-0.9.2
+DISTNAME= qalculate-kde-0.9.3.1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
@@ -12,7 +12,7 @@ DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
DEPENDS+= wget>=1.8:../../net/wget
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/kde
diff --git a/math/qalculate-kde/distinfo b/math/qalculate-kde/distinfo
index 9742d486898..285ed53e451 100644
--- a/math/qalculate-kde/distinfo
+++ b/math/qalculate-kde/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2006/02/24 21:09:13 adam Exp $
+$NetBSD: distinfo,v 1.4 2006/04/17 07:48:52 adam Exp $
-SHA1 (qalculate-kde-0.9.2.tar.gz) = 3ea43634b0d68e94d2a4d19620fa14f4692f6ce3
-RMD160 (qalculate-kde-0.9.2.tar.gz) = e273bfaefa0d1e517001308b0576b5562cd41564
-Size (qalculate-kde-0.9.2.tar.gz) = 1479233 bytes
-SHA1 (patch-aa) = 22554dbaf17b7845daafeedc76d38d05299a8da9
+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 (patch-aa) = a9738cdb6ce9e27a7202e6c415af739a2fab3ef5
diff --git a/math/qalculate-kde/patches/patch-aa b/math/qalculate-kde/patches/patch-aa
index 623feede693..5d284e3e2c0 100644
--- a/math/qalculate-kde/patches/patch-aa
+++ b/math/qalculate-kde/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/08/03 13:41:24 adam Exp $
+$NetBSD: patch-aa,v 1.2 2006/04/17 07:48:52 adam Exp $
---- src/Makefile.in.orig 2005-06-11 09:32:35.000000000 +0000
+--- src/Makefile.in.orig 2006-03-24 11:16:10.000000000 +0100
+++ src/Makefile.in
-@@ -839,7 +839,6 @@ messages: rc.cpp
+@@ -831,7 +831,6 @@ messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/qalculate_kde.pot
install-exec-local: