diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-01-31 22:28:30 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-01-31 22:28:30 +0000 |
commit | 7d889afc8a3d9fef336b5c1601b69837aa52521a (patch) | |
tree | 9bb2b1903a1cecc2c9f9b7dbe83c3f8ec376c07f | |
parent | 243c56de93142efd8635beef1f61d14bbf622ba0 (diff) |
www/lighttpd-mod_h264_streaming: Remove expired port
2024-01-31 www/lighttpd-mod_h264_streaming: Does not build with new lighttpd
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/lighttpd-mod_h264_streaming/Makefile | 41 | ||||
-rw-r--r-- | www/lighttpd-mod_h264_streaming/pkg-descr | 7 | ||||
-rw-r--r-- | www/lighttpd-mod_h264_streaming/pkg-plist | 2 |
5 files changed, 1 insertions, 51 deletions
@@ -2981,3 +2981,4 @@ devel/libasyncplusplus|devel/asyncplusplus|2024-01-27|Remove duplicated port security/rust-rage|security/rage-encryption|2024-01-27|Renamed as per the preferred fallback name suggested by upstream emulators/wine7|emulators/wine|2024-01-30|Has expired: emulators/wine itself now again provides 32-bit support as well as WoW64 security/py-service_identity|security/py-service-identity|2024-01-31|Has expired: Use security/py-service-identity +www/lighttpd-mod_h264_streaming||2024-01-31|Has expired: Does not build with new lighttpd diff --git a/www/Makefile b/www/Makefile index e5cefde55001..e93e6ba2d583 100644 --- a/www/Makefile +++ b/www/Makefile @@ -317,7 +317,6 @@ SUBDIR += libwww SUBDIR += lightsquid SUBDIR += lighttpd - SUBDIR += lighttpd-mod_h264_streaming SUBDIR += limesurvey SUBDIR += linklint SUBDIR += links diff --git a/www/lighttpd-mod_h264_streaming/Makefile b/www/lighttpd-mod_h264_streaming/Makefile deleted file mode 100644 index 3e2170c9ae13..000000000000 --- a/www/lighttpd-mod_h264_streaming/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -PORTNAME= mod_h264_streaming -CATEGORIES= www multimedia -PKGNAMEPREFIX= lighttpd- -DISTNAME= lighttpd-${PORTVERSION} - -COMMENT= H264 streaming module for lighttpd -WWW= http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2 - -LICENSE= CC-BY-NC-SA-3.0 -LICENSE_FILE= ${FILESDIR}/COPYING.mod_h264_streaming -LICENSE_DISTFILES= ${PATCHFILES} - -DEPRECATED= Does not build with new lighttpd -EXPIRATION_DATE= 2024-01-31 - -BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:www/lighttpd -RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:www/lighttpd - -MASTERDIR= ${.CURDIR}/../lighttpd -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -MANUAL_PACKAGE_BUILD= free for non-commercial use only - -PATCH_SITES+= https://raw.githubusercontent.com/pkubaj/lighttpd-mod_h264_streaming/master/ -PATCHFILES+= lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch - -BUILD_WRKSRC= ${WRKSRC}/src -ALL_TARGET= ${PORTNAME}.la - -_BUILDING_LIGHTTPD_MODULE= yes - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/lighttpd - ${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \ - ${STAGEDIR}${PREFIX}/lib/lighttpd - @${MKDIR} ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d - ${INSTALL_DATA} ${FILESDIR}/h264_streaming.conf \ - ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/h264_streaming.conf.sample - -.include "${MASTERDIR}/Makefile" diff --git a/www/lighttpd-mod_h264_streaming/pkg-descr b/www/lighttpd-mod_h264_streaming/pkg-descr deleted file mode 100644 index 969a37fd35aa..000000000000 --- a/www/lighttpd-mod_h264_streaming/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is the H264 Streaming Module for the lighttpd webserver. -Its features are as follows: - - * Timeshifting seek - * Virtual video clips - * Network efficiency - * Encoding diff --git a/www/lighttpd-mod_h264_streaming/pkg-plist b/www/lighttpd-mod_h264_streaming/pkg-plist deleted file mode 100644 index 50d632ece957..000000000000 --- a/www/lighttpd-mod_h264_streaming/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@sample etc/lighttpd/conf.d/h264_streaming.conf.sample -lib/lighttpd/mod_h264_streaming.so |