SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
30
net/litterbox/Makefile
Normal file
30
net/litterbox/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
COMMENT = TLS-only IRC logger
|
||||
|
||||
DISTNAME = litterbox-1.9
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = https://git.causal.agency/litterbox/about/
|
||||
|
||||
MAINTAINER = Omar Polo <op@openbsd.org>
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c sqlite3 tls
|
||||
|
||||
LIB_DEPENDS = databases/sqlite3
|
||||
|
||||
MASTER_SITES = https://git.causal.agency/litterbox/snapshot/
|
||||
|
||||
# C11
|
||||
COMPILER = base-clang ports-gcc
|
||||
COMPILER_LANGS = c
|
||||
|
||||
FAKE_FLAGS = PREFIX=${TRUEPREFIX}
|
||||
|
||||
CONFIGURE_STYLE = simple
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/litterbox/distinfo
Normal file
2
net/litterbox/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (litterbox-1.9.tar.gz) = /7Asp1x0POiFk+MCNrn/v4CMG8/BlEWcUrLfcODp5ak=
|
||||
SIZE (litterbox-1.9.tar.gz) = 36931
|
4
net/litterbox/pkg/DESCR
Normal file
4
net/litterbox/pkg/DESCR
Normal file
|
@ -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.
|
6
net/litterbox/pkg/PLIST
Normal file
6
net/litterbox/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@bin bin/litterbox
|
||||
@bin bin/scoop
|
||||
@bin bin/unscoop
|
||||
@man man/man1/litterbox.1
|
||||
@man man/man1/scoop.1
|
||||
@man man/man1/unscoop.1
|
Loading…
Add table
Add a link
Reference in a new issue