pet portclippy

This commit is contained in:
2025-02-07 14:29:04 +01:00
parent acbaa67d26
commit 446f718b13
2 changed files with 9 additions and 14 deletions

View File

@ -1,41 +1,37 @@
PORTNAME= data-prepper
DISTVERSION?= 2.10.2
DISTVERSION= 2.10.2
DISTVERSIONSUFFIX= -linux-x64
CATEGORIES= sysutils java
MASTER_SITES= https://artifacts.opensearch.org/${PORTNAME}/${DISTVERSION}/
DISTNAME= opensearch-${PKGNAME}${DISTVERSIONSUFFIX}
MAINTAINER= opensearch@FreeBSD.org
COMMENT?= Data Prepper
COMMENT= Data Prepper
WWW= https://opensearch.org
LICENSE= APACHE20
RUN_DEPENDS= bash>0:shells/bash
USES= cpe shebangfix
USE_JAVA= yes
JAVA_VERSION= 17
USES= cpe shebangfix java
JAVA_VERSION= 17+
USE_RC_SUBR= ${PORTNAME}
SHEBANG_FILES= bin/data-prepper
DATADIR= ${PREFIX}/lib/${PORTNAME}
NO_BUILD= yes
BINS= data-prepper
BINS= data-prepper
CONFIG_FILES= data-prepper-config.yaml log4j2-rolling.properties
DATADIR= ${PREFIX}/lib/${PORTNAME}
SEARCHUSER?= opensearch
SEARCHGROUP?= ${SEARCHUSER}
USERS= ${SEARCHUSER}
GROUPS= ${SEARCHGROUP}
do-install:
echo ${ETCDIR}
${ECHO_CMD} ${ETCDIR}
${MKDIR} ${STAGEDIR}${ETCDIR}
.for f in ${CONFIG_FILES}
${INSTALL} ${WRKSRC}/config/${f} ${STAGEDIR}${ETCDIR}/${f}.sample
@ -51,4 +47,3 @@ do-install:
${INSTALL} -lrs ${STAGEDIR}${ETCDIR} ${STAGEDIR}${DATADIR}/config
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Data Prepper is a server-side data collector
capable of filtering, enriching, transforming, normalizing,
Data Prepper is a server-side data collector
capable of filtering, enriching, transforming, normalizing,
and aggregating data for downstream analysis and visualization.