diff options
author | John Baldwin <jhb@FreeBSD.org> | 2005-10-13 18:48:00 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2005-10-13 18:48:00 +0000 |
commit | 246cbdd0fa80653f3e2ca279225670b23cce3f1b (patch) | |
tree | fd068c8282bb72b6de0948dafb4dcebde435b365 /math/libmath++ | |
parent | 1285c892f07783e3c4c5f8f208126f1eb230e2cf (diff) | |
download | ports-246cbdd0fa80653f3e2ca279225670b23cce3f1b.tar.gz ports-246cbdd0fa80653f3e2ca279225670b23cce3f1b.zip |
Notes
Diffstat (limited to 'math/libmath++')
-rw-r--r-- | math/libmath++/Makefile | 2 | ||||
-rw-r--r-- | math/libmath++/pkg-descr | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/math/libmath++/Makefile b/math/libmath++/Makefile index b7a986f03b01..5342bade1b33 100644 --- a/math/libmath++/Makefile +++ b/math/libmath++/Makefile @@ -8,7 +8,7 @@ PORTNAME= libmath++ PORTVERSION= 0.0.3 CATEGORIES= math devel -MASTER_SITES= http://www.surakware.net/pub/unstable/releases/libmath++/ +MASTER_SITES= http://www.robertjohnkaper.com/downloads/atlantik/ MAINTAINER= jhb@FreeBSD.org COMMENT= C++ Library for Symbolic and Numeric Calculus Applications diff --git a/math/libmath++/pkg-descr b/math/libmath++/pkg-descr index 0d288b5c306b..84cee217ca7d 100644 --- a/math/libmath++/pkg-descr +++ b/math/libmath++/pkg-descr @@ -1,4 +1,2 @@ libmath++ is a template based math library, written in C++, for symbolic and numeric calculus applications. - -WWW: http://www.surakware.net/projects/libmath++/index.xml |