summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-06-11 08:18:16 +0000
committerwiz <wiz@pkgsrc.org>2019-06-11 08:18:16 +0000
commitaaa722cef42fe29db2cf85f80f54460cc9d28608 (patch)
tree3aeedcf3deba22add96da3bd6ed0e6bde0ead1a3 /x11
parent17217a6822dac10eb2857b4898fe68f9aeb3cc4b (diff)
downloadpkgsrc-aaa722cef42fe29db2cf85f80f54460cc9d28608.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/xcalc/Makefile4
-rw-r--r--x11/xcalc/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/xcalc/Makefile b/x11/xcalc/Makefile
index af69298ea55..34ae81940d0 100644
--- a/x11/xcalc/Makefile
+++ b/x11/xcalc/Makefile
@@ -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 --git a/x11/xcalc/distinfo b/x11/xcalc/distinfo
index d2babd34de9..95016091c11 100644
--- a/x11/xcalc/distinfo
+++ b/x11/xcalc/distinfo
@@ -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