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

View File

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