git: 09bc03342f89 - main - net/sobby: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jun 2025 11:14:21 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=09bc03342f89a282b33a3fd30b889db68f739748
commit 09bc03342f89a282b33a3fd30b889db68f739748
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-30 11:14:13 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-30 11:14:13 +0000
net/sobby: Remove expired port
2025-06-30 net/sobby: Abandoned upstream, repo archived Nov 26, 2020
---
MOVED | 1 +
net/Makefile | 1 -
net/sobby/Makefile | 30 -----------------
net/sobby/distinfo | 2 --
net/sobby/files/patch-inc__config.hpp | 62 -----------------------------------
net/sobby/pkg-descr | 2 --
6 files changed, 1 insertion(+), 97 deletions(-)
diff --git a/MOVED b/MOVED
index 855ff1e09f57..0fa805180d6b 100644
--- a/MOVED
+++ b/MOVED
@@ -4594,3 +4594,4 @@ devel/dfuife-curses||2025-06-30|Has expired: Depends on deprecated port devel/li
devel/gpm||2025-06-30|Has expired: Unmaintained upstream and no longer works as intended
devel/libdfui||2025-06-30|Has expired: Depends on deprecated port devel/libaura
devel/firmware-utils||2025-06-30|Has expired: Outdated and unsupported upstream
+net/sobby||2025-06-30|Has expired: Abandoned upstream, repo archived Nov 26, 2020
diff --git a/net/Makefile b/net/Makefile
index 18fd30ee8c8e..2f5f11c313c2 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1527,7 +1527,6 @@
SUBDIR += sniffnet
SUBDIR += sniproxy
SUBDIR += sntop
- SUBDIR += sobby
SUBDIR += socat
SUBDIR += sock
SUBDIR += socketapi
diff --git a/net/sobby/Makefile b/net/sobby/Makefile
deleted file mode 100644
index 27e21a1a5142..000000000000
--- a/net/sobby/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= sobby
-PORTVERSION= 0.4.8
-PORTREVISION= 7
-CATEGORIES= net
-MASTER_SITES= http://releases.0x539.de/sobby/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Standalone obby server
-WWW= http://gobby.0x539.de
-
-LICENSE= GPLv2
-
-DEPRECATED= Abandoned upstream, repo archived Nov 26, 2020
-EXPIRATION_DATE=2025-06-30
-
-LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \
- libobby.so:devel/obby \
- libnet6.so:net/net6 \
- libxml++-2.6.so:textproc/libxml++26
-
-USES= compiler:c++11-lang gnome localbase pkgconfig
-USE_CXXSTD= c++11
-USE_GNOME= glibmm
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-CONFIGURE_ARGS= --disable-zeroconf
-
-PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
-
-.include <bsd.port.mk>
diff --git a/net/sobby/distinfo b/net/sobby/distinfo
deleted file mode 100644
index 9f5bc9ad6fcf..000000000000
--- a/net/sobby/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sobby-0.4.8.tar.gz) = a711762c0722e9e7e01934c115dbffc7a233c033d66dbc5d58025af438516f48
-SIZE (sobby-0.4.8.tar.gz) = 134766
diff --git a/net/sobby/files/patch-inc__config.hpp b/net/sobby/files/patch-inc__config.hpp
deleted file mode 100644
index ff2468cfd118..000000000000
--- a/net/sobby/files/patch-inc__config.hpp
+++ /dev/null
@@ -1,62 +0,0 @@
---- inc/config.hpp.orig
-+++ inc/config.hpp
-@@ -30,6 +30,30 @@
- #include <libxml++/nodes/element.h>
- #include <libxml++/nodes/textnode.h>
-
-+namespace serialise
-+{
-+
-+template<>
-+class default_context_to<Glib::ustring>: public context_base_to<Glib::ustring>
-+{
-+public:
-+ typedef Glib::ustring data_type;
-+
-+ virtual std::string to_string(const data_type& from) const;
-+};
-+
-+template<>
-+class default_context_from<Glib::ustring>:
-+ public context_base_from<Glib::ustring>
-+{
-+public:
-+ typedef Glib::ustring data_type;
-+
-+ virtual data_type from_string(const std::string& from) const;
-+};
-+
-+} // namespace serialise
-+
- namespace Sobby
- {
-
-@@ -434,28 +458,4 @@
-
- } // namespace Sobby
-
--namespace serialise
--{
--
--template<>
--class default_context_to<Glib::ustring>: public context_base_to<Glib::ustring>
--{
--public:
-- typedef Glib::ustring data_type;
--
-- virtual std::string to_string(const data_type& from) const;
--};
--
--template<>
--class default_context_from<Glib::ustring>:
-- public context_base_from<Glib::ustring>
--{
--public:
-- typedef Glib::ustring data_type;
--
-- virtual data_type from_string(const std::string& from) const;
--};
--
--} // namespace serialise
--
- #endif // _SOBBY_CONFIG_HPP_
diff --git a/net/sobby/pkg-descr b/net/sobby/pkg-descr
deleted file mode 100644
index 0b2725196b7e..000000000000
--- a/net/sobby/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Sobby is a stand-alone server for the collaborative editor gobby
-and other obby users.