mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add multimedia/rtmpdump, a tool to download RTMP streams. All forms of RTMP
are supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.
This commit is contained in:
parent
3ea5acac29
commit
dcfcdca86d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251082
4 changed files with 45 additions and 0 deletions
|
@ -260,6 +260,7 @@
|
|||
SUBDIR += recordmydesktop
|
||||
SUBDIR += replex
|
||||
SUBDIR += rox-videothumbnail
|
||||
SUBDIR += rtmpdump
|
||||
SUBDIR += ruby-flvtool2
|
||||
SUBDIR += sabbu
|
||||
SUBDIR += schroedinger
|
||||
|
|
37
multimedia/rtmpdump/Makefile
Normal file
37
multimedia/rtmpdump/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Ports collection makefile for: rtmpdump
|
||||
# Date created: March 15, 2010
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rtmpdump
|
||||
PORTVERSION= 2.2
|
||||
CATEGORIES= multimedia net
|
||||
MASTER_SITES= http://rtmpdump.mplayerhq.hu/download/
|
||||
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A tool to download RTMP streams
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= posix
|
||||
|
||||
MAN1= rtmpdump.1
|
||||
MAN8= rtmpgw.8
|
||||
|
||||
PLIST_FILES_PROG= bin/rtmpdump bin/rtmpgw bin/rtmpsrv bin/rtmpsuck
|
||||
PORTDOCS= ChangeLog README
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES_PROG:S,^bin/,,} \
|
||||
${PREFIX}/bin \
|
||||
&& ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1 \
|
||||
&& ${INSTALL_MAN} ${MAN8} ${MAN1PREFIX}/man/man8
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/rtmpdump/distinfo
Normal file
3
multimedia/rtmpdump/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (rtmpdump-2.2.tar.bz2) = 1ce6753c95754d1a72b635d488757096
|
||||
SHA256 (rtmpdump-2.2.tar.bz2) = 2aef30c1f0fbda4d501e08892a6cfe0aa1d0213ee2bfad4e1926411573bd3736
|
||||
SIZE (rtmpdump-2.2.tar.bz2) = 83586
|
4
multimedia/rtmpdump/pkg-descr
Normal file
4
multimedia/rtmpdump/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
rtmpdump is a tool to download RTMP streams. All forms of RTMP are supported,
|
||||
including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.
|
||||
|
||||
WWW: http://rtmpdump.mplayerhq.hu/
|
Loading…
Add table
Reference in a new issue