summary refs log tree commit diff
path: root/irc/litterbox
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-30 19:12:10 +0000
committerJune McEnroe <june@causal.agency>2021-09-30 19:12:10 +0000
commit97eb0074b135b2636d84ff503988e3d76803ddcc (patch)
treeb7bf84cab6a5df4035634f60e4b92ed8dbcf8c32 /irc/litterbox
parentUpdate catsit to 1.4 (diff)
downloadports-97eb0074b135b2636d84ff503988e3d76803ddcc.tar.gz
ports-97eb0074b135b2636d84ff503988e3d76803ddcc.zip
Move FreeBSD ports under FreeBSD directory
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/