From ecb2e3fc8e731006976f6472af55e7a845b9b344 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 7 Mar 2008 16:48:02 +0000 Subject: Update math/xlispstat to version 3.52.20. Changes from version 3.52.18 include: * Added some timing pauses so rotations and such are not too fast. * Changed default setting of X11 option :FAST-LINES to NIL. It is no longer needed as an optimization and support seems to now be buggy on some servers. + Support user-destdir installation. + HOMEPAGE has moved to uiowa.edu. --- math/xlispstat/Makefile | 11 +++++---- math/xlispstat/distinfo | 10 ++++---- math/xlispstat/patches/patch-ac | 55 +++++++++++++++++++++++++++-------------- 3 files changed, 48 insertions(+), 28 deletions(-) (limited to 'math/xlispstat') diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 9d8052924ce..d4d27ac2325 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.21 2007/02/19 20:00:14 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2008/03/07 16:48:02 jlam Exp $ -DISTNAME= xlispstat-3-52-18 -PKGNAME= xlispstat-3.52.18 -PKGREVISION= 1 +DISTNAME= xlispstat-3-52-20 +PKGNAME= xlispstat-3.52.20 CATEGORIES= math lang MASTER_SITES= http://lib.stat.cmu.edu/xlispstat/Src/3-52/ \ ftp://ftp.stat.umn.edu/pub/xlispstat/3-52/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.stat.umn.edu/~luke/xls/xlsinfo/xlsinfo.html +HOMEPAGE= http://www.stat.uiowa.edu/~luke/xls/xlsinfo/ COMMENT= Statistics/X11-based LISP interpreter +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_X11BASE= yes diff --git a/math/xlispstat/distinfo b/math/xlispstat/distinfo index 908d516f509..9f151b2e9c8 100644 --- a/math/xlispstat/distinfo +++ b/math/xlispstat/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 12:06:58 agc Exp $ +$NetBSD: distinfo,v 1.4 2008/03/07 16:48:02 jlam Exp $ -SHA1 (xlispstat-3-52-18.tar.gz) = 8561065aa916dcdd1b99a461303aa9af86b77a22 -RMD160 (xlispstat-3-52-18.tar.gz) = 7b71cc4b0d9c4721c3a9420ada574752ff146bb8 -Size (xlispstat-3-52-18.tar.gz) = 1518077 bytes -SHA1 (patch-ac) = 6d0bc8a123c4978a47e6913c24b81800aba6928b +SHA1 (xlispstat-3-52-20.tar.gz) = a62c353ce136ba7111536457272fa20f82ae23e0 +RMD160 (xlispstat-3-52-20.tar.gz) = 834442693df99692c80efd6149315639329379c4 +Size (xlispstat-3-52-20.tar.gz) = 1527951 bytes +SHA1 (patch-ac) = 0d7a966ad49e0c4b0173792f2c26262bec65312b SHA1 (patch-ad) = 832133137b104facbd90189e5dd163bb35ff9174 diff --git a/math/xlispstat/patches/patch-ac b/math/xlispstat/patches/patch-ac index 08739a7c6f4..df6e534c90f 100644 --- a/math/xlispstat/patches/patch-ac +++ b/math/xlispstat/patches/patch-ac @@ -1,6 +1,6 @@ -$NetBSD: patch-ac,v 1.5 2000/10/15 02:23:56 jlam Exp $ +$NetBSD: patch-ac,v 1.6 2008/03/07 16:48:02 jlam Exp $ ---- Makefile.in.orig Tue Feb 1 18:22:53 2000 +--- Makefile.in.orig 2000-02-01 18:22:53.000000000 -0500 +++ Makefile.in @@ -6,7 +6,8 @@ ############################################################################## @@ -22,7 +22,7 @@ $NetBSD: patch-ac,v 1.5 2000/10/15 02:23:56 jlam Exp $ BINDIR=${exec_prefix}/bin GRAPHSYS = @GRAPHSYS@ -@@ -67,11 +69,11 @@ +@@ -67,11 +69,11 @@ SHELL = /bin/sh .lsp.fsl: echo "(compile-file \"$<\") (exit)" | ./xlisp @@ -36,7 +36,7 @@ $NetBSD: patch-ac,v 1.5 2000/10/15 02:23:56 jlam Exp $ OSOBJS = xsdynload.o xssystem.o unixprim.o -@@ -118,7 +120,7 @@ +@@ -118,7 +120,7 @@ CMPFSLFILES = compiler/backquot.fsl comp compiler/assemble.fsl compiler/cmpfront.fsl xlispstat: setup.shell xlisp.wks @@ -45,24 +45,43 @@ $NetBSD: patch-ac,v 1.5 2000/10/15 02:23:56 jlam Exp $ chmod a+x xlispstat xlisp.wks: xlisp ${CMPFSLFILES} ${FSLFILES} ${AUTOFSLFILES} -@@ -142,10 +144,10 @@ +@@ -141,24 +143,25 @@ X11WINDOWSxlisp: ${OBJS} ${X11WINDOWSOBJ + install: installexecs installlsp installexecs: xlispstat xlisp installdirs - -cp xlispstat ${BINDIR}/xlispstat +- -cp xlispstat ${BINDIR}/xlispstat - -cp xlisp ${XLSLIB} -+ -cp xlisp ${XLSLIBEXEC} ++ -cp xlispstat ${DESTDIR}${BINDIR}/xlispstat ++ -cp xlisp ${DESTDIR}${XLSLIBEXEC} installlsp: xlisp.wks xlisp.hlp ${AUTOFSLFILES} ${CMPFSLFILES} installdirs - -cp xlisp.wks ${XLSLIB} -+ -cp xlisp.wks ${XLSLIBEXEC} - -cp xlisp.hlp ${XLSLIB} - -cp Autoload/_autoidx.lsp Autoload/*.fsl ${XLSLIB}/Autoload - -cp Data/*.lsp ${XLSLIB}/Data -@@ -155,6 +157,7 @@ +- -cp xlisp.hlp ${XLSLIB} +- -cp Autoload/_autoidx.lsp Autoload/*.fsl ${XLSLIB}/Autoload +- -cp Data/*.lsp ${XLSLIB}/Data +- -cp Examples/*.lsp ${XLSLIB}/Examples +-# -cp ${CMPFSLFILES} ${XLSLIB}/compiler ++ -cp xlisp.wks ${DESTDIR}${XLSLIBEXEC} ++ -cp xlisp.hlp ${DESTDIR}${XLSLIB} ++ -cp Autoload/_autoidx.lsp Autoload/*.fsl ${DESTDIR}${XLSLIB}/Autoload ++ -cp Data/*.lsp ${DESTDIR}${XLSLIB}/Data ++ -cp Examples/*.lsp ${DESTDIR}${XLSLIB}/Examples ++# -cp ${CMPFSLFILES} ${DESTDIR}${XLSLIB}/compiler + installdirs: - -mkdir -p ${BINDIR} - -mkdir -p ${XLSLIB} -+ -mkdir -p ${XLSLIBEXEC} - -mkdir ${XLSLIB}/Data - -mkdir ${XLSLIB}/Examples - -mkdir ${XLSLIB}/Autoload +- -mkdir -p ${BINDIR} +- -mkdir -p ${XLSLIB} +- -mkdir ${XLSLIB}/Data +- -mkdir ${XLSLIB}/Examples +- -mkdir ${XLSLIB}/Autoload +-# -mkdir ${XLSLIB}/compiler ++ -mkdir -p ${DESTDIR}${BINDIR} ++ -mkdir -p ${DESTDIR}${XLSLIB} ++ -mkdir -p ${DESTDIR}${XLSLIBEXEC} ++ -mkdir ${DESTDIR}${XLSLIB}/Data ++ -mkdir ${DESTDIR}${XLSLIB}/Examples ++ -mkdir ${DESTDIR}${XLSLIB}/Autoload ++# -mkdir ${DESTDIR}${XLSLIB}/compiler + + clean: + rm -f core *.o *~ *.fsl compiler/*.fsl Autoload/*.fsl foreign.h -- cgit v1.2.3