diff --git a/databases/Makefile b/databases/Makefile --- a/databases/Makefile +++ b/databases/Makefile @@ -102,6 +102,7 @@ SUBDIR += hashtypes SUBDIR += hiredis SUBDIR += hsqldb + SUBDIR += immudb SUBDIR += influxdb SUBDIR += influxdb2-cli SUBDIR += innotop diff --git a/databases/immudb/Makefile b/databases/immudb/Makefile new file mode 100644 --- /dev/null +++ b/databases/immudb/Makefile @@ -0,0 +1,29 @@ +PORTNAME= immudb +DISTVERSIONPREFIX= v +DISTVERSION= 1.4.1 +CATEGORIES= databases net +PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} + +MAINTAINER= ronald@FreeBSD.org +COMMENT= Database with built-in cryptographic proof and verification +WWW= https://immudb.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= bash:shells/bash + +USES= gmake go:modules,no_targets +GO_MODULE= github.com/codenotary/immudb + +.include + +post-patch: + @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|g' ${WRKSRC}/Makefile + +do-install: +.for f in immuadmin immuclient immudb immutest + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}/${PREFIX}/bin/${f} +.endfor + +.include diff --git a/databases/immudb/distinfo b/databases/immudb/distinfo new file mode 100644 --- /dev/null +++ b/databases/immudb/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1685050165 +SHA256 (go/databases_immudb/immudb-v1.4.1/v1.4.1.mod) = cba588a430551addda983e4864a96d48d0b9205f9da1b92c3641af9c86b39b4e +SIZE (go/databases_immudb/immudb-v1.4.1/v1.4.1.mod) = 2388 +SHA256 (go/databases_immudb/immudb-v1.4.1/v1.4.1.zip) = d8aca5ed02f6080c845c9d60e679fa4432d300084cd3e6108a9be82b10167378 +SIZE (go/databases_immudb/immudb-v1.4.1/v1.4.1.zip) = 3019202 diff --git a/databases/immudb/pkg-descr b/databases/immudb/pkg-descr new file mode 100644 --- /dev/null +++ b/databases/immudb/pkg-descr @@ -0,0 +1,6 @@ +Open source immutable database + +* High performance and easy to integrate +* Supports both Key/Value & SQL +* Cryptographical client-verification, tamper-resistant, and auditable +* Versioned and temporal queries subject to cryptographic verification diff --git a/databases/immudb/pkg-plist b/databases/immudb/pkg-plist new file mode 100644 --- /dev/null +++ b/databases/immudb/pkg-plist @@ -0,0 +1,4 @@ +bin/immuadmin +bin/immuclient +bin/immudb +bin/immutest