diff options
author | danfe <danfe@FreeBSD.org> | 2011-09-01 19:16:05 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-09-01 19:16:05 +0800 |
commit | 8792ec7b298713774f40f4c0fb2a9ff783044502 (patch) | |
tree | eae721d36b2ad8d6437fd1f9efffd246ec561b7a /multimedia/mmsclient | |
parent | b861b7ca015d31cbe85c07c2dfd5bac8fcc81dc0 (diff) | |
download | freebsd-ports-gnome-8792ec7b298713774f40f4c0fb2a9ff783044502.tar.gz freebsd-ports-gnome-8792ec7b298713774f40f4c0fb2a9ff783044502.tar.zst freebsd-ports-gnome-8792ec7b298713774f40f4c0fb2a9ff783044502.zip |
- Improve COMMENT: make it based on a noun, not a verb
- Define LICENSE (GPLv2)
- Provide new homepage and distfile location as GeoCities are no more :(
- Reformat port description
- Drop maintainership
Diffstat (limited to 'multimedia/mmsclient')
-rw-r--r-- | multimedia/mmsclient/Makefile | 9 | ||||
-rw-r--r-- | multimedia/mmsclient/pkg-descr | 10 |
2 files changed, 12 insertions, 7 deletions
diff --git a/multimedia/mmsclient/Makefile b/multimedia/mmsclient/Makefile index f7556a311684..f78080bb8c37 100644 --- a/multimedia/mmsclient/Makefile +++ b/multimedia/mmsclient/Makefile @@ -8,11 +8,14 @@ PORTNAME= mmsclient PORTVERSION= 0.0.3 CATEGORIES= multimedia audio net -MASTER_SITES= http://freebsd.nsu.ru/distfiles/ +MASTER_SITES= http://ole.tange.dk/projekter/kontroversielt/www.geocities.com/majormms/ \ + http://freebsd.nsu.ru/distfiles/ DISTNAME= mms_client-${PORTVERSION} -MAINTAINER= danfe@FreeBSD.org -COMMENT= Download Microsoft Media streams +MAINTAINER= ports@FreeBSD.org +COMMENT= Tool to download Microsoft Media streams + +LICENSE= GPLv2 GNU_CONFIGURE= yes MAN1= mmsclient.1 diff --git a/multimedia/mmsclient/pkg-descr b/multimedia/mmsclient/pkg-descr index 15633a9d8f75..c22ba6eee113 100644 --- a/multimedia/mmsclient/pkg-descr +++ b/multimedia/mmsclient/pkg-descr @@ -1,4 +1,6 @@ -mmsclient allows you to download Internet streams using Microsoft's -MMS protocol, e.g. CNN video and similar. Downloaded stream can -be watched/listened with any software that understands Microsoft -Media format, like xine with mms-plugin. +mmsclient allows you to download Internet streams through Microsoft's MMS +protocol, e.g. CNN video and similar. Downloaded stream can be watched and +listened with any software that understands Microsoft Media format, like +Xine with mms-plugin. + +WWW: http://ole.tange.dk/projekter/kontroversielt/www.geocities.com/majormms/ |