mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
New port: www/srt: Secure Reliable Transport (SRT) Protocol
This commit is contained in:
parent
65f32255d2
commit
af445a38fd
@ -2160,6 +2160,7 @@
|
||||
SUBDIR += squidpurge
|
||||
SUBDIR += squidview
|
||||
SUBDIR += srg
|
||||
SUBDIR += srt
|
||||
SUBDIR += stagit
|
||||
SUBDIR += subsonic-standalone
|
||||
SUBDIR += suphp
|
||||
|
21
www/srt/Makefile
Normal file
21
www/srt/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
PORTNAME= srt
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.4.3
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Secure Reliable Transport (SRT) Protocol
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= bash:shells/bash
|
||||
|
||||
USES= cmake shebangfix ssl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Haivision
|
||||
|
||||
SHEBANG_FILES= scripts/srt-ffplay
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/srt/distinfo
Normal file
3
www/srt/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1621202062
|
||||
SHA256 (Haivision-srt-v1.4.3_GH0.tar.gz) = c06e05664c71d635c37207a2b5a444f2c4a95950a3548402b3e0c524f735b33d
|
||||
SIZE (Haivision-srt-v1.4.3_GH0.tar.gz) = 1602671
|
9
www/srt/pkg-descr
Normal file
9
www/srt/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
SRT is an open source video transport protocol and technology stack that
|
||||
optimizes streaming performance across unpredictable networks with secure
|
||||
streams and easy firewall traversal, bringing the best quality live video over
|
||||
the worst networks. The SRT Open Source project, driven by the SRT Alliance, is
|
||||
a collaborative community of industry leaders and developers striving to achieve
|
||||
lower latency internet video transport by continuously improving open-source
|
||||
SRT.
|
||||
|
||||
WWW: https://www.srtalliance.org/
|
16
www/srt/pkg-plist
Normal file
16
www/srt/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
bin/srt-ffplay
|
||||
bin/srt-file-transmit
|
||||
bin/srt-live-transmit
|
||||
bin/srt-tunnel
|
||||
include/srt/access_control.h
|
||||
include/srt/logging_api.h
|
||||
include/srt/platform_sys.h
|
||||
include/srt/srt.h
|
||||
include/srt/udt.h
|
||||
include/srt/version.h
|
||||
lib/libsrt.a
|
||||
lib/libsrt.so
|
||||
lib/libsrt.so.1.4
|
||||
lib/libsrt.so.1.4.3
|
||||
libdata/pkgconfig/haisrt.pc
|
||||
libdata/pkgconfig/srt.pc
|
Loading…
Reference in New Issue
Block a user