Commit graph

11 commits

Author SHA1 Message Date
wiz
83fef6bef7 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
2015-01-20 09:23:09 +00:00
wiz
e64d4bf4c8 Update to 1.0.5:
This minor maintenance release includes a couple years of build improvements,
cleanups, and bug fixes.

Alan Coopersmith (3):
      Add const to parse_double() args to fix gcc -Wwrite-strings warnings
      Strip trailing whitespace
      xcalc 1.0.5

Eric S. Raymond (1):
      Use table markup rather than tab stops.  Aids DocBook translation.

Gaetan Nadon (4):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory
2013-01-21 13:18:31 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
wiz
2f2382204e Update to 1.0.4.1.
1.0.4.1:
This brown-paper-bag release just rebuilds the tarballs to include the
correct install-sh from the autotools instead of the broken one in the
1.0.4 tarballs.   Sorry about that.

1.0.4:
This minor maintenance release provides the usual recent collection of
improvements to the calculation of the build configuration and other
janitorial cleanups.
2012-06-03 18:09:52 +00:00
joerg
e6249e5ad3 Override appdefaultdir inherited from pkg-config, so that e.g. with
native X11R7 on NetBSD, the files don't end up in /usr/X111R7.
2011-09-24 13:14:15 +00:00
joerg
deb1162c4c Update to xcalc-1.0.3: Ansify. Follow xaw8 removal 2010-09-10 19:22:42 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
bjs
4766987101 Update to version 1.0.3. Changes include:
-  Change xcalc_CFLAGS to AM_CFLAGS to make automake-1.10 happier

  -  Bug #4914: Add HP mode resources to XCalc-color app-defaults
2007-11-23 12:09:53 +00:00
joerg
08492918e0 Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users. 2007-06-19 09:39:10 +00:00
joerg
fbddf7f485 Import xcalc-1.0.1.
This package provides xcalc, a simple scientific calculator for X11.

This is from the modular X.org X11 project.
2007-04-12 18:03:17 +00:00