pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/capc-calc Update to 2.11.10, and drop maintainers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad45bb89b7fe
branches:  trunk
changeset: 480813:ad45bb89b7fe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 21 00:10:01 2004 +0000

description:
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:

 math/capc-calc/Makefile |  7 ++++---
 math/capc-calc/PLIST    |  6 ++++--
 math/capc-calc/distinfo |  6 +++---
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (76 lines):

diff -r 02584a9b3994 -r ad45bb89b7fe math/capc-calc/Makefile
--- a/math/capc-calc/Makefile   Mon Sep 20 23:57:58 2004 +0000
+++ b/math/capc-calc/Makefile   Tue Sep 21 00:10:01 2004 +0000
@@ -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@localhost
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
 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 -r 02584a9b3994 -r ad45bb89b7fe math/capc-calc/PLIST
--- a/math/capc-calc/PLIST      Mon Sep 20 23:57:58 2004 +0000
+++ b/math/capc-calc/PLIST      Tue Sep 21 00:10:01 2004 +0000
@@ -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/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/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/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 -r 02584a9b3994 -r ad45bb89b7fe math/capc-calc/distinfo
--- a/math/capc-calc/distinfo   Mon Sep 20 23:57:58 2004 +0000
+++ b/math/capc-calc/distinfo   Tue Sep 21 00:10:01 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index