git: 10d3ad263210 - main - security/libzrtpcppcore: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 29 Feb 2024 12:53:02 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=10d3ad263210a507e30d5885203630e7b3aa879e

commit 10d3ad263210a507e30d5885203630e7b3aa879e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-29 12:34:38 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-29 12:52:35 +0000

    security/libzrtpcppcore: Remove expired port
    
    security/libzrtpcppcore
---
 MOVED                                              |  1 +
 security/Makefile                                  |  1 -
 security/libzrtpcppcore/Makefile                   | 26 ----------------------
 security/libzrtpcppcore/distinfo                   |  3 ---
 .../files/patch-clients_no__client_CMakeLists.txt  | 11 ---------
 .../libzrtpcppcore/files/patch-common_Thread.h     | 11 ---------
 security/libzrtpcppcore/pkg-descr                  |  2 --
 security/libzrtpcppcore/pkg-plist                  | 10 ---------
 8 files changed, 1 insertion(+), 64 deletions(-)

diff --git a/MOVED b/MOVED
index 5347d1fa0cc6..68e343c5c2d2 100644
--- a/MOVED
+++ b/MOVED
@@ -3026,3 +3026,4 @@ security/f-prot||2024-02-29|Has expired: F-Prot Antivirus reached end-of-life on
 security/fakebo||2024-02-29|Has expired: Remote admin software that hasn't been relevant for last 15 years
 security/fcheck||2024-02-29|Has expired: Abandonware, upstream is gone and notes refers to Windows 98 as the newest OS
 security/fl0p||2024-02-29|Has expired: Abandonware, last release in 2006 and no longer relevant
+security/libzrtpcppcore||2024-02-29|Has expired: Obscure protocol that never got any traction, superseded by SRTP
diff --git a/security/Makefile b/security/Makefile
index c1f208619c13..7cd7a3e10a07 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -328,7 +328,6 @@
     SUBDIR += libwhisker
     SUBDIR += libxcrypt
     SUBDIR += libyubikey
-    SUBDIR += libzrtpcppcore
     SUBDIR += lime
     SUBDIR += linux-bitwarden-cli
     SUBDIR += linux-c7-ca-certificates
diff --git a/security/libzrtpcppcore/Makefile b/security/libzrtpcppcore/Makefile
deleted file mode 100644
index 57ded0218be4..000000000000
--- a/security/libzrtpcppcore/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	libzrtpcppcore
-PORTVERSION=	4.6.6
-PORTREVISION=	4
-DISTVERSIONPREFIX=	V
-CATEGORIES=	security
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	GNU ZRTP library
-WWW=		https://github.com/wernerd/ZRTPCPP
-
-LICENSE=	LGPL3+
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Obscure protocol that never got any traction, superseded by SRTP
-EXPIRATION_DATE=2024-02-29 
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	wernerd
-GH_PROJECT=	ZRTPCPP
-
-USES=		cmake:noninja compiler:c++11-lib
-USE_CXXSTD=	c++11
-CMAKE_ARGS=	-DCORE_LIB:BOOL=ON
-USE_LDCONFIG=	yes
-
-.include <bsd.port.mk>
diff --git a/security/libzrtpcppcore/distinfo b/security/libzrtpcppcore/distinfo
deleted file mode 100644
index 2b62d341200c..000000000000
--- a/security/libzrtpcppcore/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1502740025
-SHA256 (wernerd-ZRTPCPP-V4.6.6_GH0.tar.gz) = 7ed70e903082bfa6045e3b2be2f4396cb57d985d59f567ec06ca5b93d894ba42
-SIZE (wernerd-ZRTPCPP-V4.6.6_GH0.tar.gz) = 2233080
diff --git a/security/libzrtpcppcore/files/patch-clients_no__client_CMakeLists.txt b/security/libzrtpcppcore/files/patch-clients_no__client_CMakeLists.txt
deleted file mode 100644
index 673e8398817a..000000000000
--- a/security/libzrtpcppcore/files/patch-clients_no__client_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- clients/no_client/CMakeLists.txt.orig	2016-02-04 15:32:31 UTC
-+++ clients/no_client/CMakeLists.txt
-@@ -106,7 +106,7 @@ install(FILES
- 
- install(FILES ${CMAKE_SOURCE_DIR}/common/osSpecifics.h DESTINATION include/libzrtpcpp/common)
- 
--install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lib${zrtplibName}.pc DESTINATION ${LIBDIRNAME}/pkgconfig)
-+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lib${zrtplibName}.pc DESTINATION ${LIBDIRNAME}data/pkgconfig)
- 
- install(TARGETS ${zrtplibName} DESTINATION ${LIBDIRNAME})
- 
diff --git a/security/libzrtpcppcore/files/patch-common_Thread.h b/security/libzrtpcppcore/files/patch-common_Thread.h
deleted file mode 100644
index e0f7a4bc5ba7..000000000000
--- a/security/libzrtpcppcore/files/patch-common_Thread.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- common/Thread.h.orig	2016-02-04 15:32:31 UTC
-+++ common/Thread.h
-@@ -62,7 +62,7 @@ typedef void *LPVOID;
- 
- #if defined(AS400) || defined(OS400)
- typedef pthread_id_np_t ThreadId_t;
--#elif defined(VMS) || defined(__NetBSD__)
-+#elif defined(VMS) || defined(__NetBSD__) || defined(__FreeBSD__)
- typedef pthread_t ThreadId_t;
- #else
- #ifdef USE_BEGIN_THREAD
diff --git a/security/libzrtpcppcore/pkg-descr b/security/libzrtpcppcore/pkg-descr
deleted file mode 100644
index 784990a3626f..000000000000
--- a/security/libzrtpcppcore/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This package provides the core ZRTP (RFC 6189) support library from
-the GNU ZRTP C++ project.
diff --git a/security/libzrtpcppcore/pkg-plist b/security/libzrtpcppcore/pkg-plist
deleted file mode 100644
index 10a09c2baed6..000000000000
--- a/security/libzrtpcppcore/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-include/libzrtpcpp/ZrtpCWrapper.h
-include/libzrtpcpp/ZrtpCallback.h
-include/libzrtpcpp/ZrtpCodes.h
-include/libzrtpcpp/ZrtpConfigure.h
-include/libzrtpcpp/ZrtpUserCallback.h
-include/libzrtpcpp/common/osSpecifics.h
-lib/libzrtpcppcore.so
-lib/libzrtpcppcore.so.4
-lib/libzrtpcppcore.so.4.6.6
-libdata/pkgconfig/libzrtpcppcore.pc