summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2015-01-20 09:23:09 +0000
committerwiz <wiz>2015-01-20 09:23:09 +0000
commit24831f793723b1304088eb9beff5ff39e7661184 (patch)
tree9e5c4532e0697af181c4d59236e6494f3266a553 /x11
parentf7f22e61d197396696d282219259e489283538b3 (diff)
downloadpkgsrc-24831f793723b1304088eb9beff5ff39e7661184.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/xcalc/Makefile5
-rw-r--r--x11/xcalc/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xcalc/Makefile b/x11/xcalc/Makefile
index 9c2ac26ac64..64d641b1d7a 100644
--- a/x11/xcalc/Makefile
+++ b/x11/xcalc/Makefile
@@ -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 --git a/x11/xcalc/distinfo b/x11/xcalc/distinfo
index 0d5f015a406..cb07b8c3c1b 100644
--- a/x11/xcalc/distinfo
+++ b/x11/xcalc/distinfo
@@ -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