From 97eb0074b135b2636d84ff503988e3d76803ddcc Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 30 Sep 2021 19:12:10 +0000 Subject: Move FreeBSD ports under FreeBSD directory --- FreeBSD/irc/litterbox/Makefile | 32 ++++++++++++++++++++++++++++++++ FreeBSD/irc/litterbox/distinfo | 3 +++ FreeBSD/irc/litterbox/pkg-descr | 4 ++++ 3 files changed, 39 insertions(+) create mode 100644 FreeBSD/irc/litterbox/Makefile create mode 100644 FreeBSD/irc/litterbox/distinfo create mode 100644 FreeBSD/irc/litterbox/pkg-descr (limited to 'FreeBSD/irc/litterbox') diff --git a/FreeBSD/irc/litterbox/Makefile b/FreeBSD/irc/litterbox/Makefile new file mode 100644 index 0000000..d3b45e1 --- /dev/null +++ b/FreeBSD/irc/litterbox/Makefile @@ -0,0 +1,32 @@ +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 diff --git a/FreeBSD/irc/litterbox/distinfo b/FreeBSD/irc/litterbox/distinfo new file mode 100644 index 0000000..f624af7 --- /dev/null +++ b/FreeBSD/irc/litterbox/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1622041216 +SHA256 (litterbox-1.8.tar.gz) = 54bebc3750f390813a3720eb0301ac4d852b30cb7b7605b178ed59aa51688552 +SIZE (litterbox-1.8.tar.gz) = 36827 diff --git a/FreeBSD/irc/litterbox/pkg-descr b/FreeBSD/irc/litterbox/pkg-descr new file mode 100644 index 0000000..aed1c16 --- /dev/null +++ b/FreeBSD/irc/litterbox/pkg-descr @@ -0,0 +1,4 @@ +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/ -- cgit 1.4.1