Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

22
net/mimms/DESCR Normal file
View File

@@ -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.

23
net/mimms/Makefile Normal file
View File

@@ -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"

13
net/mimms/PLIST Normal file
View File

@@ -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

5
net/mimms/distinfo Normal file
View File

@@ -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