diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-07-09 01:54:37 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-07-09 01:54:37 +0000 |
commit | 27b6000959a2ccf258c48f28544fa4195d24b8a2 (patch) | |
tree | 02a688f4ac6c4f243f121d7dca17ec3b497df0ee | |
parent | f0e1deaef6e2bcd5cf9dc1df6d2f8e25de63ee71 (diff) | |
download | ports-27b6000959a2ccf258c48f28544fa4195d24b8a2.tar.gz ports-27b6000959a2ccf258c48f28544fa4195d24b8a2.zip |
o Add MASTER_SITES (there were 0 available)
o Add WWW tag
Notes
Notes:
svn path=/head/; revision=113241
-rw-r--r-- | multimedia/xmps/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xmps/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile index e7e160a065b7..51b69e175053 100644 --- a/multimedia/xmps/Makefile +++ b/multimedia/xmps/Makefile @@ -10,7 +10,9 @@ PORTVERSION= 0.2.0 PORTREVISION= 2 CATEGORIES= multimedia gnome # per distfile survey, site disappeared in June 2003 -MASTER_SITES= # http://xmps.sourceforge.net/sources/ +# http://xmps.sourceforge.net/sources/ +MASTER_SITES= http://download2.projectmayo.com/dnload/divx4linux/xmps/ \ + http://ftp.vin.bg.ac.yu/linux/mmedia/xmps/ 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 f8d1e294b16a..8c06dfe23fad 100644 --- a/multimedia/xmps/pkg-descr +++ b/multimedia/xmps/pkg-descr @@ -1,3 +1,5 @@ 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://www.projectmayo.com/projects/detail.php?projectId=5 |