pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math Changes 0.9.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a248742c3d3a
branches: trunk
changeset: 511553:a248742c3d3a
user: adam <adam%pkgsrc.org@localhost>
date: Mon Apr 17 07:48:51 2006 +0000
description:
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:
math/qalculate-bases/Makefile | 6 +++---
math/qalculate-bases/PLIST | 3 +--
math/qalculate-bases/distinfo | 8 ++++----
math/qalculate-currency/Makefile | 7 +++----
math/qalculate-currency/PLIST | 3 +--
math/qalculate-currency/distinfo | 8 ++++----
math/qalculate-gtk/Makefile | 7 +++----
math/qalculate-gtk/PLIST | 3 +--
math/qalculate-gtk/distinfo | 10 +++++-----
math/qalculate-gtk/patches/patch-aa | 6 +++---
math/qalculate-kde/Makefile | 6 +++---
math/qalculate-kde/distinfo | 10 +++++-----
math/qalculate-kde/patches/patch-aa | 6 +++---
math/qalculate-units/Makefile | 6 +++---
math/qalculate-units/PLIST | 3 +--
math/qalculate-units/distinfo | 8 ++++----
math/qalculate/Makefile | 9 ++++-----
math/qalculate/PLIST | 3 +--
math/qalculate/distinfo | 10 +++++-----
math/qalculate/patches/patch-ab | 10 +++++-----
20 files changed, 62 insertions(+), 70 deletions(-)
diffs (truncated from 341 to 300 lines):
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-bases/Makefile
--- a/math/qalculate-bases/Makefile Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-bases/Makefile Mon Apr 17 07:48:51 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2006/02/24 21:09:13 adam Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/17 07:48:51 adam Exp $
-DISTNAME= qalculate-bases-0.9.0
+DISTNAME= qalculate-bases-0.9.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
@@ -10,7 +10,7 @@
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-bases/PLIST
--- a/math/qalculate-bases/PLIST Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-bases/PLIST Mon Apr 17 07:48:51 2006 +0000
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:25 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:48:51 adam Exp $
bin/qalculate-bases
share/applications/qalculate-bases.desktop
-share/locale/sv/LC_MESSAGES/qalculate-bases.mo
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-bases/distinfo
--- a/math/qalculate-bases/distinfo Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-bases/distinfo Mon Apr 17 07:48:51 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/02/24 21:09:13 adam Exp $
+$NetBSD: distinfo,v 1.3 2006/04/17 07:48:51 adam Exp $
-SHA1 (qalculate-bases-0.9.0.tar.gz) = 0fec7000f4f876a8eb0840745ce3927a6e23b0a1
-RMD160 (qalculate-bases-0.9.0.tar.gz) = 62489eee845cca8fbca5e101a12e6bad02703dc4
-Size (qalculate-bases-0.9.0.tar.gz) = 360721 bytes
+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
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-currency/Makefile
--- a/math/qalculate-currency/Makefile Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-currency/Makefile Mon Apr 17 07:48:51 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2006/02/24 21:09:13 adam Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/17 07:48:52 adam Exp $
-DISTNAME= qalculate-currency-0.9.0
+DISTNAME= qalculate-currency-0.9.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
@@ -9,8 +9,7 @@
COMMENT= Utility for conversion between currencies using Qalculate
USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-currency/PLIST
--- a/math/qalculate-currency/PLIST Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-currency/PLIST Mon Apr 17 07:48:51 2006 +0000
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:25 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:48:52 adam Exp $
bin/qalculate-currency
share/applications/qalculate-currency.desktop
-share/locale/sv/LC_MESSAGES/qalculate-currency.mo
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-currency/distinfo
--- a/math/qalculate-currency/distinfo Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-currency/distinfo Mon Apr 17 07:48:51 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/02/24 21:09:13 adam Exp $
+$NetBSD: distinfo,v 1.3 2006/04/17 07:48:52 adam Exp $
-SHA1 (qalculate-currency-0.9.0.tar.gz) = 1a90f6d540e0ecb166af8046fe1a751ecb2c8f23
-RMD160 (qalculate-currency-0.9.0.tar.gz) = 4f4233a90e79147a8ad1254e8bceec351c27d3a6
-Size (qalculate-currency-0.9.0.tar.gz) = 362008 bytes
+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
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-gtk/Makefile
--- a/math/qalculate-gtk/Makefile Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-gtk/Makefile Mon Apr 17 07:48:51 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2006/03/06 00:18:19 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/17 07:48:52 adam Exp $
-DISTNAME= qalculate-gtk-0.9.2
-PKGREVISION= 1
+DISTNAME= qalculate-gtk-0.9.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
@@ -13,7 +12,7 @@
DEPENDS+= wget>=1.8:../../net/wget
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
GNU_CONFIGURE= yes
.include "../../devel/libglade2/buildlink3.mk"
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-gtk/PLIST
--- a/math/qalculate-gtk/PLIST Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-gtk/PLIST Mon Apr 17 07:48:51 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:25 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:48:52 adam Exp $
bin/qalculate-gtk
share/applications/qalculate-gtk.desktop
share/gnome/help/qalculate-gtk/C/appendixa.xml
@@ -29,7 +29,6 @@
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/sv/LC_MESSAGES/qalculate-gtk.mo
share/omf/qalculate-gtk/qalculate-gtk-C.omf
share/qalculate-gtk/glade/about.glade
share/qalculate-gtk/glade/argumentrules.glade
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-gtk/distinfo
--- a/math/qalculate-gtk/distinfo Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-gtk/distinfo Mon Apr 17 07:48:51 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2006/02/24 21:09:13 adam Exp $
+$NetBSD: distinfo,v 1.5 2006/04/17 07:48:52 adam Exp $
-SHA1 (qalculate-gtk-0.9.2.tar.gz) = ef1b7053159107aaf7f439b3660f061f4e28ab67
-RMD160 (qalculate-gtk-0.9.2.tar.gz) = 3c696f4fdef6a24bfff55f0c20e49fa8014f2630
-Size (qalculate-gtk-0.9.2.tar.gz) = 1497315 bytes
-SHA1 (patch-aa) = 4966d0e3fcc55cc6a836b91f097b39377c4654c6
+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
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-gtk/patches/patch-aa
--- a/math/qalculate-gtk/patches/patch-aa Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-gtk/patches/patch-aa Mon Apr 17 07:48:51 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2006/02/24 21:09:13 adam Exp $
+$NetBSD: patch-aa,v 1.3 2006/04/17 07:48:52 adam Exp $
---- src/Makefile.in.orig 2005-12-22 10:31:26.000000000 +0100
+--- src/Makefile.in.orig 2006-03-11 11:58:48.000000000 +0100
+++ src/Makefile.in
-@@ -530,7 +530,6 @@ uninstall-am: uninstall-binPROGRAMS unin
+@@ -531,7 +531,6 @@ uninstall-am: uninstall-binPROGRAMS unin
install-exec-local:
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-kde/Makefile
--- a/math/qalculate-kde/Makefile Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-kde/Makefile Mon Apr 17 07:48:51 2006 +0000
@@ -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+= 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 -r e1e020b80d10 -r a248742c3d3a math/qalculate-kde/distinfo
--- a/math/qalculate-kde/distinfo Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-kde/distinfo Mon Apr 17 07:48:51 2006 +0000
@@ -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 -r e1e020b80d10 -r a248742c3d3a math/qalculate-kde/patches/patch-aa
--- a/math/qalculate-kde/patches/patch-aa Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-kde/patches/patch-aa Mon Apr 17 07:48:51 2006 +0000
@@ -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:
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-units/Makefile
--- a/math/qalculate-units/Makefile Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-units/Makefile Mon Apr 17 07:48:51 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2006/02/24 21:09:13 adam Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/17 07:48:52 adam Exp $
-DISTNAME= qalculate-units-0.9.0
+DISTNAME= qalculate-units-0.9.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
@@ -10,7 +10,7 @@
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-units/PLIST
--- a/math/qalculate-units/PLIST Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-units/PLIST Mon Apr 17 07:48:51 2006 +0000
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:25 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:48:52 adam Exp $
bin/qalculate-units
share/applications/qalculate-units.desktop
-share/locale/sv/LC_MESSAGES/qalculate-units.mo
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate-units/distinfo
--- a/math/qalculate-units/distinfo Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate-units/distinfo Mon Apr 17 07:48:51 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/02/24 21:09:13 adam Exp $
+$NetBSD: distinfo,v 1.3 2006/04/17 07:48:52 adam Exp $
-SHA1 (qalculate-units-0.9.0.tar.gz) = 144b4f888b74d7ed261cc8d518bf458d753a0cbf
-RMD160 (qalculate-units-0.9.0.tar.gz) = 97c20f8b9a125611c9f41d7c12799350c52f7fb2
-Size (qalculate-units-0.9.0.tar.gz) = 367622 bytes
+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
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate/Makefile
--- a/math/qalculate/Makefile Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate/Makefile Mon Apr 17 07:48:51 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2006/04/12 16:37:37 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2006/04/17 07:48:51 adam Exp $
-DISTNAME= libqalculate-0.9.2
-PKGNAME= qalculate-0.9.2
-PKGREVISION= 2
+DISTNAME= libqalculate-0.9.3
+PKGNAME= qalculate-0.9.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
@@ -13,7 +12,7 @@
USE_GNU_READLINE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= ${WRKSRC}/libqalculate.pc.in
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate/PLIST
--- a/math/qalculate/PLIST Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate/PLIST Mon Apr 17 07:48:51 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:25 jlam Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/04/17 07:48:51 adam Exp $
bin/qalc
include/libqalculate/BuiltinFunctions.h
include/libqalculate/Calculator.h
@@ -15,7 +15,6 @@
include/libqalculate/util.h
lib/libqalculate.la
lib/pkgconfig/libqalculate.pc
-share/locale/sv/LC_MESSAGES/libqalculate.mo
share/qalculate/currencies.xml
share/qalculate/datasets.xml
share/qalculate/elements.xml
diff -r e1e020b80d10 -r a248742c3d3a math/qalculate/distinfo
--- a/math/qalculate/distinfo Mon Apr 17 07:36:07 2006 +0000
+++ b/math/qalculate/distinfo Mon Apr 17 07:48:51 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2006/02/24 21:09:13 adam Exp $
+$NetBSD: distinfo,v 1.10 2006/04/17 07:48:51 adam Exp $
-SHA1 (libqalculate-0.9.2.tar.gz) = 1e9e65de9c117c0e045f150350d51cb3bc542194
-RMD160 (libqalculate-0.9.2.tar.gz) = 8d6a5b1a1b0e417b07abb0adbd46fca5dcc9d3cd
Home |
Main Index |
Thread Index |
Old Index