diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-09-01 11:16:05 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-09-01 11:16:05 +0000 |
commit | b10a5d3d108d3eacf21f2c6eb7f32231389faf62 (patch) | |
tree | 279079210401df9c03bd34e962e22883f8d43c33 /multimedia/mmsclient | |
parent | 73a0e98901f9f092448ba9f0cd2a9813b72cf9dd (diff) | |
download | ports-b10a5d3d108d3eacf21f2c6eb7f32231389faf62.tar.gz ports-b10a5d3d108d3eacf21f2c6eb7f32231389faf62.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
Notes
Notes:
svn path=/head/; revision=280952
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/ |