Index: head/security/Makefile =================================================================== --- head/security/Makefile +++ head/security/Makefile @@ -60,6 +60,7 @@ SUBDIR += bruteforceblocker SUBDIR += bsdsfv SUBDIR += bsmtrace + SUBDIR += bsmtrace3 SUBDIR += bugs SUBDIR += bzrtp SUBDIR += ca_root_nss Index: head/security/bsmtrace3/Makefile =================================================================== --- head/security/bsmtrace3/Makefile +++ head/security/bsmtrace3/Makefile @@ -0,0 +1,44 @@ +# $FreeBSD$ + +PORTNAME= bsmtrace +PORTVERSION= 3.0 +DISTVERSIONPREFIX= v +CATEGORIES= security +PKGNAMESUFFIX= 3 + +MAINTAINER= csjp@FreeBSD.org +COMMENT= BSM based intrusion detection system + +LICENSE= BSD2CLAUSE + +LIB_DEPENDS= libpcre.so:devel/pcre + +CONFLICTS_INSTALL= bsmtrace-[0-9]* + +USE_GITHUB= yes +GH_ACCOUNT= openbsm + +SUB_FILES= pkg-message + +MAKE_JOBS_UNSAFE= yes + +OPTIONS_DEFINE= EXAMPLES + +pre-build: + ${REINPLACE_CMD} -e \ + 's,/etc/bsmtrace.conf,${PREFIX}/etc/bsmtrace.conf,' \ + ${WRKSRC}/config.h + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin + + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ + ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.conf.5 \ + ${STAGEDIR}${MAN5PREFIX}/share/man/man5 + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${EXAMPLESDIR} + +.include Index: head/security/bsmtrace3/distinfo =================================================================== --- head/security/bsmtrace3/distinfo +++ head/security/bsmtrace3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1586997209 +SHA256 (openbsm-bsmtrace-v3.0_GH0.tar.gz) = 7b3575cbd2ecb4368221bd8e732f194825e75db44b61cb13c959e1dde3d3c831 +SIZE (openbsm-bsmtrace-v3.0_GH0.tar.gz) = 32679 Index: head/security/bsmtrace3/files/pkg-message.in =================================================================== --- head/security/bsmtrace3/files/pkg-message.in +++ head/security/bsmtrace3/files/pkg-message.in @@ -0,0 +1,10 @@ +[ +{ type: install + message: <