archivers/plakar: Add new port

plakar is a free and opensource utility to create distributed, versioned
backups with compression, encryption and data deduplication.

With a very clear goal to simplify backups, it is designed to be
straightforward to use.
It requires a few seconds to install and only a few minutes to get
backups set up and running: creating a backup is as simple as typing
plakar backup and restoring as simple as typing plakar restore.
This commit is contained in:
Loïc Bartoletti 2025-03-04 14:26:09 +01:00
parent afa74c936e
commit 4632c2067d
4 changed files with 34 additions and 0 deletions

View file

@ -179,6 +179,7 @@
SUBDIR += php84-zlib
SUBDIR += pigz
SUBDIR += pixz
SUBDIR += plakar
SUBDIR += plzip
SUBDIR += ppmd
SUBDIR += ppunpack

20
archivers/plakar/Makefile Normal file
View file

@ -0,0 +1,20 @@
PORTNAME= plakar
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
DISTVERSIONSUFFIX= -beta.2
CATEGORIES= archivers
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Utility to create distributed, versioned backups
WWW= https://docs.plakar.io/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules,1.23
GO_MODULE= github.com/PlakarKorp/plakar
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/plakar
.include <bsd.port.mk>

View file

@ -0,0 +1,5 @@
TIMESTAMP = 1741087154
SHA256 (go/archivers_plakar/plakar-v1.0.0-beta.2/v1.0.0-beta.2.mod) = 28caa8341ec5b81c4b1aabba95ece3242426a1a735099f8d4cf1ddb38cd11b49
SIZE (go/archivers_plakar/plakar-v1.0.0-beta.2/v1.0.0-beta.2.mod) = 5729
SHA256 (go/archivers_plakar/plakar-v1.0.0-beta.2/v1.0.0-beta.2.zip) = 5b12422a994dc27f81eee730510a498953ad8e759cbc83598b59a4dde2f05517
SIZE (go/archivers_plakar/plakar-v1.0.0-beta.2/v1.0.0-beta.2.zip) = 1123588

View file

@ -0,0 +1,8 @@
plakar is a free and opensource utility to create distributed, versioned backups
with compression, encryption and data deduplication.
With a very clear goal to simplify backups, it is designed to be straightforward
to use.
It requires a few seconds to install and only a few minutes to get backups
set up and running: creating a backup is as simple as typing plakar backup
and restoring as simple as typing plakar restore.