git: c734e93d6082 - main - net/net6: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 30 Jun 2025 17:38:57 UTC
The branch main has been updated by rene:

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

commit c734e93d6082db145769aeb1930332cfd5b4ca41
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-30 17:38:48 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-30 17:38:48 +0000

    net/net6: Remove expired port
    
    2025-06-30 net/net6: Abandoned upstream, repo archived Nov 26, 2020
---
 MOVED                                 |  1 +
 net/Makefile                          |  1 -
 net/net6/Makefile                     | 36 -----------------------------
 net/net6/distinfo                     |  2 --
 net/net6/files/patch-inc__address.hpp | 14 ------------
 net/net6/files/patch-src-encrypt.cpp  | 14 ------------
 net/net6/pkg-descr                    |  3 ---
 net/net6/pkg-plist                    | 43 -----------------------------------
 8 files changed, 1 insertion(+), 113 deletions(-)

diff --git a/MOVED b/MOVED
index a31cbc4fe979..8f4266a184d4 100644
--- a/MOVED
+++ b/MOVED
@@ -4619,3 +4619,4 @@ devel/bogofilter-bdb||2025-06-30|Has expired: The Berkeley DB interface is obsol
 misc/e2fsprogs-libuuid||2025-06-30|Use misc/libuuid (from util-linux) instead
 filesystems/e2fsprogs-libblkid||2025-06-30|Use filesystems/libblkid (from util-linux) instead
 graphics/rigsofrods-pagedgeometry|graphics/pagedgeometry|2025-06-30|Switch to the upstream version
+net/net6||2025-06-30|Has expired: Abandoned upstream, repo archived Nov 26, 2020
diff --git a/net/Makefile b/net/Makefile
index 2f5f11c313c2..e27e0b83b1a9 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -523,7 +523,6 @@
     SUBDIR += ndproxy
     SUBDIR += neatvnc
     SUBDIR += nemesis
-    SUBDIR += net6
     SUBDIR += netatalk3
     SUBDIR += netatalk4
     SUBDIR += netcat
diff --git a/net/net6/Makefile b/net/net6/Makefile
deleted file mode 100644
index 0a68888566ef..000000000000
--- a/net/net6/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME=	net6
-PORTVERSION=	1.3.14
-PORTREVISION=	9
-CATEGORIES=	net devel
-MASTER_SITES=	http://releases.0x539.de/net6/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Network access framework for IPv4/IPv6
-WWW=		http://gobby.0x539.de
-
-LICENSE=	LGPL20+ # though COPYING is LGPL21
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Abandoned upstream, repo archived Nov 26, 2020
-EXPIRATION_DATE=2025-06-30
-
-LIB_DEPENDS=	libsigc-2.0.so:devel/libsigc++20 \
-		libgnutls.so:security/gnutls
-
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
-USES=		cpe libtool pathfix pkgconfig compiler:c++11-lang
-USE_CXXSTD=	c++11
-USE_LDCONFIG=	yes
-
-CPE_VENDOR=	armin_burgmeier
-
-OPTIONS_DEFINE=	NLS
-OPTIONS_SUB=	yes
-
-NLS_USES=	gettext
-NLS_CONFIGURE_ENABLE=	nls
-NLS_CPPFLAGS=	-I${LOCALBASE}/include
-NLS_LDFLAGS=	-L${LOCALBASE}/lib
-
-.include <bsd.port.mk>
diff --git a/net/net6/distinfo b/net/net6/distinfo
deleted file mode 100644
index 451c7ba8dae0..000000000000
--- a/net/net6/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (net6-1.3.14.tar.gz) = 155dd82cbe1f8354205c79ab2bb54af4957047422250482596a34b0e0cc61e21
-SIZE (net6-1.3.14.tar.gz) = 483549
diff --git a/net/net6/files/patch-inc__address.hpp b/net/net6/files/patch-inc__address.hpp
deleted file mode 100644
index e3131760a675..000000000000
--- a/net/net6/files/patch-inc__address.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- inc/address.hpp.orig	2011-09-10 17:59:50.000000000 +0300
-+++ inc/address.hpp	2014-01-06 17:32:36.000000000 +0200
-@@ -25,9 +25,10 @@
- #include <winsock2.h>
- #include <ws2tcpip.h>
- #else
-+#include <sys/types.h>
- #include <sys/socket.h>
--#include <netinet/in_systm.h>
- #include <netinet/in.h>
-+#include <netinet/in_systm.h>
- #include <netinet/ip.h>
- #endif
- 
diff --git a/net/net6/files/patch-src-encrypt.cpp b/net/net6/files/patch-src-encrypt.cpp
deleted file mode 100644
index 8576190a1249..000000000000
--- a/net/net6/files/patch-src-encrypt.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/encrypt.cpp.orig	2011-09-28 11:15:10 UTC
-+++ src/encrypt.cpp
-@@ -175,10 +175,7 @@ net6::tcp_encrypted_socket_base::
-                                   gnutls_session_t sess):
- 	tcp_client_socket(cobj), session(sess), state(DEFAULT)
- {
--	const int kx_prio[] = { GNUTLS_KX_ANON_DH, 0 };
--
--	gnutls_set_default_priority(session);
--	gnutls_kx_set_priority(session, kx_prio);
-+	gnutls_priority_set_direct(session, "NORMAL:-KX-ALL:+ANON-DH", NULL);
- 
- 	gnutls_transport_set_ptr(
- 		session,
diff --git a/net/net6/pkg-descr b/net/net6/pkg-descr
deleted file mode 100644
index 98a2bd4c780b..000000000000
--- a/net/net6/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-net6 is a library which eases the development of network-based applications
-as it provides a TCP protocol abstraction for C++. It is portable to both
-the Windows and Unix-like platforms.
diff --git a/net/net6/pkg-plist b/net/net6/pkg-plist
deleted file mode 100644
index 1d8c4a13ae46..000000000000
--- a/net/net6/pkg-plist
+++ /dev/null
@@ -1,43 +0,0 @@
-include/net6/address.hpp
-include/net6/client.hpp
-include/net6/common.hpp
-include/net6/connection.hpp
-include/net6/default_accumulator.hpp
-include/net6/encrypt.hpp
-include/net6/enum_ops.hpp
-include/net6/error.hpp
-include/net6/gettext_package.hpp
-include/net6/host.hpp
-include/net6/local.hpp
-include/net6/main.hpp
-include/net6/non_copyable.hpp
-include/net6/object.hpp
-include/net6/packet.hpp
-include/net6/queue.hpp
-include/net6/select.hpp
-include/net6/serialise.hpp
-include/net6/server.hpp
-include/net6/socket.hpp
-include/net6/user.hpp
-lib/libnet6-1.3.so.0
-lib/libnet6-1.3.so.0.0.0
-lib/libnet6.a
-lib/libnet6.so
-libdata/pkgconfig/net6-1.3.pc
-%%NLS%%share/locale/ast/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/de/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/es/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/he/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/it/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/net6.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/net6.mo