View | Details | Raw Unified | Return to bug 13015
Collapse All | Expand All

(-)spin/Makefile (-7 / +6 lines)
Lines 1-18 Link Here
1
# Ports collection makefile for: spin
1
# Ports collection makefile for: spin
2
# Version required:	3.3.0
2
# Version required:	3.3.3
3
# Date created:		Oct 23, 1997
3
# Date created:		Oct 23, 1997
4
# Whom:			jhanna@home.com
4
# Whom:			jhanna@home.com
5
#
5
#
6
# $Id: Makefile,v 1.3 1999/06/25 03:51:25 cpiazza Exp $
6
# $Id: Makefile,v 1.3 1999/06/25 03:51:25 cpiazza Exp $
7
#
7
#
8
8
9
DISTNAME=	spin-3.30
9
DISTNAME=	spin-3.33
10
CATEGORIES=	math
10
CATEGORIES=	math
11
MASTER_SITES=	ftp://netlib.bell-labs.com/netlib/spin/ \
11
MASTER_SITES=	ftp://netlib.bell-labs.com/netlib/spin/ \
12
		ftp://www.netlib.org/spin/ \
12
		ftp://www.netlib.org/spin/ \
13
		ftp://www.enseeiht.fr/NetLib/spin/ \
13
		ftp://wcarchive.cdrom.com/pub/netlib/spin/
14
		ftp://wcarchive.cdrom.com/netlib/spin/
14
DISTFILES=	spin333.tar.gz html.tar.gz
15
DISTFILES=	spin330.tar.gz html.tar.gz
16
15
17
MAINTAINER=	jhanna@home.com
16
MAINTAINER=	jhanna@home.com
18
17
Lines 29-37 Link Here
29
28
30
do-install:
29
do-install:
31
	${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin
30
	${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin
32
	${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin330.tcl ${PREFIX}/bin
31
	${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin333.tcl ${PREFIX}/bin
33
	${RM} -f ${PREFIX}/bin/xspin
32
	${RM} -f ${PREFIX}/bin/xspin
34
	ln -s ${PREFIX}/bin/xspin330.tcl ${PREFIX}/bin/xspin
33
	ln -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin
35
34
36
.if !defined(NOPORTDOCS)
35
.if !defined(NOPORTDOCS)
37
	${MKDIR} ${PREFIX}/share/doc/spin/Doc
36
	${MKDIR} ${PREFIX}/share/doc/spin/Doc
(-)spin/files/md5 (-1 / +1 lines)
Lines 1-2 Link Here
1
MD5 (spin/spin330.tar.gz) = 976613a7a02486d8daca4cd2cf6a3886
1
MD5 (spin/spin333.tar.gz) = 63acc2bf9d4e5c58d81663d7092d4de9
2
MD5 (spin/html.tar.gz) = 66686c33ab6213819fa08d41ed17bf8e
2
MD5 (spin/html.tar.gz) = 66686c33ab6213819fa08d41ed17bf8e
(-)spin/patches/patch-aa (-2 / +2 lines)
Lines 1-5 Link Here
1
--- ../Xspin3.3/xspin330.tcl.orig	Wed Jun 23 18:29:29 1999
1
--- ../Xspin3.3/xspin333.tcl.orig	Wed Jun 23 18:29:29 1999
2
+++ ../Xspin3.3/xspin330.tcl	Wed Jun 23 18:30:51 1999
2
+++ ../Xspin3.3/xspin333.tcl	Wed Jun 23 18:30:51 1999
3
@@ -1,4 +1,4 @@
3
@@ -1,4 +1,4 @@
4
-#!/usr/local/bin/wish -f
4
-#!/usr/local/bin/wish -f
5
+#!/usr/local/bin/wish8.0 -f
5
+#!/usr/local/bin/wish8.0 -f
(-)spin/patches/patch-ab (-2 / +2 lines)
Lines 4-12 Link Here
4
 # Send bug-reports and/or questions to: gerard@research.bell-labs.com
4
 # Send bug-reports and/or questions to: gerard@research.bell-labs.com
5
 # The book is available frm www.amazon.com
5
 # The book is available frm www.amazon.com
6
 
6
 
7
-CC=gcc -O2 -DNXT	# or any other ansi compatible c compiler
7
-CC=cc -O2 -DNXT	# or any other ansi compatible c compiler
8
-CFLAGS=-ansi -D_POSIX_SOURCE	# on some systems add: -I/usr/include
8
-CFLAGS=-ansi -D_POSIX_SOURCE	# on some systems add: -I/usr/include
9
+# CC=gcc -O2 -DNXT	# or any other ansi compatible c compiler
9
+# CC=cc -O2 -DNXT	# or any other ansi compatible c compiler
10
+# CFLAGS=-ansi -D_POSIX_SOURCE	# on some systems add: -I/usr/include
10
+# CFLAGS=-ansi -D_POSIX_SOURCE	# on some systems add: -I/usr/include
11
 
11
 
12
 #	on Solaris:	add -DSOLARIS
12
 #	on Solaris:	add -DSOLARIS

Return to bug 13015