Up to [cvs.NetBSD.org] / pkgsrc / misc / mate-calc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.34 / (download) - annotate - [select for diffs], Tue Nov 14 14:02:31 2023 UTC (2 weeks, 4 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
*: recursive bump for cairo dependency changes
Revision 1.33 / (download) - annotate - [select for diffs], Sun Nov 12 13:22:51 2023 UTC (2 weeks, 6 days ago) by wiz
Branch: MAIN
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
*: revebump for new brotli option for freetype2 Addresses PR 57693
Revision 1.32 / (download) - annotate - [select for diffs], Wed Nov 8 13:20:12 2023 UTC (3 weeks, 3 days ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
*: recursive bump for icu 74.1
Revision 1.31 / (download) - annotate - [select for diffs], Sat Oct 21 17:11:04 2023 UTC (6 weeks ago) by gdt
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
recursive revbump for tiff update
Revision 1.30 / (download) - annotate - [select for diffs], Wed Oct 4 15:11:27 2023 UTC (8 weeks, 3 days ago) by gutteridge
Branch: MAIN
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
mate-calc: fix version after meta-pkg bump
Revision 1.29 / (download) - annotate - [select for diffs], Sun Aug 6 10:02:20 2023 UTC (3 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Changes since 1.28: +3 -2
lines
Diff to previous 1.28 (colored)
mate-calc: another one unsuitable for strict ISO C mode on some platforms
Revision 1.28 / (download) - annotate - [select for diffs], Wed Aug 2 16:17:17 2023 UTC (4 months ago) by nia
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
*: Use FORCE_C_STD=c99 for C packages that use for loop initial declarations without setting -std=c99.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Jul 1 14:20:56 2023 UTC (5 months ago) by nia
Branch: MAIN
Changes since 1.26: +3 -2
lines
Diff to previous 1.26 (colored)
mate-calc: assumes compiler defaults to c99
Revision 1.26 / (download) - annotate - [select for diffs], Wed Apr 19 08:10:52 2023 UTC (7 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
revbump after textproc/icu update
Revision 1.25 / (download) - annotate - [select for diffs], Sun Jan 29 21:17:12 2023 UTC (10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.24 / (download) - annotate - [select for diffs], Tue Jan 3 17:37:53 2023 UTC (10 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
*: recursive bump for tiff shlib major bump
Revision 1.23 / (download) - annotate - [select for diffs], Sun Nov 27 05:00:44 2022 UTC (12 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.22: +5 -3
lines
Diff to previous 1.22 (colored)
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���ô 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
Revision 1.22 / (download) - annotate - [select for diffs], Wed Nov 23 16:20:40 2022 UTC (12 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
massive revision bump after textproc/icu update
Revision 1.21 / (download) - annotate - [select for diffs], Thu Aug 11 05:09:03 2022 UTC (15 months, 3 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Bump all dependent packages of wayland (belatedly) The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Apr 18 19:11:40 2022 UTC (19 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
revbump for textproc/icu update
Revision 1.19 / (download) - annotate - [select for diffs], Wed Dec 8 16:05:42 2021 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
revbump for icu and libffi
Revision 1.18 / (download) - annotate - [select for diffs], Tue May 4 00:07:28 2021 UTC (2 years, 7 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.17: +2 -3
lines
Diff to previous 1.17 (colored)
mate-calc: update to 1.24.2 Change log: mate-calc 1.24.2 * Translations update * mp-serializer: fix memory leaks reported by valgrind mate-calc 1.24.1 * Translations update * fixes incorrect parenthesis handling * build: silent build warnings for distcheck * use default MATE_COMPILE_WARNINGS level * math-buttons: add space character after inverse trig. functions * mate-calc.desktop: Do not collect the translation for Icon * Read authors (updated) from mate-calc.about
Revision 1.17 / (download) - annotate - [select for diffs], Sun May 2 10:24:50 2021 UTC (2 years, 7 months ago) by nia
Branch: MAIN
Changes since 1.16: +1 -3
lines
Diff to previous 1.16 (colored)
*: Use the tools framework for itstool Now it should be more obvious when a package needs it as a dependency, as it will fail loudly if it isn't declared as a tool. While here, some duplicate dependencies on itstool were removed from the MATE packages
Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 21 11:42:15 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
revbump for textproc/icu
Revision 1.15 / (download) - annotate - [select for diffs], Thu Nov 5 09:08:42 2020 UTC (3 years ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
*: Recursive revbump from textproc/icu-68.1
Revision 1.14 / (download) - annotate - [select for diffs], Mon Aug 24 04:41:40 2020 UTC (3 years, 3 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
mate*: remove unintentional linkage against pkgsrc gettext-libs As of 1.24, MATE requires GNU-specific msgfmt features. meta-pkgs/mate/ Makefile.common r. 1.10 expressed this tool dependency using USE_BUILTIN.gettext=no, but this exposed pkgsrc gettext-libs in the build environment as well, which some MATE packages then linked against, but gettext-libs didn't end up being declared as a run-time dependency, so binary package installations were broken (with the workaround of manually installing the undeclared gettext-libs dependency). Express this dependency differently, so GNU msgfmt is used as a tool without exposing pkgsrc gettext-libs. (The pkgsrc tooling infrastruture could be altered to provide a distinct "gmsgfmt" tool, same with "gxgettext", and perhaps others. Here I'm just immediately concerned with fixing this packaging issue.) Addresses PR pkg/55503 by Jay Patel.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 17 20:19:34 2020 UTC (3 years, 3 months ago) by leot
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
*: revbump after fontconfig bl3 changes (libuuid removal)
Revision 1.12 / (download) - annotate - [select for diffs], Tue Jun 2 08:24:21 2020 UTC (3 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Revbump for icu
Revision 1.11 / (download) - annotate - [select for diffs], Sun Apr 5 16:05:41 2020 UTC (3 years, 7 months ago) by bsiegert
Branch: MAIN
Changes since 1.10: +2 -3
lines
Diff to previous 1.10 (colored)
Update all MATE packages (except system-monitor) to 1.24.0. This release contains plenty of new features, bug-fixes, and general improvements. Some of the most important highlights include: * We did it again, the MATE desktop environment is easier to use than before, once the user starts the session. Do you want to hide applications startup? Now you can set which applications to show on startup. * Engrampa now has support for a handful of extra formats, as well as fixed support for passwords and unicode characters in some of them. * Eye of MATE now has support for Wayland and weÑ×e added support for embedded color profiles. * The thumbnail generation has been reworked and fixed in several places. * Added support for webp files. * Our window manager, marco, has gotten quite a few changes: * WeãàÑ×e brought a bunch of window decorations from the past to feed your nostalgia. * Finally added invisible resize borders. No more struggling to find a border to grab with your mouse! * All window controls (you know, the min, max, close buttons) are now rendered in HiDPI. * The Alt+Tab and Workspace Switcher popups have been entirely reworked. Now they render in beautiful OSD style, are more configurable, and can respond to keyboard arrows. * Tiling windows with the keyboard now allows you to cycle through different window sizes. You no longer need to feel constrained by only half of your screen. * The System Monitor panel applet now has support for NVMe drives. * Calculator now supports using either ãà×Ñiãàor ãàØÑ ä. * Scientific notation has been improved. * Some fixes for supporting pre-defined physical constants. * The Control Center now displays its icons correctly on HiDPI displays. * A brand new Time And Date Manager app has been added. * The Mouse app now supports acceleration profiles. * The Preferred Applications app has been improved for accessibility, as well as better support for integration with IM clients. * The Indicator Applet has slightly better interaction with oddly-sized icons. * Speaking of icons, the network manager applet icons in our own themes have been entirely redesigned and can now be enjoyed on HiDPI displays. * If youãàÑÓe the type of person that does not like to be disturbed when busy, or giving a presentation, or watching a movie, youãàÑÍl be happy to know that the notification daemon now supports a Do-Not-Disturb mode. * The MATE Panel had several bugs that caused crashes in the past when changing layouts. Those are now fixed! * Support for Wayland compatibility has improved considerably. * Status icons (a.k.a. notification area, or system tray) have support for HiDPI displays. * Wanda the Fish got a make-over and now you can enjoy her in full HiDPI glory. * The window list applet now supports window thumbnails on hover. * Various accessibility improvements throughout the panel and its core applets. * If your system doesnãàÑÕ, uh, support systemd you might be interested in knowing that weãàÑ×e added support for elogind to both the MATE Screensaver and the MATE Session. * WeãàÑ×e also added a brand new MATE Disk Image Mounter utility. * Mozo, the menu editor, now supports Undo and Redo actions. * Pluma plugins have now fully switched to Python 3. * Pluma no longer has to envy anything from other complex editors, since it can now show the formatting marks. * i18n: All applications have been migrated from intltools to gettext.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 10 22:10:35 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
librsvg: update bl3.mk to remove libcroco in rust case recursive bump for the dependency change
Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 8 16:50:35 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
*: recursive bump for libffi
Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 30 22:43:28 2019 UTC (3 years, 11 months ago) by gutteridge
Branch: MAIN
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
mate-calc: update to 1.22.2 Change log: mate-calc 1.22.2 * Translations update * parserfunc: Return NULL on NOT operation overflow * mp-serializer: fix scientific presentation of complex numbers
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 21 22:25:23 2019 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
*: recursive bump for gdk-pixbuf2-2.38.1
Revision 1.6 / (download) - annotate - [select for diffs], Wed May 8 02:14:26 2019 UTC (4 years, 6 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.5: +2 -3
lines
Diff to previous 1.5 (colored)
### mate-calc 1.22.1 * Translations update * currency-manager: Update name_map in load_imf_rates * display small numbers in scientific notation * mp: Fix calculate result ln(e^(i*)) * mate-calc: Fix memory leak * i18n about dialog
Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 25 07:33:07 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 16 15:04:11 2019 UTC (4 years, 10 months ago) by youri
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
mate-calc: Update to 1.21.0: ### mate-calc 1.21.0 sync with transifex UI: avoid deprecated GtkButton:use-stock UI: drop all deprecated elements replace deprecated gtk_menu_popup math-preferences: add window icon to Preferences dialog Init gtk before math_equation_new; fix #44 avoid deprecated gtk_image_menu_item_new_from_stock
Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 14 22:22:03 2018 UTC (5 years ago) by kleink
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Revbump after cairo 1.16.0 update.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 12 03:52:34 2018 UTC (5 years ago) by ryoon
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Recursive revbump from hardbuzz-2.1.1
Revision 1.1 / (download) - annotate - [select for diffs], Mon May 14 14:02:19 2018 UTC (5 years, 6 months ago) by youri
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
misc/mate-calc: import mate-calc-1.20.1 Calculator is an application that solves mathematical equations and is suitable as a default application in a Desktop environment.