diff options
author | kevlo <kevlo@FreeBSD.org> | 2005-04-04 14:00:13 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2005-04-04 14:00:13 +0800 |
commit | fabbb84e2374ae9dc427f8a43394b5619facb5ae (patch) | |
tree | 0902d4f819ffefbec3eaba7f628a14f9e3d6e3ba /math/algotutor | |
parent | 4409ae1d6c8f8ff2348b091e1a8a3f46801baa4e (diff) | |
download | freebsd-ports-gnome-fabbb84e2374ae9dc427f8a43394b5619facb5ae.tar.gz freebsd-ports-gnome-fabbb84e2374ae9dc427f8a43394b5619facb5ae.tar.zst freebsd-ports-gnome-fabbb84e2374ae9dc427f8a43394b5619facb5ae.zip |
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/ |