mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Updated to version 3.33
PR: 13015 Submitted: maintainer
This commit is contained in:
parent
22541bab6f
commit
f3f0604e7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20662
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (spin/spin330.tar.gz) = 976613a7a02486d8daca4cd2cf6a3886
|
||||
MD5 (spin/spin333.tar.gz) = 63acc2bf9d4e5c58d81663d7092d4de9
|
||||
MD5 (spin/html.tar.gz) = 66686c33ab6213819fa08d41ed17bf8e
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (spin/spin330.tar.gz) = 976613a7a02486d8daca4cd2cf6a3886
|
||||
MD5 (spin/spin333.tar.gz) = 63acc2bf9d4e5c58d81663d7092d4de9
|
||||
MD5 (spin/html.tar.gz) = 66686c33ab6213819fa08d41ed17bf8e
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user