ports/114239: New ports:multimedia/mimms; multimedia/gmimms A frontend to MiMMS (Multimedia Stream ripper)

liu_yinghong at yahoo.com.cn liu_yinghong at yahoo.com.cn
Tue Jul 3 13:10:04 UTC 2007


>Number:         114239
>Category:       ports
>Synopsis:       New ports:multimedia/mimms;multimedia/gmimms A frontend to MiMMS (Multimedia Stream ripper)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 03 13:10:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yinghong.Liu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD relaxbsd.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu May 10 21:42:19 CST 2007 hamigua at relaxbsd.org:/usr/src/sys/i386/compile/LYH i386


	
>Description:
multimedia/mimms:
MMS 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 and MPlayer, but MiMMS is quick
and easy to use, and for the time being, remains a useful program.

WWW: http://savannah.nongnu.org/projects/mimms/

multimedia/gmimms:
GMiMMS is a GTK+ frontend for MiMMS, a multimedia-stream ripper.
So it is easy to enter the MMS-URL and the output file. You can
also record live-streams by setting the recording length in GMiMMS.

WWW: http://gmimms.sourceforge.net/
	
>How-To-Repeat:
	
>Fix:

	

--- mimms.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mimms/
#	mimms/Makefile
#	mimms/distinfo
#	mimms/pkg-descr
#
echo c - mimms/
mkdir -p mimms/ > /dev/null 2>&1
echo x - mimms/Makefile
sed 's/^X//' >mimms/Makefile << 'END-of-mimms/Makefile'
X# New ports collection makefile for:	mimms
X# Date created:		3 Jul 2007
X# Whom:                	Yinghong.Liu <liu_yinghong at yahoo.com.cn>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mimms
XDISTVERSION=	2.0.1
XCATEGORIES=	multimedia net
XMASTER_SITES=	http://download.savannah.gnu.org/releases/mimms/ \
X		http://ftp.cc.uoc.gr/mirrors/nongnu.org/mimms/ \
X		http://dl.sv.gnu.org/releases/mimms/
X
XMAINTAINER=	liu_yinghong at yahoo.com.cn
XCOMMENT=	Download streams using the MMS protocol
X
XLIB_DEPENDS=	mms.0:${PORTSDIR}/net/libmms
XRUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
X
XUSE_BZIP2=	yes
XUSE_QT_VER=	4
XQT_COMPONENTS=	qmake corelib moc uic
X
XPLIST_FILES=	bin/mimms
X
XMAN1=		mimms.1
XPORTDOCS=	AUTHORS ChangeLog COPYING README
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
X		${WRKSRC}/mimms.pro
X
Xdo-configure:
X	@cd ${WRKSRC} \
X	&&  ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC}
X
Xdo-install:
X	@${INSTALL_MAN} ${WRKSRC}/mimms.1 ${PREFIX}/man/man1
X	@${INSTALL_PROGRAM} ${WRKSRC}/mimms ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for doc in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-mimms/Makefile
echo x - mimms/distinfo
sed 's/^X//' >mimms/distinfo << 'END-of-mimms/distinfo'
XMD5 (mimms-2.0.1.tar.bz2) = 3e44f5b182892c4adfa8c08ddf8ccc17
XSHA256 (mimms-2.0.1.tar.bz2) = 1ac867bb82f4240e2415b7bc805ab0d034bf4ee2a1b863fcc1c535d5e0814833
XSIZE (mimms-2.0.1.tar.bz2) = 13246
END-of-mimms/distinfo
echo x - mimms/pkg-descr
sed 's/^X//' >mimms/pkg-descr << 'END-of-mimms/pkg-descr'
XMMS is a program designed to allow you to download streams using
Xthe MMS protocol and save them to your computer, as opposed to
Xwatching them live. Similar functionality is available in full
Xmedia player suites such as Xine and MPlayer, but MiMMS is quick
Xand easy to use, and for the time being, remains a useful program.
X
XWWW: http://savannah.nongnu.org/projects/mimms/
END-of-mimms/pkg-descr
exit
--- mimms.shar ends here ---

--- gmimms.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gmimms/
#	gmimms/Makefile
#	gmimms/distinfo
#	gmimms/pkg-descr
#
echo c - gmimms/
mkdir -p gmimms/ > /dev/null 2>&1
echo x - gmimms/Makefile
sed 's/^X//' >gmimms/Makefile << 'END-of-gmimms/Makefile'
X# New ports collection makefile for:	gmimms
X# Date created:		3 Jul 2007
X# Whom:                	Yinghong.Liu <liu_yinghong at yahoo.com.cn>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gmimms
XDISTVERSION=	0.0.9
XCATEGORIES=	multimedia net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=${PORTNAME}
X
XMAINTAINER=	liu_yinghong at yahoo.com.cn
XCOMMENT=	A frontend to MiMMS (Multimedia Stream ripper)
X
XRUN_DEPENDS=	mimms:${PORTSDIR}/multimedia/mimms
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XUSE_GNOME=	gtk20
XCONFIGURE_ARGS+=--disable-nls
XINSTALL_TARGET=	install-exec
X
XPLIST_FILES=	bin/gmimms
X
XPORTDOCS=	AUTHORS ChangeLog COPYING INSTALL NEWS README
X
XDESKTOP_ENTRIES=	"GIMMS" \
X			"A GTK+ frontend for MiMMS" \
X			"" \
X			"gmimms" \
X			"Application;GTK;AudioVideo;Network;" \
X			"false"
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for doc in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-gmimms/Makefile
echo x - gmimms/distinfo
sed 's/^X//' >gmimms/distinfo << 'END-of-gmimms/distinfo'
XMD5 (gmimms-0.0.9.tar.bz2) = 2b676c828822158208732e147488504a
XSHA256 (gmimms-0.0.9.tar.bz2) = 5264c9f8381a2543870aaa3b066fcd3d19150cdb3688a530cfaac86e2b3cdbd2
XSIZE (gmimms-0.0.9.tar.bz2) = 120200
END-of-gmimms/distinfo
echo x - gmimms/pkg-descr
sed 's/^X//' >gmimms/pkg-descr << 'END-of-gmimms/pkg-descr'
XGMiMMS is a GTK+ frontend for MiMMS, a multimedia-stream ripper.
XSo it is easy to enter the MMS-URL and the output file. You can
Xalso record live-streams by setting the recording length in GMiMMS.
X
XWWW: http://gmimms.sourceforge.net/
END-of-gmimms/pkg-descr
exit
--- gmimms.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list