summaryrefslogtreecommitdiff
path: root/math/xlispstat/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-10-15 02:23:54 +0000
committerjlam <jlam>2000-10-15 02:23:54 +0000
commit260c1e0bcc9913432b525bf916f1063c4907eefe (patch)
treeec615758510eb2ae380104a46c475985177bec29 /math/xlispstat/Makefile
parentd18537e247ed04107f6b7f8fb1be5118e8084847 (diff)
downloadpkgsrc-260c1e0bcc9913432b525bf916f1063c4907eefe.tar.gz
Update xlispstat to 3.52.18. Make me the maintainer (I guess because I'm
a card-carrying statistician). Relevant changes from version 3.52.9: Switched to using sigsetjmp/siglonjmp when available to preserve signal masks (allows CONTROL-C to work on Linux). Modified startup to start hidden and minimized if -Embedded is in the command line. Cleaned up get-decoded-time. Removed savesys.lsp from distribution to force using save-workspace directly when building the mac or windows workspaces. Using save-workspace from within a file means some special variables are bound. Added support for FreeBSD (enabled standard IEEE handling of floating point zero divide). Added SYSTEM:TYPED-VECTOR-ELEMENT-SIZE. Added unsigned C character to typed vector types. Added cptr-protect to add values onto list of values protected by a typed pointer. Added user exit functions. Added support for weak boxes. Added binding of *print-readably* to nil around default handler printing code and around do-debugger to avoid recursive errors. Added new customizable DDE server. Added minimal implementations of copy-readtable, readtablep, and set-syntax-from-char. Added error check for non-integer index in select. Fixed defpackage to prevent duplicate nicknames. Fixed structure printing to inherit print functions. Fixed lisp2ulong to signal an error for negative instead of positive arguments. Fixed buffer underflow problem in floating point formatting. Fixed make-string to check for negative length argument. Fixed some documentation mismatches.
Diffstat (limited to 'math/xlispstat/Makefile')
-rw-r--r--math/xlispstat/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile
index 551ea858f28..d625cbde72b 100644
--- a/math/xlispstat/Makefile
+++ b/math/xlispstat/Makefile
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.10 2000/09/07 04:10:32 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2000/10/15 02:23:54 jlam Exp $
# FreeBSD Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp
#
-DISTNAME= xlispstat-3-52-9
-PKGNAME= xlispstat-3.52.9
+DISTNAME= xlispstat-3-52-18
+PKGNAME= xlispstat-3.52.18
CATEGORIES= math lang
-MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/
+MASTER_SITES= http://lib.stat.cmu.edu/xlispstat/Src/3-52/ \
+ ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/
-MAINTAINER= packages@netbsd.org
+MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.stat.umn.edu/~luke/xls/xlsinfo/xlsinfo.html
-GNU_CONFIGURE= yes
-USE_X11BASE= yes
+GNU_CONFIGURE= # defined
+USE_X11BASE= # defined
-NOT_FOR_PLATFORM= *-*-alpha #core dumps
+NOT_FOR_PLATFORM= *-*-alpha # core dumps
ALL_TARGET= xlispstat
@@ -23,6 +24,6 @@ ALL_TARGET= xlispstat
MAKE_ENV+= CPPFLAGS=
.endif
-MAKE_ENV+= DISPLAY= # Prevent 'Rejected connection'
+MAKE_ENV+= DISPLAY= # Prevent 'Rejected connection'
.include "../../mk/bsd.pkg.mk"