From owner-ports-jp@jp.freebsd.org  Mon Feb 26 22:20:23 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id WAA88497;
	Mon, 26 Feb 2001 22:20:23 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from c0mailgw06.prontomail.com (mailgw.prontomail.com [216.163.180.10])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id WAA88491
	for <ports-jp@jp.freebsd.org>; Mon, 26 Feb 2001 22:20:22 +0900 (JST)
	(envelope-from tkato@prontomail.ne.jp)
Received: from mail69.prontomail.com (209.185.149.169) by c0mailgw06.prontomail.com (NPlex 5.1.050)
        id 3A98EA8B00023681; Mon, 26 Feb 2001 05:19:48 -0800
Received: from c0web17 (216.163.180.10) by mail69.prontomail.com (NPlex 2.0.108); 26 Feb 2001 05:19:48 -0800
From: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Message-Id: <D8D2873A75B05D1178B300807CFB3248@tkato.prontomail.ne.jp>
Date: Mon, 26 Feb 2001 22:19:43 +0900
X-Priority: Normal
Content-Type: text/plain; charset=ISO-2022-JP
To: ports-jp@jp.freebsd.org
CC: chat95@mbox.kyoto-inet.or.jp
X-Mailer: Web Based Pronto
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
Reply-To: ports-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: ports-jp 10789
Subject: [ports-jp 10789] Re: please examine new port ATLAS
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org
X-Originator: tkato@prontomail.ne.jp

> $B%3%a%s%H!"2~NIE@$J$I$h$m$7$/$*4j$$$7$^$9!#(J

$BK\Ev$J$i$b$C$H$$$m$$$m<j$rF~$l$k$Y$-8D=j$,$"$j$=$&$G$9$,!"$H$j$"$($:(J
$BL\$KIU$$$?$H$3$m$r=$@5$7$F$_$^$7$?!#(J

$B<g$JJQ998D=j$O(J
$B!&6h@Z$j$N$?$a$N6uGr$O$J$k$Y$/%?%V$K$9$k(J
$B!&(JLIB_DEPENDS$B$r(JBUILD_DEPENDS$B$KJQ99(J
  ($B6&M-%i%$%V%i%j$O;H$o$J$$$h$&$J$N$G(J)
$B!&(Jdo-build:$B$+$i(Jdo-configure:$B$rJ,N%(J
$B!&(Jmake$B$O(J${MAKE}$B$KCV$-49$($k(J
$B!&(Jpkg-descr$B$N(JWWW:$B9T$r=$@5(J
$B$H$$$C$?$H$3$m$G$9!#(J

$B$J$*!">/$J$/$H$b$3$A$i$G$O(J${FILESDIR}/answer$B$K$D$$$F$b!"%Q%C%A$GJQ99(J
$B$7$?$h$&$K0l9TDI2C$7$J$$$H@5>o$K%3%s%Q%$%k$G$-$^$;$s$G$7$?!#3NG'$7$F(J
$B$_$F$/$@$5$$!#(J

diff -urN atlas.orig/Makefile atlas/Makefile
--- atlas.orig/Makefile	Sat Feb 24 20:07:34 2001
+++ atlas/Makefile	Mon Feb 26 21:50:25 2001
@@ -1,6 +1,6 @@
-# New ports collection makefile for:    altas
-# Date created:         12 Feburay 2001
-# Whom:                 maho
+# New ports collection makefile for:	altas
+# Date created:		12 Feburay 2001
+# Whom:			maho
 #
 # $FreeBSD: ports/math/atlas/Makefile,v 1.1 2001/02/24 19:38:18 sf Exp $
 #
@@ -11,17 +11,20 @@
 MASTER_SITES=	ftp://netlib.bell-labs.com/netlib/atlas/ \
 		ftp://www.hensa.ac.uk/mirrors/netlib/atlas/ \
 		http://www.netlib.org/atlas/
-DISTNAME=       ${PORTNAME}${PORTVERSION}
-EXTRACT_SUFX=   .tgz
+DISTNAME=	${PORTNAME}${PORTVERSION}
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	chat95@mbox.kyoto-inet.or.jp
 
-LIB_DEPENDS=    blas:${PORTSDIR}/math/blas
+LIB_DEPENDS=	${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas
 
 WRKSRC=		${WRKDIR}/ATLAS
 
+do-configure:
+	@(cd ${WRKSRC}; ${MAKE_ENV} ${MAKE} config < ${FILESDIR}/answer)
+
 do-build:
-	(cd ${WRKSRC}; make config < ${FILESDIR}/answer ; make install arch=FreeBSD_GENERIC)
+	@(cd ${WRKSRC}; ${MAKE_ENV} ${MAKE} install arch=FreeBSD_GENERIC)
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/lib/FreeBSD_GENERIC/*.a ${PREFIX}/lib
diff -urN atlas.orig/files/answer atlas/files/answer
--- atlas.orig/files/answer	Sat Feb 24 18:57:47 2001
+++ atlas/files/answer	Mon Feb 26 20:43:09 2001
@@ -2,6 +2,7 @@
 y
 y
 n
+1
 y
 FreeBSD_GENERIC
 
diff -urN atlas.orig/files/patch-aa atlas/files/patch-aa
--- atlas.orig/files/patch-aa	Thu Jan  1 09:00:00 1970
+++ atlas/files/patch-aa	Mon Feb 26 21:52:48 2001
@@ -0,0 +1,8 @@
+--- Makefile.orig	Sat Dec 16 14:57:18 2000
++++ Makefile	Mon Feb 26 21:52:12 2001
+@@ -1,5 +1,4 @@
+ SHELL = /bin/sh
+-CC = gcc
+ NM = -o
+ OJ = -c
+  
diff -urN atlas.orig/pkg-descr atlas/pkg-descr
--- atlas.orig/pkg-descr	Sat Feb 24 20:05:42 2001
+++ atlas/pkg-descr	Mon Feb 26 19:19:00 2001
@@ -16,7 +16,7 @@
 A Fortran77 reference implementation of the BLAS is located in the blas
 directory of Netlib.
 
-WWW: http://www.netlib.org/blas/
+WWW: http://www.netlib.org/atlas/
 
 - NAKATA, Maho
   E-mail: chat95@mbox.kyoto-inet.or.jp



-- 
KATO Tsuguru / tkato@prontomail.ne.jp
                             
Sent by Japanese ProntoMail
