pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xcalc Update to 1.0.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2d3f7c1cc0c
branches:  trunk
changeset: 644948:d2d3f7c1cc0c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 20 09:23:09 2015 +0000

description:
Update to 1.0.6:

xcalc is a scientific calculator X11 client that can emulate a TI-30
or an HP-10C.

This minor maintenance release includes a couple years worth of build
improvements, code cleanups, and bug fixes.

Alan Coopersmith (9):
      Remove unused min & max macros from math.c
      Replace sprintf & strcpy calls with snprintf & strlcpy
      Remove redundant redeclaration of ‘factorial’
      Rename "e" arguments to "ev" to avoid shadowing e() function
      Mark functions noreturn as suggested by gcc -Wmissing-noreturn
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Replace index() call with strchr()
      xcalc 1.0.6

Gaetan Nadon (2):
      Assume signal handlers return void, as C89 requires
      Replace signal_t with void

Stéphane Aulery (3):
      Drop CRAY support
      Use the new M_PI symbol from math.h
      Use the new M_E symbol from math.h

diffstat:

 x11/xcalc/Makefile |  5 ++---
 x11/xcalc/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r a5727bd39d8e -r d2d3f7c1cc0c x11/xcalc/Makefile
--- a/x11/xcalc/Makefile        Tue Jan 20 09:22:14 2015 +0000
+++ b/x11/xcalc/Makefile        Tue Jan 20 09:23:09 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2013/01/21 13:18:31 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.11 2015/01/20 09:23:09 wiz Exp $
 
-DISTNAME=              xcalc-1.0.5
+DISTNAME=              xcalc-1.0.6
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2
diff -r a5727bd39d8e -r d2d3f7c1cc0c x11/xcalc/distinfo
--- a/x11/xcalc/distinfo        Tue Jan 20 09:22:14 2015 +0000
+++ b/x11/xcalc/distinfo        Tue Jan 20 09:23:09 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/01/21 13:18:31 wiz Exp $
+$NetBSD: distinfo,v 1.6 2015/01/20 09:23:09 wiz Exp $
 
-SHA1 (xcalc-1.0.5.tar.bz2) = af06858e39db247bfc8802b46d4aedfd7053b388
-RMD160 (xcalc-1.0.5.tar.bz2) = 5adfcd18aaea8cdaca0c3110235a252ea48f113f
-Size (xcalc-1.0.5.tar.bz2) = 135451 bytes
+SHA1 (xcalc-1.0.6.tar.bz2) = 4f9e14b9ff91e3976b702bdad92f639df80cf406
+RMD160 (xcalc-1.0.6.tar.bz2) = 6606e4846aa194486a06b88422a8c31c0e3e1ef9
+Size (xcalc-1.0.6.tar.bz2) = 142808 bytes


Home | Main Index | Thread Index | Old Index