pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/xlispstat Update math/xlispstat to version 3.52.2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b50e5fb71db
branches:  trunk
changeset: 539497:4b50e5fb71db
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Mar 07 16:48:02 2008 +0000

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

diffstat:

 math/xlispstat/Makefile         |  11 ++++---
 math/xlispstat/distinfo         |  10 +++---
 math/xlispstat/patches/patch-ac |  55 +++++++++++++++++++++++++++-------------
 3 files changed, 48 insertions(+), 28 deletions(-)

diffs (130 lines):

diff -r 0883d8f3d4fc -r 4b50e5fb71db math/xlispstat/Makefile
--- a/math/xlispstat/Makefile   Fri Mar 07 16:32:17 2008 +0000
+++ b/math/xlispstat/Makefile   Fri Mar 07 16:48:02 2008 +0000
@@ -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@localhost
-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 -r 0883d8f3d4fc -r 4b50e5fb71db math/xlispstat/distinfo
--- a/math/xlispstat/distinfo   Fri Mar 07 16:32:17 2008 +0000
+++ b/math/xlispstat/distinfo   Fri Mar 07 16:48:02 2008 +0000
@@ -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 -r 0883d8f3d4fc -r 4b50e5fb71db math/xlispstat/patches/patch-ac
--- a/math/xlispstat/patches/patch-ac   Fri Mar 07 16:32:17 2008 +0000
+++ b/math/xlispstat/patches/patch-ac   Fri Mar 07 16:48:02 2008 +0000
@@ -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 @@
  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 @@
  
  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 @@
        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



Home | Main Index | Thread Index | Old Index