| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/security/wazuh-indexer/ |
Upload File : |
PORTNAME= wazuh
PORTVERSION= 4.3.8
CATEGORIES= security
MASTER_SITES= LOCAL/acm/${PORTNAME}/
PKGNAMESUFFIX= -indexer
DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}.yml
DIST_SUBDIR= ${PORTNAME}-${DISTVERSION}
MAINTAINER= acm@FreeBSD.org
COMMENT= A highly scalable, full-text search and analytics engine
WWW= https://wazuh.com/
LICENSE= GPLv2
RUN_DEPENDS= ${LOCALBASE}/lib/opensearch/bin/opensearch:textproc/opensearch
NO_BUILD= yes
PLIST_FILES= etc/wazuh-indexer/wazuh-indexer.yml
SUB_FILES= pkg-message
ETCDIR= ${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX}
do-extract:
@${MKDIR} ${WRKSRC}
${CP} ${_DISTDIR}/wazuh-indexer.yml ${WRKSRC}
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/wazuh-indexer
${INSTALL_DATA} ${WRKSRC}/wazuh-indexer.yml ${STAGEDIR}${PREFIX}/etc/wazuh-indexer/
.include <bsd.port.mk>