From ad2447402d7a90d6bff6fb2f3e2fdbcf77c66a61 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 2 Oct 2021 01:51:29 +0000 Subject: OpenBSD: Add port for pounce --- OpenBSD/net/pounce/pkg/DESCR | 7 +++++++ OpenBSD/net/pounce/pkg/PLIST | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 OpenBSD/net/pounce/pkg/DESCR create mode 100644 OpenBSD/net/pounce/pkg/PLIST (limited to 'OpenBSD/net/pounce/pkg') diff --git a/OpenBSD/net/pounce/pkg/DESCR b/OpenBSD/net/pounce/pkg/DESCR new file mode 100644 index 0000000..6858864 --- /dev/null +++ b/OpenBSD/net/pounce/pkg/DESCR @@ -0,0 +1,7 @@ +pounce is a multi-client, TLS-only IRC bouncer. It maintains a +persistent connection to an IRC server, acting as a proxy and buffer +for a number of clients. When a client connects, any messages +received since it last disconnected will be relayed to it. Unlike +some other bouncers, pounce uses a single buffer for all IRC messages, +which acts as a queue from which each client reads messages +independently. diff --git a/OpenBSD/net/pounce/pkg/PLIST b/OpenBSD/net/pounce/pkg/PLIST new file mode 100644 index 0000000..9876d19 --- /dev/null +++ b/OpenBSD/net/pounce/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $OpenBSD: PLIST,v$ +@bin bin/calico +@bin bin/pounce +@man man/man1/calico.1 +@man man/man1/pounce.1 -- cgit 1.4.1