diff options
author | June McEnroe <june@causal.agency> | 2021-10-02 02:04:38 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-02 02:04:38 +0000 |
commit | 69c0080d3614d0a05b38e49e21d7e0eaa431b629 (patch) | |
tree | 2c9ac817a014ceb68bc75a09354b6f1e13636055 /OpenBSD/net/litterbox/pkg | |
parent | OpenBSD: Add port for pounce (diff) | |
download | ports-69c0080d3614d0a05b38e49e21d7e0eaa431b629.tar.gz ports-69c0080d3614d0a05b38e49e21d7e0eaa431b629.zip |
OpenBSD: Add port for litterbox
Diffstat (limited to '')
-rw-r--r-- | OpenBSD/net/litterbox/pkg/DESCR | 4 | ||||
-rw-r--r-- | OpenBSD/net/litterbox/pkg/PLIST | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/OpenBSD/net/litterbox/pkg/DESCR b/OpenBSD/net/litterbox/pkg/DESCR new file mode 100644 index 0000000..c50791d --- /dev/null +++ b/OpenBSD/net/litterbox/pkg/DESCR @@ -0,0 +1,4 @@ +litterbox is a TLS-only IRC logger. It logs events from IRC in a +SQLite database, indexing messages for full-text search. It is +intended for use with the IRC bouncer pounce, but can also be used +independently as a logging bot. diff --git a/OpenBSD/net/litterbox/pkg/PLIST b/OpenBSD/net/litterbox/pkg/PLIST new file mode 100644 index 0000000..606da42 --- /dev/null +++ b/OpenBSD/net/litterbox/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $OpenBSD: PLIST,v$ +@bin bin/litterbox +@bin bin/scoop +@bin bin/unscoop +@man man/man1/litterbox.1 +@man man/man1/scoop.1 +@man man/man1/unscoop.1 |