summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-08-12 00:31:50 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-08-12 00:31:50 +0000
commitf3f0604e7d4463e9b07f0615eadf82eb416eb097 (patch)
tree56f6dd353d8801fe02041f139f649084149d7f31 /math
parentUpdated to vertion 0.4.16 (diff)
Updated to version 3.33
PR: 13015 Submitted: maintainer
Notes
Notes: svn path=/head/; revision=20662
Diffstat (limited to 'math')
-rw-r--r--math/spin/Makefile15
-rw-r--r--math/spin/distinfo2
-rw-r--r--math/spin/files/patch-aa4
-rw-r--r--math/spin/files/patch-ab4
4 files changed, 12 insertions, 13 deletions
diff --git a/math/spin/Makefile b/math/spin/Makefile
index 876827714e25..179b491ac383 100644
--- a/math/spin/Makefile
+++ b/math/spin/Makefile
@@ -1,18 +1,17 @@
# Ports collection makefile for: spin
-# Version required: 3.3.0
+# Version required: 3.3.3
# Date created: Oct 23, 1997
# Whom: jhanna@home.com
#
-# $Id: Makefile,v 1.2 1999/02/12 02:48:55 asami Exp $
+# $Id: Makefile,v 1.3 1999/06/25 03:51:25 cpiazza Exp $
#
-DISTNAME= spin-3.30
+DISTNAME= spin-3.33
CATEGORIES= math
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \
ftp://www.netlib.org/spin/ \
- ftp://www.enseeiht.fr/NetLib/spin/ \
- ftp://wcarchive.cdrom.com/netlib/spin/
-DISTFILES= spin330.tar.gz html.tar.gz
+ ftp://wcarchive.cdrom.com/pub/netlib/spin/
+DISTFILES= spin333.tar.gz html.tar.gz
MAINTAINER= jhanna@home.com
@@ -29,9 +28,9 @@ pre-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin330.tcl ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin333.tcl ${PREFIX}/bin
${RM} -f ${PREFIX}/bin/xspin
- ln -s ${PREFIX}/bin/xspin330.tcl ${PREFIX}/bin/xspin
+ ln -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/spin/Doc
diff --git a/math/spin/distinfo b/math/spin/distinfo
index c598a32818e1..e1b1097dd47f 100644
--- a/math/spin/distinfo
+++ b/math/spin/distinfo
@@ -1,2 +1,2 @@
-MD5 (spin/spin330.tar.gz) = 976613a7a02486d8daca4cd2cf6a3886
+MD5 (spin/spin333.tar.gz) = 63acc2bf9d4e5c58d81663d7092d4de9
MD5 (spin/html.tar.gz) = 66686c33ab6213819fa08d41ed17bf8e
diff --git a/math/spin/files/patch-aa b/math/spin/files/patch-aa
index 7a270f9808c7..a9bbbfb14269 100644
--- a/math/spin/files/patch-aa
+++ b/math/spin/files/patch-aa
@@ -1,5 +1,5 @@
---- ../Xspin3.3/xspin330.tcl.orig Wed Jun 23 18:29:29 1999
-+++ ../Xspin3.3/xspin330.tcl Wed Jun 23 18:30:51 1999
+--- ../Xspin3.3/xspin333.tcl.orig Wed Jun 23 18:29:29 1999
++++ ../Xspin3.3/xspin333.tcl Wed Jun 23 18:30:51 1999
@@ -1,4 +1,4 @@
-#!/usr/local/bin/wish -f
+#!/usr/local/bin/wish8.0 -f
diff --git a/math/spin/files/patch-ab b/math/spin/files/patch-ab
index 3c53dabe0e5b..8867ad2ed574 100644
--- a/math/spin/files/patch-ab
+++ b/math/spin/files/patch-ab
@@ -4,9 +4,9 @@
# Send bug-reports and/or questions to: gerard@research.bell-labs.com
# The book is available frm www.amazon.com
--CC=gcc -O2 -DNXT # or any other ansi compatible c compiler
+-CC=cc -O2 -DNXT # or any other ansi compatible c compiler
-CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include
-+# CC=gcc -O2 -DNXT # or any other ansi compatible c compiler
++# CC=cc -O2 -DNXT # or any other ansi compatible c compiler
+# CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include
# on Solaris: add -DSOLARIS