git: 2f3d8ad184c6 - main - www/angie-module-rtmp: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 12:49:05 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2f3d8ad184c6a5506531101ac455e8b8551f1664
commit 2f3d8ad184c6a5506531101ac455e8b8551f1664
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 12:48:57 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 12:48:57 +0000
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
---
MOVED | 1 +
www/Makefile | 1 -
www/angie-module-rtmp/Makefile | 28 ----------------------------
www/angie-module-rtmp/files/pkg-message.in | 15 ---------------
www/angie-module-rtmp/pkg-descr | 4 ----
www/angie-module-rtmp/pkg-plist | 3 ---
6 files changed, 1 insertion(+), 51 deletions(-)
diff --git a/MOVED b/MOVED
index a01f3bc9d0ba..7bcd4b5cffb1 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/www/Makefile b/www/Makefile
index 0f39ffb91079..4d141913890e 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/angie-module-rtmp/Makefile b/www/angie-module-rtmp/Makefile
deleted file mode 100644
index 685ad1359205..000000000000
--- a/www/angie-module-rtmp/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-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"
diff --git a/www/angie-module-rtmp/files/pkg-message.in b/www/angie-module-rtmp/files/pkg-message.in
deleted file mode 100644
index 48595d217317..000000000000
--- a/www/angie-module-rtmp/files/pkg-message.in
+++ /dev/null
@@ -1,15 +0,0 @@
-[
-{ 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
-}
-]
diff --git a/www/angie-module-rtmp/pkg-descr b/www/angie-module-rtmp/pkg-descr
deleted file mode 100644
index e15a75721799..000000000000
--- a/www/angie-module-rtmp/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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.
diff --git a/www/angie-module-rtmp/pkg-plist b/www/angie-module-rtmp/pkg-plist
deleted file mode 100644
index 80f7d5779607..000000000000
--- a/www/angie-module-rtmp/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%DOCSDIR%%/README.md
-%%MODDIR%%/ngx_rtmp_module.so
-%%DEBUG%%%%MODDIR%%/ngx_rtmp_module-debug.so