From 89e3ffdeded210fd49f19f93af2f73d58f523b5d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 23 Aug 2020 19:28:45 +0000 Subject: Add scooper port --- Makefile | 1 + irc/scooper/Makefile | 29 +++++++++++++++++++++++++++++ irc/scooper/distinfo | 3 +++ irc/scooper/pkg-descr | 4 ++++ 4 files changed, 37 insertions(+) create mode 100644 irc/scooper/Makefile create mode 100644 irc/scooper/distinfo create mode 100644 irc/scooper/pkg-descr diff --git a/Makefile b/Makefile index 0ba9ff5..b9b5c3b 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ PORTS += devel/cgit-patched PORTS += irc/catgirl PORTS += irc/litterbox PORTS += irc/pounce +PORTS += irc/scooper PORTS += security/libretls PORTS += sysutils/catsit diff --git a/irc/scooper/Makefile b/irc/scooper/Makefile new file mode 100644 index 0000000..f53c714 --- /dev/null +++ b/irc/scooper/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= scooper +DISTVERSION= 1.0 +CATEGORIES= irc +MASTER_SITES= https://git.causal.agency/scooper/snapshot/ + +MAINTAINER= june@causal.agency +COMMENT= Web interface for litterbox + +LICENSE= AGPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/lib/libkcgi.a:www/kcgi \ + ${LOCALBASE}/lib/libkcgihtml.a:www/kcgi \ + ${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3 + +USES= pkgconfig + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man + +PLIST_FILES= bin/scooper \ + man/man1/scooper.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/scooper + +.include diff --git a/irc/scooper/distinfo b/irc/scooper/distinfo new file mode 100644 index 0000000..d9b0167 --- /dev/null +++ b/irc/scooper/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1598210718 +SHA256 (scooper-1.0.tar.gz) = b995b5a0b4e33661993efb44e0702749c247e7d3ea727ba2ad886a8e5218efee +SIZE (scooper-1.0.tar.gz) = 26835 diff --git a/irc/scooper/pkg-descr b/irc/scooper/pkg-descr new file mode 100644 index 0000000..830091a --- /dev/null +++ b/irc/scooper/pkg-descr @@ -0,0 +1,4 @@ +scooper is a CGI and FastCGI web interface for the litterbox IRC logger. +It provides IRC log listings and full-text search. + +WWW: https://git.causal.agency/scooper/ -- cgit 1.4.1