Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2024 16:26:18 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: e36e4d4094fd - main - www/npapi-xine: Remove expired port
Message-ID:  <202411301626.4AUGQIdZ095352@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=e36e4d4094fd9f629b141081ef2798eed92d8942

commit e36e4d4094fd9f629b141081ef2798eed92d8942
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-11-30 16:26:13 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-11-30 16:26:13 +0000

    www/npapi-xine: Remove expired port
    
    2024-11-30 www/npapi-xine: NPAPI support was removed in browsers years ago
---
 MOVED                    |  1 +
 www/Makefile             |  1 -
 www/npapi-xine/Makefile  | 29 -----------------------------
 www/npapi-xine/distinfo  |  2 --
 www/npapi-xine/pkg-descr |  1 -
 5 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index 3d0a18251b58..4653f04f6330 100644
--- a/MOVED
+++ b/MOVED
@@ -3736,3 +3736,4 @@ audio/libcddb||2024-11-30|Has expired: Multiple services have been shutdown and
 audio/libcddb-doc||2024-11-30|Removed, documentation for expired audio/libcddb
 multimedia/vtkmpeg2encode||2024-11-30|Has expired: Obsolete, addon to VTK5 which was removed in 2018
 databases/vsqlite||2024-11-30|Has expired: Abandonware, last release in 2014 and last commit 4 years ago
+www/npapi-xine||2024-11-30|Has expired: NPAPI support was removed in browsers years ago
diff --git a/www/Makefile b/www/Makefile
index 2629437e549e..28832cd260ba 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -481,7 +481,6 @@
     SUBDIR += nostromo
     SUBDIR += novnc
     SUBDIR += novnc-websockify
-    SUBDIR += npapi-xine
     SUBDIR += npc
     SUBDIR += npm
     SUBDIR += npm-node18
diff --git a/www/npapi-xine/Makefile b/www/npapi-xine/Makefile
deleted file mode 100644
index bfd306498411..000000000000
--- a/www/npapi-xine/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	xine
-PORTVERSION=	1.0.2
-PORTREVISION=	14
-DISTVERSIONPREFIX=	plugin-
-CATEGORIES=	www multimedia
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-plugin/${PORTVERSION}
-PKGNAMEPREFIX=	npapi-
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Embed Xine player into browser
-WWW=		http://www.xinehq.de/
-
-BROKEN_aarch64=		fails to build: ../include/prcpucfg.h:604:2: Unknown CPU architecture
-DEPRECATED=	NPAPI support was removed in browsers years ago
-EXPIRATION_DATE=2024-11-30
-
-LIB_DEPENDS=	libxine.so:multimedia/libxine
-
-USES=		pkgconfig webplugin:native tar:bzip2
-GNU_CONFIGURE=	yes
-WEBPLUGIN_NAME=	#
-WEBPLUGIN_FILES=	xineplugin.so
-PLIST_FILES=	${WEBPLUGIN_DIR}${WEBPLUGIN_FILES}
-
-do-install:
-	${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR}
-	${INSTALL_LIB} ${WRKSRC}/src/.libs/${WEBPLUGIN_FILES} ${STAGEDIR}${WEBPLUGIN_DIR}
-
-.include <bsd.port.mk>
diff --git a/www/npapi-xine/distinfo b/www/npapi-xine/distinfo
deleted file mode 100644
index 830745c50211..000000000000
--- a/www/npapi-xine/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xine-plugin-1.0.2.tar.bz2) = 331d919ebcc9e12b6c22236877887362e34e18291a67a084365372d77c95cbde
-SIZE (xine-plugin-1.0.2.tar.bz2) = 583971
diff --git a/www/npapi-xine/pkg-descr b/www/npapi-xine/pkg-descr
deleted file mode 100644
index 0c229df0dc7d..000000000000
--- a/www/npapi-xine/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-xine-lib-based plugin for applications that support NPAPI



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