summaryrefslogtreecommitdiff
path: root/net/net6
diff options
context:
space:
mode:
Diffstat (limited to 'net/net6')
-rw-r--r--net/net6/Makefile36
-rw-r--r--net/net6/distinfo2
-rw-r--r--net/net6/files/patch-inc__address.hpp14
-rw-r--r--net/net6/files/patch-src-encrypt.cpp14
-rw-r--r--net/net6/pkg-descr3
-rw-r--r--net/net6/pkg-plist43
6 files changed, 0 insertions, 112 deletions
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