diff options
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/ |