Commit 2f3d8ad1 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/angie-module-rtmp: Remove expired port

2025-12-31 www/angie-module-rtmp: Upstream development has slowed down and there are a lot of unresolved issues and PRs upstream, consider migrating to multimedia/mediamtx
parent 8d00c6fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4988,3 +4988,4 @@ www/py-django51||2025-12-31|Has expired: Extended support of Django 5.1 ends Dec
sysutils/ipfs-go-fs-repo-migrations||2025-12-31|Has expired: Obsolete port, no longer required for migrations
devel/inastemp||2025-12-31|Has expired: unfetchable
www/moodle44||2025-12-31|Has expired: Upstream EOL
www/angie-module-rtmp||2025-12-31|Has expired: Upstream development has slowed down and there are a lot of unresolved issues and PRs upstream, consider migrating to multimedia/mediamtx
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@
    SUBDIR += angie-module-perl
    SUBDIR += angie-module-postgres
    SUBDIR += angie-module-redis2
    SUBDIR += angie-module-rtmp
    SUBDIR += angie-module-set-misc
    SUBDIR += angie-module-subs
    SUBDIR += angie-module-testcookie

www/angie-module-rtmp/Makefile

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
PORTNAME=	angie-module-rtmp
MODULE_VERSION=	1.2.2
MODULE_PORTREVISION=	0
GH_TUPLE=	arut:nginx-rtmp-module:v${MODULE_VERSION}:module

COMMENT=	Angie RTMP dynamic module
WWW=		https://github.com/arut/nginx-rtmp-module/

DEPRECATED=	Upstream development has slowed down and there are a lot of unresolved issues and PRs upstream, consider migrating to multimedia/mediamtx
EXPIRATION_DATE=2025-12-31

MASTERDIR=	${.CURDIR}/../../www/angie

do-install:
	${MKDIR} ${STAGEDIR}${DOCSDIR} \
		 ${STAGEDIR}${MODDIR}

	${INSTALL_LIB} ${WRKSRC}/objs/ngx_rtmp_module.so \
	    ${STAGEDIR}${MODDIR}

	${INSTALL_MAN} ${WRKSRC_module}/README.md ${STAGEDIR}${DOCSDIR}

do-install-DEBUG-on:
	${INSTALL} ${COPY} -m ${_SHAREMODE} \
	    ${WRKSRC_DEBUG}/objs/ngx_rtmp_module.so \
	    ${STAGEDIR}${MODDIR}/ngx_rtmp_module-debug.so

.include "${MASTERDIR}/Makefile"
+0 −15
Original line number Diff line number Diff line
[
{ type: install
  message: <<EOM

The RTMP dynamic module for Angie has been installed.
To enable this module, add the following to %%PREFIX%%/etc/angie/angie.conf
and reload angie:

    load_module modules/ngx_rtmp_module.so;

Please refer to the module documentation for further details:
https://github.com/arut/nginx-rtmp-module
EOM
}
]

www/angie-module-rtmp/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
Module provides HLS and MPEG-DASH live streaming capabilities for those who
want a lightweight solution based on the HTTP protocol.
The stream is published in the MPEG-TS format over HTTP.
MPEG-TS is a widely adopted, well known and well documented streaming format.
Loading