Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2024 22:28:42 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d889afc8a3d - main - www/lighttpd-mod_h264_streaming: Remove expired port
Message-ID:  <202401312228.40VMSgws052272@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d889afc8a3d9fef336b5c1601b69837aa52521a

commit 7d889afc8a3d9fef336b5c1601b69837aa52521a
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-01-31 22:28:30 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-01-31 22:28:30 +0000

    www/lighttpd-mod_h264_streaming: Remove expired port
    
    2024-01-31 www/lighttpd-mod_h264_streaming: Does not build with new lighttpd
---
 MOVED                                     |  1 +
 www/Makefile                              |  1 -
 www/lighttpd-mod_h264_streaming/Makefile  | 41 -------------------------------
 www/lighttpd-mod_h264_streaming/pkg-descr |  7 ------
 www/lighttpd-mod_h264_streaming/pkg-plist |  2 --
 5 files changed, 1 insertion(+), 51 deletions(-)

diff --git a/MOVED b/MOVED
index a487e85b6a42..1d84d170d2f8 100644
--- a/MOVED
+++ b/MOVED
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401312228.40VMSgws052272>