First commit

This commit is contained in:
yo
2024-06-22 14:39:58 +02:00
parent 5aa31c9947
commit 287c5176a3
8 changed files with 207 additions and 0 deletions

25
Makefile Normal file
View File

@ -0,0 +1,25 @@
# Created by: johan <johan@nosd.in>
# security/reaction/Makefile 2024-06-22 09:00:42Z
PORTNAME= reaction
PORTVERSION= 1.4.1
DISTVERSIONPREFIX=v
CATEGORIES= security
MAINTAINER= johan@nosd.in
COMMENT= A daemon that scans program outputs for repeated patterns, and takes action.
WWW= https://blog.ppom.me/en-reaction/
LICENSE= AGPLv3
USES= go:1.21,modules
GO_MODULE= framagit.org/ppom/reaction
EXTRA_PATCHES+= ${FILESDIR}/socket.patch
USE_RC_SUBR= reaction
post-install:
${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${FILESDIR}/reaction.yml ${STAGEDIR}${ETCDIR}/reaction.yml.sample
.include <bsd.port.mk>