diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-04-24 01:56:27 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-04-24 01:56:27 +0000 |
commit | 91ae6d542d6c65f3e4dbb72bab177cc6365cbae5 (patch) | |
tree | e3707f07ea2273461c022c22ecc14c352d7187c2 | |
parent | Update WWW. (diff) |
Update WWW and add $MASTER_SITES.
Submitted by: MA, Dunzi <tadalunch@sources.redhat.com>
PR: ports/48305
Notes
Notes:
svn path=/head/; revision=79556
-rw-r--r-- | math/concorde/Makefile | 3 | ||||
-rw-r--r-- | math/concorde/pkg-descr | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/concorde/Makefile b/math/concorde/Makefile index 927342f0e813..bd6b14e88a28 100644 --- a/math/concorde/Makefile +++ b/math/concorde/Makefile @@ -9,7 +9,8 @@ PORTNAME= concorde PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= math parallel -MASTER_SITES= ftp://ftp.caam.rice.edu/pub/software/keck/ +MASTER_SITES= http://www.math.princeton.edu/tsp/concorde/ \ + ftp://ftp.caam.rice.edu/pub/software/keck/ DISTNAME= co991215 EXTRACT_SUFX= .tgz diff --git a/math/concorde/pkg-descr b/math/concorde/pkg-descr index eaaf615bb022..6ad71758060f 100644 --- a/math/concorde/pkg-descr +++ b/math/concorde/pkg-descr @@ -1,6 +1,6 @@ Concorde (99.12.15 release) This is the initial full release of Concorde. More data about Concorde is available from the Concorde page at -http://www.caam.rice.edu/keck/concorde.html. +http://www.math.princeton.edu/tsp/concorde.html. Concorde is a computer code for the traveling salesman problem (TSP) and some related network optimization problems. The code is written @@ -17,4 +17,4 @@ functions are thread-safe for prgramming in shared-memory parallel environments; the main TSP solver includes code for running over networks of unix workstations. -WWW: http://www.caam.rice.edu/keck/concorde/ +WWW: http://www.math.princeton.edu/tsp/concorde.html |