summary refs log tree commit diff
path: root/irc/litterbox
diff options
context:
space:
mode:
Diffstat (limited to 'irc/litterbox')
-rw-r--r--irc/litterbox/Makefile32
-rw-r--r--irc/litterbox/distinfo3
-rw-r--r--irc/litterbox/pkg-descr4
3 files changed, 0 insertions, 39 deletions
diff --git a/irc/litterbox/Makefile b/irc/litterbox/Makefile
deleted file mode 100644
index d3b45e1..0000000
--- a/irc/litterbox/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME=	litterbox
-DISTVERSION=	1.8
-CATEGORIES=	irc
-MASTER_SITES=	https://git.causal.agency/litterbox/snapshot/
-
-MAINTAINER=	june@causal.agency
-COMMENT=	Full-text search IRC logger
-
-LICENSE=	GPLv3+
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-LIB_DEPENDS=	libsqlite3.so:databases/sqlite3 \
-		libtls.so:security/libretls
-
-USES=	pkgconfig
-
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
-
-PLIST_FILES=	bin/litterbox \
-		bin/scoop \
-		bin/unscoop \
-		man/man1/litterbox.1.gz \
-		man/man1/scoop.1.gz \
-		man/man1/unscoop.1.gz
-
-post-install:
-.for b in litterbox scoop unscoop
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/irc/litterbox/distinfo b/irc/litterbox/distinfo
deleted file mode 100644
index f624af7..0000000
--- a/irc/litterbox/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1622041216
-SHA256 (litterbox-1.8.tar.gz) = 54bebc3750f390813a3720eb0301ac4d852b30cb7b7605b178ed59aa51688552
-SIZE (litterbox-1.8.tar.gz) = 36827
diff --git a/irc/litterbox/pkg-descr b/irc/litterbox/pkg-descr
deleted file mode 100644
index aed1c16..0000000
--- a/irc/litterbox/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-litterbox is a TLS-only IRC logger with full-text search provided by
-SQLite3. It can be used as a logging bot or with the IRC bouncer pounce.
-
-WWW: https://git.causal.agency/litterbox/
321e1f082d3ab177e8baa&follow=1'>ui-shared: extract date formatting to a functionJohn Keeping 2015-08-13filter: don't use dlsym unnecessarilyJohn Keeping 2015-08-13ui-tree: use "sane" isgraph()John Keeping 2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping 2015-08-13cache.c: fix header orderJohn Keeping 2015-08-13configfile.c: don't include system headers directlyJohn Keeping 2015-08-13Remove redundant includesJohn Keeping 2015-08-13Makefile: include Git's config.mak.unameJohn Keeping 2015-08-13tests: allow shell to be overriddenJohn Keeping 2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt