diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-21 00:10:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-21 00:10:01 +0000 |
commit | 465c1233ad886141f0decd1d9eb49d046d1b2baa (patch) | |
tree | 63e9b0e86f34c6edb006fd8dbce6807cf00364d9 /math | |
parent | 9788f6927fae4a0544d23470fb1521cd3bc4d823 (diff) | |
download | pkgsrc-465c1233ad886141f0decd1d9eb49d046d1b2baa.tar.gz |
Update to 2.11.10, and drop maintainership.
This release adds changes to better support compiling under cygwin,
improved custom function support, including the addition of the
pmodm127 example and config("compile_custom") and config("allow_custom")
calls, and a missing display help file. It fixes configuration
state hashing, document typos, calc -d (to disable printing of the
leading ~), and some compilation warnings reported under OS X.
Diffstat (limited to 'math')
-rw-r--r-- | math/capc-calc/Makefile | 7 | ||||
-rw-r--r-- | math/capc-calc/PLIST | 6 | ||||
-rw-r--r-- | math/capc-calc/distinfo | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile index 4c0c1b7ccbc..0f992da2e2d 100644 --- a/math/capc-calc/Makefile +++ b/math/capc-calc/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.22 2004/06/29 23:57:06 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2004/09/21 00:10:01 wiz Exp $ # -DISTNAME= calc-2.11.9.3 +DISTNAME= calc-2.11.10 PKGNAME= capc-${DISTNAME:S/t/./} CATEGORIES= math MASTER_SITES= http://www.isthe.com/chongo/src/calc/ \ http://prdownloads.sourceforge.net/calc/ -MAINTAINER= wiz@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.isthe.com/chongo/tech/comp/calc/ COMMENT= C arbitrary precision calculator USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" diff --git a/math/capc-calc/PLIST b/math/capc-calc/PLIST index 2d105423cc1..e50862c0999 100644 --- a/math/capc-calc/PLIST +++ b/math/capc-calc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/03/10 18:17:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/09/21 00:10:01 wiz Exp $ bin/calc bin/cscript/4dsphere bin/cscript/fproduct @@ -52,7 +52,6 @@ include/calc/jump.h include/calc/label.h include/calc/lib_util.h include/calc/longbits.h -include/calc/longlong.h include/calc/math_error.h include/calc/md5.h include/calc/nametype.h @@ -82,11 +81,13 @@ share/calc/chrem.cal share/calc/custhelp/argv share/calc/custhelp/devnull share/calc/custhelp/help +share/calc/custhelp/pmodm127 share/calc/custhelp/pzasusb8 share/calc/custhelp/sysinfo share/calc/custom/argv.cal share/calc/custom/halflen.cal share/calc/custom/libcustcalc.a +share/calc/custom/pmodm127.cal share/calc/custom/pzasusb8.cal share/calc/deg.cal share/calc/ellip.cal @@ -170,6 +171,7 @@ share/calc/help/dereference share/calc/help/det share/calc/help/digit share/calc/help/digits +share/calc/help/display share/calc/help/dp share/calc/help/environment share/calc/help/epsilon diff --git a/math/capc-calc/distinfo b/math/capc-calc/distinfo index 453a3fab5ba..e9b87d8e87a 100644 --- a/math/capc-calc/distinfo +++ b/math/capc-calc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2004/06/29 23:57:06 wiz Exp $ +$NetBSD: distinfo,v 1.12 2004/09/21 00:10:01 wiz Exp $ -SHA1 (calc-2.11.9.3.tar.gz) = ea02f7f3a4d23435c187732be621a482e05a9573 -Size (calc-2.11.9.3.tar.gz) = 959014 bytes +SHA1 (calc-2.11.10.tar.gz) = 0a7a6e069480fb0c60026ad1ceaaacfbea06bcba +Size (calc-2.11.10.tar.gz) = 973679 bytes SHA1 (patch-aa) = c3a844e295831e9d034774435c820c7ce4fdba37 |