diff options
author | adam <adam@pkgsrc.org> | 2006-04-17 07:48:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-04-17 07:48:51 +0000 |
commit | eb12c4f78cf3a56d0129ec35b1f6f7fcaab7c5cc (patch) | |
tree | 4a56f5366c535c5c0731d58bed7e5de4ac23aaea /math/qalculate | |
parent | 066163ed2eb8507c6fe05ae51118420d6f6f5b21 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | math/qalculate/Makefile | 9 | ||||
-rw-r--r-- | math/qalculate/PLIST | 3 | ||||
-rw-r--r-- | math/qalculate/distinfo | 10 | ||||
-rw-r--r-- | math/qalculate/patches/patch-ab | 10 |
4 files changed, 15 insertions, 17 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index b7b1876ebe9..07f31e5f3d8 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -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 @@ COMMENT= Qalculate is a modern multi-purpose desktop calculator 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 --git a/math/qalculate/PLIST b/math/qalculate/PLIST index bc9a0f8e994..e034e9d5101 100644 --- a/math/qalculate/PLIST +++ b/math/qalculate/PLIST @@ -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/qalculate.h 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 --git a/math/qalculate/distinfo b/math/qalculate/distinfo index 9c35dd32176..595b490ed41 100644 --- a/math/qalculate/distinfo +++ b/math/qalculate/distinfo @@ -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 -Size (libqalculate-0.9.2.tar.gz) = 727986 bytes +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) = e3501b7df41fce3c214508f6a125f37ec15f4e99 +SHA1 (patch-ab) = 13947abbad4fc11fba6ea46fe503ccf9dda6f857 SHA1 (patch-ac) = 98e817d60fc4cd521e7d227ecd330364ec072ecd diff --git a/math/qalculate/patches/patch-ab b/math/qalculate/patches/patch-ab index 0a7a63084e8..476e1d1d180 100644 --- a/math/qalculate/patches/patch-ab +++ b/math/qalculate/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.4 2006/01/03 20:54:15 joerg Exp $ +$NetBSD: patch-ab,v 1.5 2006/04/17 07:48:51 adam Exp $ ---- configure.orig 2005-10-08 22:24:33.000000000 +0000 +--- configure.orig 2006-03-11 11:28:32.000000000 +0100 +++ configure -@@ -21184,12 +21184,10 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo +@@ -21158,12 +21158,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.4 2006/01/03 20:54:15 joerg Exp $ ;; esac fi -@@ -21215,13 +21213,13 @@ QALCULATE_AGE=0 +@@ -21189,13 +21187,13 @@ QALCULATE_AGE=0 @@ -32,7 +32,7 @@ $NetBSD: patch-ab,v 1.4 2006/01/03 20:54:15 joerg Exp $ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -21280,7 +21278,7 @@ fi +@@ -21254,7 +21252,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 |