pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xcalc xcalc: update to 1.1.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c824c6b96912
branches: trunk
changeset: 334995:c824c6b96912
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jun 11 08:18:16 2019 +0000
description:
xcalc: update to 1.1.0.
This release adds base conversion (decimal, octal, hexadecimal),
bitwise ops (and, or, xor, not, shift left/right, truncate), and
a modulo operator to the default TI (infix, i.e. not RPN/postfix)
calculator mode. It also binds the Return key to the "=" button.
Thanks to Tim Hentenaar for contributing this feature.
Alan Coopersmith (5):
Add bitwise ops and base conversion (DEC/OCT/HEX) to man page
Pass -D_CONST_X_STRING to make libXt declare String as const char *
Fix -Wsign-compare warning in Syntax() function
Fix -Wsign-compare warning in quit() function
xcalc 1.1.0
Tim Hentenaar (1):
Add bitwise ops and base conversion (DEC/OCT/HEX) in TI mode
diffstat:
x11/xcalc/Makefile | 4 ++--
x11/xcalc/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 505237840419 -r c824c6b96912 x11/xcalc/Makefile
--- a/x11/xcalc/Makefile Tue Jun 11 08:13:16 2019 +0000
+++ b/x11/xcalc/Makefile Tue Jun 11 08:18:16 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/02/17 23:09:42 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/06/11 08:18:16 wiz Exp $
-DISTNAME= xcalc-1.0.7
+DISTNAME= xcalc-1.1.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
diff -r 505237840419 -r c824c6b96912 x11/xcalc/distinfo
--- a/x11/xcalc/distinfo Tue Jun 11 08:13:16 2019 +0000
+++ b/x11/xcalc/distinfo Tue Jun 11 08:18:16 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/02/17 23:09:42 wiz Exp $
+$NetBSD: distinfo,v 1.9 2019/06/11 08:18:16 wiz Exp $
-SHA1 (xcalc-1.0.7.tar.bz2) = f31c5a9789435b4c5a575d636f1e2ae4f96104c4
-RMD160 (xcalc-1.0.7.tar.bz2) = 2f0310a6bbdab8b14c5f07e2f3bc2e2126d29982
-SHA512 (xcalc-1.0.7.tar.bz2) = 890cb9399e3c55816318ab5f0152ddba05ee141cbae6032759a3b762742ab54df8fcf0394dacc539299f93f27cbbb17aee5cbda5dde8b169a7099f20a1a38388
-Size (xcalc-1.0.7.tar.bz2) = 145644 bytes
+SHA1 (xcalc-1.1.0.tar.bz2) = 0537f7ee56558cf80133c6b49c4757c1166aaeb6
+RMD160 (xcalc-1.1.0.tar.bz2) = 98617bc78e3d02ec55b8af093efaa744f41c228f
+SHA512 (xcalc-1.1.0.tar.bz2) = 877aab7bb08f409a21c26b841f4d91eb6993914ed0d26512e47d6b3d2b3e0b231158901415a106cfb45de43f03f253bf2a8733f986538d4ee810afe0e54f98d5
+Size (xcalc-1.1.0.tar.bz2) = 148193 bytes
Home |
Main Index |
Thread Index |
Old Index