diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-28 15:22:26 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-28 15:22:26 +0800 |
commit | b82137ec005f8da0c807a2fee4429f8791bf7616 (patch) | |
tree | f7ff4ea4435072a4c6320f82b0fd516e4c6a3034 /multimedia | |
parent | 2b4dfdbe9a90efbdb053f4965badf97360738c3f (diff) | |
download | freebsd-ports-gnome-b82137ec005f8da0c807a2fee4429f8791bf7616.tar.gz freebsd-ports-gnome-b82137ec005f8da0c807a2fee4429f8791bf7616.tar.zst freebsd-ports-gnome-b82137ec005f8da0c807a2fee4429f8791bf7616.zip |
Per distfile survey, note the fact that the mastersite for this code
disappeared from sourceforge in June 2003.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xmps/Makefile | 3 | ||||
-rw-r--r-- | multimedia/xmps/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile index cd38292001d7..746f7771cd0b 100644 --- a/multimedia/xmps/Makefile +++ b/multimedia/xmps/Makefile @@ -9,7 +9,8 @@ PORTNAME= xmps PORTVERSION= 0.2.0 PORTREVISION= 1 CATEGORIES= multimedia gnome -MASTER_SITES= http://xmps.sourceforge.net/sources/ +# per distfile survey, site disappeared in June 2003 +MASTER_SITES= # http://xmps.sourceforge.net/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= X MPEG Player System - a media player with a very nice GUI diff --git a/multimedia/xmps/pkg-descr b/multimedia/xmps/pkg-descr index 8cb286dc4362..f8d1e294b16a 100644 --- a/multimedia/xmps/pkg-descr +++ b/multimedia/xmps/pkg-descr @@ -1,5 +1,3 @@ XMPS stands for X MPEG Player System. It's a simple Gtk program that will (hopefully) play MPEG-1/MPEG-2/FLI/FLC/AVI files with sound under the *nix platforms. It has very attractive skinnable user interface. - -WWW: http://xmps.sourceforge.net/ |