diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2005-04-04 06:00:13 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2005-04-04 06:00:13 +0000 |
commit | b4c1c2e8ea607ff9f94b6ca79cf5681d0412c948 (patch) | |
tree | 5004f0c720f00dde242e87727e46a5c8e528c4cb /math/algotutor | |
parent | Add a marker to indicate that this is a slave port. This is only of (diff) |
Fix MASTER_SITES and mark unbroken.
Diffstat (limited to 'math/algotutor')
-rw-r--r-- | math/algotutor/Makefile | 4 | ||||
-rw-r--r-- | math/algotutor/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile index 68685ea51b17..62078a5f54cb 100644 --- a/math/algotutor/Makefile +++ b/math/algotutor/Makefile @@ -8,14 +8,12 @@ PORTNAME= algotutor PORTVERSION= 0.7 CATEGORIES= math -MASTER_SITES= http://www.ofset.org/~ckhung/dl/ +MASTER_SITES= http://www.cyut.edu.tw/~ckhung/dl/ EXTRACT_SUFX= .tgz MAINTAINER= kevlo@FreeBSD.org COMMENT= An interactive tutorial for algorithms and data structures -BROKEN= Unfetchable - BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/math/algotutor/pkg-descr b/math/algotutor/pkg-descr index 0fad1f25166a..405304b30798 100644 --- a/math/algotutor/pkg-descr +++ b/math/algotutor/pkg-descr @@ -2,4 +2,4 @@ Algotutor is an interactive program for observing the intermediate steps of algorithms. The target audience is computer science students and/or anyone who studies algorithms and/or data structures. -WWW: http://www.cyut.edu.tw/~ckhung/p/algotutor/index.en.shtml +WWW: http://www.cyut.edu.tw/~ckhung/p/algotutor/ |