summaryrefslogtreecommitdiff
path: root/devel/obby
diff options
context:
space:
mode:
Diffstat (limited to 'devel/obby')
-rw-r--r--devel/obby/Makefile42
-rw-r--r--devel/obby/distinfo2
-rw-r--r--devel/obby/files/patch-src__colour.cpp15
-rw-r--r--devel/obby/pkg-descr3
-rw-r--r--devel/obby/pkg-plist60
5 files changed, 0 insertions, 122 deletions
diff --git a/devel/obby/Makefile b/devel/obby/Makefile
deleted file mode 100644
index d1f8c9b1a2b5..000000000000
--- a/devel/obby/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-PORTNAME= obby
-PORTVERSION= 0.4.8
-PORTREVISION= 6
-CATEGORIES= devel
-MASTER_SITES= http://releases.0x539.de/obby/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library for synced document buffers
-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 \
- libnet6.so:net/net6
-
-BROKEN_armv6= fails to compile: no member named 'name' in 'serialise::type_name<long long>'
-BROKEN_armv7= fails to compile: no member named 'name' in 'serialise::type_name<long long>'
-
-USES= pathfix pkgconfig libtool compiler:c++11-lang
-USE_CXXSTD= c++11
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-INSTALL_TARGET= install-strip
-
-OPTIONS_DEFINE= NLS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-USES+= gettext
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/obby/distinfo b/devel/obby/distinfo
deleted file mode 100644
index 00687c610d59..000000000000
--- a/devel/obby/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (obby-0.4.8.tar.gz) = 7d1d7ba6e800cea1b1a3c47d1189f959ef49a647ebe77170351e2dfd27b89b67
-SIZE (obby-0.4.8.tar.gz) = 530525
diff --git a/devel/obby/files/patch-src__colour.cpp b/devel/obby/files/patch-src__colour.cpp
deleted file mode 100644
index fc7550f82099..000000000000
--- a/devel/obby/files/patch-src__colour.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/colour.cpp.orig 2011-10-30 15:52:53 UTC
-+++ src/colour.cpp
-@@ -47,9 +47,9 @@ unsigned int obby::colour::get_blue() co
- bool obby::colour::similar_colour(const colour& colour) const
- {
- // TODO: Convert to HSV for better checking
-- return abs(m_red - colour.m_red) +
-- abs(m_green - colour.m_green) +
-- abs(m_blue - colour.m_blue) < 32;
-+ return abs((int)(m_red - colour.m_red)) +
-+ abs((int)(m_green - colour.m_green)) +
-+ abs((int)(m_blue - colour.m_blue)) < 32;
- }
-
- std::string serialise::default_context_to<obby::colour>::
diff --git a/devel/obby/pkg-descr b/devel/obby/pkg-descr
deleted file mode 100644
index c7317ab61ee6..000000000000
--- a/devel/obby/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-libobby is a library which provides synced document buffers. It supports
-multiple documents in one session and is portable to both Windows and
-Unix-like platforms.
diff --git a/devel/obby/pkg-plist b/devel/obby/pkg-plist
deleted file mode 100644
index df0a7476c64c..000000000000
--- a/devel/obby/pkg-plist
+++ /dev/null
@@ -1,60 +0,0 @@
-include/obby/buffer.hpp
-include/obby/chat.hpp
-include/obby/client_buffer.hpp
-include/obby/client_document_info.hpp
-include/obby/colour.hpp
-include/obby/command.hpp
-include/obby/common.hpp
-include/obby/delete_operation.hpp
-include/obby/document.hpp
-include/obby/document_info.hpp
-include/obby/document_packet.hpp
-include/obby/duplex_signal.hpp
-include/obby/error.hpp
-include/obby/format_string.hpp
-include/obby/host_buffer.hpp
-include/obby/host_document_info.hpp
-include/obby/insert_operation.hpp
-include/obby/jupiter_algorithm.hpp
-include/obby/jupiter_client.hpp
-include/obby/jupiter_error.hpp
-include/obby/jupiter_server.hpp
-include/obby/jupiter_undo.hpp
-include/obby/local_buffer.hpp
-include/obby/local_document_info.hpp
-include/obby/no_operation.hpp
-include/obby/operation.hpp
-include/obby/position.hpp
-include/obby/ptr_iterator.hpp
-include/obby/record.hpp
-include/obby/ring.hpp
-include/obby/serialise/attribute.hpp
-include/obby/serialise/error.hpp
-include/obby/serialise/object.hpp
-include/obby/serialise/parser.hpp
-include/obby/serialise/token.hpp
-include/obby/server_buffer.hpp
-include/obby/server_document_info.hpp
-include/obby/split_operation.hpp
-include/obby/text.hpp
-include/obby/user.hpp
-include/obby/user_table.hpp
-include/obby/vector_time.hpp
-lib/libobby-0.4.so.1
-lib/libobby-0.4.so.1.0.0
-lib/libobby.a
-lib/libobby.so
-libdata/pkgconfig/obby-0.4.pc
-%%NLS%%share/locale/ast/LC_MESSAGES/obby.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/obby.mo
-%%NLS%%share/locale/da/LC_MESSAGES/obby.mo
-%%NLS%%share/locale/de/LC_MESSAGES/obby.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/obby.mo
-%%NLS%%share/locale/es/LC_MESSAGES/obby.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/obby.mo
-%%NLS%%share/locale/it/LC_MESSAGES/obby.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/obby.mo
-%%NLS%%share/locale/oc/LC_MESSAGES/obby.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/obby.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/obby.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/obby.mo