summary refs log tree commit diff
path: root/irc/scooper
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/scooper
parentUpdate catsit to 1.4 (diff)
downloadports-97eb0074b135b2636d84ff503988e3d76803ddcc.tar.gz
ports-97eb0074b135b2636d84ff503988e3d76803ddcc.zip
Move FreeBSD ports under FreeBSD directory
Diffstat (limited to 'irc/scooper')
-rw-r--r--irc/scooper/Makefile26
-rw-r--r--irc/scooper/distinfo3
-rw-r--r--irc/scooper/pkg-descr4
3 files changed, 0 insertions, 33 deletions
diff --git a/irc/scooper/Makefile b/irc/scooper/Makefile
deleted file mode 100644
index 1f9df37..0000000
--- a/irc/scooper/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	scooper
-DISTVERSION=	1.3
-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
-
-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 <bsd.port.mk>
diff --git a/irc/scooper/distinfo b/irc/scooper/distinfo
deleted file mode 100644
index ca32657..0000000
--- a/irc/scooper/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1631565882
-SHA256 (scooper-1.3.tar.gz) = 8fa5dd6047290fba319dcd69d14e70e5efbe70cb5024224772fd5888cb457bfb
-SIZE (scooper-1.3.tar.gz) = 2324402
diff --git a/irc/scooper/pkg-descr b/irc/scooper/pkg-descr
deleted file mode 100644
index 830091a..0000000
--- a/irc/scooper/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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/