diff options
Diffstat (limited to 'net/sobby')
-rw-r--r-- | net/sobby/Makefile | 30 | ||||
-rw-r--r-- | net/sobby/distinfo | 2 | ||||
-rw-r--r-- | net/sobby/files/patch-inc__config.hpp | 62 | ||||
-rw-r--r-- | net/sobby/pkg-descr | 2 |
4 files changed, 0 insertions, 96 deletions
diff --git a/net/sobby/Makefile b/net/sobby/Makefile deleted file mode 100644 index 8eaec829a9f2..000000000000 --- a/net/sobby/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= sobby -PORTVERSION= 0.4.8 -PORTREVISION= 6 -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. |