diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-16 21:21:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-16 21:21:15 +0000 |
commit | 073ccadda39b4675f060974b8bbe0842b3dc86ff (patch) | |
tree | 80e5931f9210ddec2a800d081cb2a22279596d1f /net | |
parent | 63bada1bde619e7a1d4cd132c974b0b4f9cb087c (diff) | |
download | pkgsrc-073ccadda39b4675f060974b8bbe0842b3dc86ff.tar.gz |
Import mimms-3.2 as net/mimms.
mimms is a program designed to allow you to download streams using
the MMS protocol and save them to your computer, as opposed to
watching them live. Similar functionality is available in full
media player suites such as Xine, MPlayer, and VLC, but mimms is
quick and easy to use and, for the time being, remains a useful
program.
Originally, mimms was forked directly from the last known version
of mmsclient, which was for years unmaintained. mimms was started
with the following goals:
* Keep a working copy of "mmsclient" (now "mimms") well maintained
* Fix lots of the bugs that were in mmsclient
* Extend the functionality of the program in useful ways
Since the 2.x series, mimms shares no code with mmsclient, and
actually does all of it's MMS operations using libmms, a library
based off of the xine-improved mmsclient code, which is designed
to allow multiple implementations of MMS clients without requiring
a fragmented code base. The mimms 3.x series is implemented entirely
in python, and is freed from the details of the MMS protocol and
architecture dependence, and can focus on usability.
Diffstat (limited to 'net')
-rw-r--r-- | net/mimms/DESCR | 22 | ||||
-rw-r--r-- | net/mimms/Makefile | 23 | ||||
-rw-r--r-- | net/mimms/PLIST | 13 | ||||
-rw-r--r-- | net/mimms/distinfo | 5 |
4 files changed, 63 insertions, 0 deletions
diff --git a/net/mimms/DESCR b/net/mimms/DESCR new file mode 100644 index 00000000000..4ae330425d0 --- /dev/null +++ b/net/mimms/DESCR @@ -0,0 +1,22 @@ +mimms is a program designed to allow you to download streams using +the MMS protocol and save them to your computer, as opposed to +watching them live. Similar functionality is available in full +media player suites such as Xine, MPlayer, and VLC, but mimms is +quick and easy to use and, for the time being, remains a useful +program. + +Originally, mimms was forked directly from the last known version +of mmsclient, which was for years unmaintained. mimms was started +with the following goals: + +* Keep a working copy of "mmsclient" (now "mimms") well maintained +* Fix lots of the bugs that were in mmsclient +* Extend the functionality of the program in useful ways + +Since the 2.x series, mimms shares no code with mmsclient, and +actually does all of it's MMS operations using libmms, a library +based off of the xine-improved mmsclient code, which is designed +to allow multiple implementations of MMS clients without requiring +a fragmented code base. The mimms 3.x series is implemented entirely +in python, and is freed from the details of the MMS protocol and +architecture dependence, and can focus on usability. diff --git a/net/mimms/Makefile b/net/mimms/Makefile new file mode 100644 index 00000000000..4911a3c0e9c --- /dev/null +++ b/net/mimms/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2013/06/16 21:21:15 wiz Exp $ + +DISTNAME= mimms-3.2 +CATEGORIES= net multimedia +MASTER_SITES= http://download.savannah.gnu.org/releases/mimms/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://savannah.nongnu.org/projects/mimms/ +COMMENT= MMS (e.g. mms://) stream downloader +LICENSE= gnu-gpl-v3 + +USE_LANGUAGES= # none + +SUBST_CLASSES+= man +SUBST_FILES.man+= setup.py +SUBST_SED.man+= -e 's,share/man,${PKGMANDIR},' +SUBST_STAGE.man= post-build +SUBST_MESSAGE.man= Fixing installation path for man pages. + +.include "../../lang/python/distutils.mk" +.include "../../net/libmms/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/mimms/PLIST b/net/mimms/PLIST new file mode 100644 index 00000000000..b32f9a38fc7 --- /dev/null +++ b/net/mimms/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1 2013/06/16 21:21:15 wiz Exp $ +bin/mimms +${PYSITELIB}/libmimms/__init__.py +${PYSITELIB}/libmimms/__init__.pyc +${PYSITELIB}/libmimms/__init__.pyo +${PYSITELIB}/libmimms/core.py +${PYSITELIB}/libmimms/core.pyc +${PYSITELIB}/libmimms/core.pyo +${PYSITELIB}/libmimms/libmms.py +${PYSITELIB}/libmimms/libmms.pyc +${PYSITELIB}/libmimms/libmms.pyo +${PYSITELIB}/${EGG_FILE} +man/man1/mimms.1 diff --git a/net/mimms/distinfo b/net/mimms/distinfo new file mode 100644 index 00000000000..5a2d04ac568 --- /dev/null +++ b/net/mimms/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/06/16 21:21:15 wiz Exp $ + +SHA1 (mimms-3.2.tar.bz2) = e8ddf9905919e7eb6602e2c9547ba537e2f69d88 +RMD160 (mimms-3.2.tar.bz2) = 3189b6974e42159183c0e031b86e440e19aaecc8 +Size (mimms-3.2.tar.bz2) = 18217 bytes |