mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
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:
parent
afa74c936e
commit
4632c2067d
4 changed files with 34 additions and 0 deletions
|
@ -179,6 +179,7 @@
|
||||||
SUBDIR += php84-zlib
|
SUBDIR += php84-zlib
|
||||||
SUBDIR += pigz
|
SUBDIR += pigz
|
||||||
SUBDIR += pixz
|
SUBDIR += pixz
|
||||||
|
SUBDIR += plakar
|
||||||
SUBDIR += plzip
|
SUBDIR += plzip
|
||||||
SUBDIR += ppmd
|
SUBDIR += ppmd
|
||||||
SUBDIR += ppunpack
|
SUBDIR += ppunpack
|
||||||
|
|
20
archivers/plakar/Makefile
Normal file
20
archivers/plakar/Makefile
Normal 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>
|
5
archivers/plakar/distinfo
Normal file
5
archivers/plakar/distinfo
Normal 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
|
8
archivers/plakar/pkg-descr
Normal file
8
archivers/plakar/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue