diff options
author | linimon <linimon@FreeBSD.org> | 2004-04-13 20:08:25 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-04-13 20:08:25 +0000 |
commit | 018c46c353bd709740098e0ee5bd01886c4ea723 (patch) | |
tree | eed1547a15a688876ea4ed62a6330b5c726d612f | |
parent | dce8fcd8bdd74793f88a74f6817f5b85f69d6723 (diff) | |
download | FreeBSD-ports-018c46c353bd709740098e0ee5bd01886c4ea723.zip FreeBSD-ports-018c46c353bd709740098e0ee5bd01886c4ea723.tar.gz |
Per distfile survey, remove mastersite that disappeared in June 2002.
Since the San Diego Zoo now has a web page that streams the same video
that this app was written to do, there may not be much point in keeping
it around in the ports collection except as an example ...
-rw-r--r-- | misc/pypanda/Makefile | 2 | ||||
-rw-r--r-- | misc/pypanda/pkg-descr | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/misc/pypanda/Makefile b/misc/pypanda/Makefile index 7d06a34..45caef1 100644 --- a/misc/pypanda/Makefile +++ b/misc/pypanda/Makefile @@ -9,7 +9,7 @@ PORTNAME= pypanda PORTVERSION= 0.6 PORTREVISION= 2 CATEGORIES= misc -MASTER_SITES= http://www3.telus.net/futility/futility/warez/ +MASTER_SITES= # none MAINTAINER= ports@FreeBSD.org COMMENT= Viewer for San Diego Zoo Pandacam written in Python diff --git a/misc/pypanda/pkg-descr b/misc/pypanda/pkg-descr index 9cf420a..6c4a5c8 100644 --- a/misc/pypanda/pkg-descr +++ b/misc/pypanda/pkg-descr @@ -2,5 +2,3 @@ pyPanda is a python script that uses the pySDL and pygame interfaces to the SDL multimedia library. This program allows you to view the web's killer app, the San Diego Zoo Panda Cam, in a window on your desktop. A mouse click anywhere in the window will refresh the view, and a key press will quit. - -WWW: http://www3.telus.net/futility/futility/software.html |