pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/mate-calc
Module Name: pkgsrc
Committed By: gutteridge
Date: Sun Nov 27 05:00:44 UTC 2022
Modified Files:
pkgsrc/misc/mate-calc: Makefile distinfo
Log Message:
mate-calc: update to 1.26.0
Change log:
### mate-calc 1.26.0
* Translations update
* Add build support for meson
* integrate unittest into test-mp-equation
* Fix declaration/definition mismatches
* update copyright to 2021
### mate-calc 1.25.1
* Translations update
* build: abort configuration when development library for MPC is missing
* history view follows preferences
* mp-serializer: init MPNumbers outside of loop
* mp.c: mp_reciprocal: fix when calling it with same arguments.
* mp-serializer: fix memory leaks reported by valgrind
* math-buttons: fix memory leaks reported by valgrind
* factorization: display prime factors in fixed number format
* build: add configure summary
* build: Use PACKAGE_URL variable
* build: Use config.h which defines GETTEXT_PACKAGE & VERSION
* Update copyright to 2021
* insert character dialog: add spacing, remove invisible char
* remove unused trunc button from programming mode
* Remove warning about unused parameters in `��nt main` function
* financial: Remove warnings about unused parameter 'equation'
* math-buttons: Remove warnings about format not a string literal
* Remove unused macros
* Show factorization in history view.
* Show exponents in factorization.
* Update Readme
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
* Fix most conversion warnings.
* Improve factorization speed
* fix calulation of x^q, where 1/q is a negative integer
* Clear answer if editing right before it
* Refresh bits panel after calculation
* Correct Astronomical unit (to 149597870700 m)
* mp-convert: Remove trailing spaces/tabs
* Implement navigation through history stack equations using keyboard
* fixes incorrect parenthesis handling
### mate-calc 1.25.0
* Translations update
* math-history-entry: Reduce the macro scope and its argument number
* math-display: Remove unused macro
* math-equation: Fix memory leak
* Fix empty string return for canceling complex expressions
* build: silent build warnings for distcheck
* Remove -Wshadow warnings
* Use only one mp_clear statement per line
* use default MATE_COMPILE_WARNINGS level
* build: Remove redundant LDFLAGS
* Add modular exponentiation ability and add acccording tests
* test-mp-equation: Fix memory leak
* parserfunc: fix memory leak
* history-view: simplify code and add clear option
* math-buttons: add space character after inverse trig. functions
* math-window: show GNU MPFR and GNU MPC version in about dialog
* math-display.c: set bottom margin to 12 for gtk widget info_view
* clear MPNumbers before return
* add Riemann zeta function and Gauss error function
* parserfunc: fix crash when calculating nested pow
* Remove warnings: function declaration isn���t a prototype
* update complex number help-page
* unittest.c: replace tabs with spaces
* configure: check for mpfr version >= 4.0.2
* Port to GNU MPFR/MPC Library
* mate-calc.desktop: Do not collect the translation for Icon
* free variables
* add history view to show recent calculations.
* add option to enable/disable history (disabled by default).
* add possibility to resize mate-calc if history is enabled.
* Read authors (updated) from mate-calc.about
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/misc/mate-calc/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/mate-calc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/mate-calc/Makefile
diff -u pkgsrc/misc/mate-calc/Makefile:1.22 pkgsrc/misc/mate-calc/Makefile:1.23
--- pkgsrc/misc/mate-calc/Makefile:1.22 Wed Nov 23 16:20:40 2022
+++ pkgsrc/misc/mate-calc/Makefile Sun Nov 27 05:00:44 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2022/11/23 16:20:40 adam Exp $
+# $NetBSD: Makefile,v 1.23 2022/11/27 05:00:44 gutteridge Exp $
-PKGREVISION= 4
.include "../../meta-pkgs/mate/Makefile.common"
-DISTNAME= mate-calc-${VERSION:R}.2
+DISTNAME= mate-calc-${VERSION}
CATEGORIES= misc
COMMENT= Calculator for MATE Desktop
@@ -13,5 +12,8 @@ USE_LANGUAGES= c
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
+BUILDLINK_API_DEPENDS.mpfr+= mpfr>=4.0.2
+.include "../../math/mpfr/buildlink3.mk"
+.include "../../math/mpcomplex/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/mate-calc/distinfo
diff -u pkgsrc/misc/mate-calc/distinfo:1.9 pkgsrc/misc/mate-calc/distinfo:1.10
--- pkgsrc/misc/mate-calc/distinfo:1.9 Tue Oct 26 10:59:14 2021
+++ pkgsrc/misc/mate-calc/distinfo Sun Nov 27 05:00:44 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:59:14 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/11/27 05:00:44 gutteridge Exp $
-BLAKE2s (mate-calc-1.24.2.tar.xz) = 95d043866b6daa74a02d440de0b37bb423323e942857b32d685686a99c3f2fbd
-SHA512 (mate-calc-1.24.2.tar.xz) = d790aefd2839237d6776c6b0508ded53d6eef52456a3025f08bcaf826f8c56754e079d50703a4f7f834f5167f802ddb3d7b95ece613e00faf3ad6f5c1d402e97
-Size (mate-calc-1.24.2.tar.xz) = 969912 bytes
+BLAKE2s (mate-calc-1.26.0.tar.xz) = 209ba8607ab3b0624e9cd9f73996374989d89e3c9a600874862ae8082f00a75f
+SHA512 (mate-calc-1.26.0.tar.xz) = 142c496f8fcf1180f28e02b6a5d6d31ff00b7751783415c7d18e4086e316ca7d23ed0da0f9ecc0705773eb5e01f21e639f15d475aa1da1a7b5b03742ba45cb2f
+Size (mate-calc-1.26.0.tar.xz) = 983272 bytes
Home |
Main Index |
Thread Index |
Old Index