pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xcalc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 11 08:18:16 UTC 2019

Modified Files:
        pkgsrc/x11/xcalc: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xcalc/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xcalc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xcalc/Makefile
diff -u pkgsrc/x11/xcalc/Makefile:1.12 pkgsrc/x11/xcalc/Makefile:1.13
--- pkgsrc/x11/xcalc/Makefile:1.12      Sun Feb 17 23:09:42 2019
+++ pkgsrc/x11/xcalc/Makefile   Tue Jun 11 08:18:16 2019
@@ -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

Index: pkgsrc/x11/xcalc/distinfo
diff -u pkgsrc/x11/xcalc/distinfo:1.8 pkgsrc/x11/xcalc/distinfo:1.9
--- pkgsrc/x11/xcalc/distinfo:1.8       Sun Feb 17 23:09:42 2019
+++ pkgsrc/x11/xcalc/distinfo   Tue Jun 11 08:18:16 2019
@@ -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