Bug 278582 - sysutils/zelta: New port: ZFS tools used for data migration and backup management
Summary: sysutils/zelta: New port: ZFS tools used for data migration and backup manag...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mateusz Piotrowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-25 18:54 UTC by q5sys
Modified: 2024-04-26 14:17 UTC (History)
1 user (show)

See Also:


Attachments
zelta portstree patch (3.31 KB, patch)
2024-04-25 18:54 UTC, q5sys
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description q5sys 2024-04-25 18:54:25 UTC
Created attachment 250225 [details]
zelta portstree patch

This is a new port for the utility zelta: https://github.com/bellhyve/zelta

This has been tested locally as well as in a poudriere jail
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-04-26 14:17:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d51b1385bf54548ec03cb57a2c33dd348dafb90

commit 5d51b1385bf54548ec03cb57a2c33dd348dafb90
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-04-26 09:05:27 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-04-26 14:15:37 +0000

    sysutils/zelta: Add new port

    Zelta is a suite of tools offering a streamlined approach to managing
    ZFS snapshot replication across systems. It's built with the intention
    of simplifying complex ZFS functions into safe and user-friendly
    commands while also being the foundation for large-scale backup and
    failover environments. It's easy and accessible while working with most
    UNIX and UNIX-like base systems without additional packages. It's
    optimized for environments with strict permission separation, and
    integrates well into many types of existing ZFS workflows.

    PR:             278582
    Sponsored by:   Bell Tower Integration
    Sponsored by:   Klara, Inc.
    Co-authored-by: JT Pennington <jt.pennington@klarasystems.com>

 sysutils/Makefile                         |  1 +
 sysutils/zelta/Makefile (new)             | 37 +++++++++++++++++++++++++++++++
 sysutils/zelta/distinfo (new)             |  3 +++
 sysutils/zelta/files/pkg-message.in (new) | 17 ++++++++++++++
 sysutils/zelta/pkg-descr (new)            |  8 +++++++
 sysutils/zelta/pkg-plist (new)            | 15 +++++++++++++
 6 files changed, 81 insertions(+)