summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/newmat/Makefile2
-rw-r--r--math/newmat/distinfo2
-rw-r--r--math/newmat/files/patch-include.h14
-rw-r--r--math/newmat/files/patch-newmat9.cpp14
-rw-r--r--math/newmat/pkg-descr2
5 files changed, 3 insertions, 31 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile
index bc4c72ef..563ee8b 100644
--- a/math/newmat/Makefile
+++ b/math/newmat/Makefile
@@ -9,7 +9,7 @@
PORTNAME= newmat
PORTVERSION= 1.0
CATEGORIES= math
-MASTER_SITES= ftp://webnz.com/robert/
+MASTER_SITES= http://www.robertnz.com/ftp/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
diff --git a/math/newmat/distinfo b/math/newmat/distinfo
index 80c23f1..6440aa3 100644
--- a/math/newmat/distinfo
+++ b/math/newmat/distinfo
@@ -1 +1 @@
-MD5 (newmat10.tar.gz) = 823a95a83912fdeb7e9fec212eb64a13
+MD5 (newmat10.tar.gz) = 4234ce414e416266c935e67186b54392
diff --git a/math/newmat/files/patch-include.h b/math/newmat/files/patch-include.h
deleted file mode 100644
index 13305d1..0000000
--- a/math/newmat/files/patch-include.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- include.h.orig Sat Sep 7 00:26:44 2002
-+++ include.h Fri Sep 6 23:59:21 2002
-@@ -30,8 +30,9 @@
-
- #define bool_LIB 0
-
--
--//#define _STANDARD_ // using standard library
-+#if defined __GNUG__ && __GNUG__ >= 3
-+#define _STANDARD_ // using standard library
-+#endif
-
- //#define use_float_h // use float.h for precision data
-
diff --git a/math/newmat/files/patch-newmat9.cpp b/math/newmat/files/patch-newmat9.cpp
deleted file mode 100644
index 841a744..0000000
--- a/math/newmat/files/patch-newmat9.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- newmat9.cpp.orig Wed Oct 17 14:46:04 2001
-+++ newmat9.cpp Tue Oct 1 11:00:36 2002
-@@ -24,8 +24,10 @@
- #endif
-
- // for G++ 3.01
--#ifndef _Ios_Fmtflags
-+#if __GNUC__ < 3
- #define _Ios_Fmtflags long
-+#else
-+#define _Ios_Fmtflags ios_base::fmtflags
- #endif
-
- ostream& operator<<(ostream& s, const BaseMatrix& X)
diff --git a/math/newmat/pkg-descr b/math/newmat/pkg-descr
index 0223135..045083f 100644
--- a/math/newmat/pkg-descr
+++ b/math/newmat/pkg-descr
@@ -3,4 +3,4 @@ a variety of types of matrices using standard matrix operations. Emphasis is
on the kind of operations needed in statistical calculations such as least
squares, linear equation solve and eigenvalues.
-WWW: http://webnz.com/robert/cpp_lib.htm#newmat10
+WWW: http://www.robertnz.net/nm_intro.htm
OpenPOWER on IntegriCloud