diff options
Diffstat (limited to '')
-rw-r--r-- | OpenBSD/net/pounce/pkg/DESCR | 7 | ||||
-rw-r--r-- | OpenBSD/net/pounce/pkg/PLIST | 5 |
2 files changed, 12 insertions, 0 deletions
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 |