On 2018/02/18 13:56, Aaron Bieber wrote:
> Hi!
> 
> Here is a nifty backup tool written in Go and BSD licensed. It supports
> a grip of backends:
> 
>  - Local directory
>  - sftp server (via SSH)
>  - HTTP REST server (protocol rest-server)
>  - AWS S3 (either from Amazon or using the Minio server)
>  - OpenStack Swift
>  - BackBlaze B2
>  - Microsoft Azure Blob Storage
>  - Google Cloud Storage
> 
> I also have a port for the "rest-server" backend - but I am waiting on a
> new release that will incude support for bcrypt'd password (so we can
> use htpasswd from base).
> 
> Clue sticks? OKs?
> 
> The version in openbsd-wip is the same as attached.
> 
> Cheers,
> Aaron
> 
> --
> PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE

: COMMENT =       a backup program that is fast, efficient and secure.

zap a and .

(or maybe "fast, efficient and secure backup program")

:         cp ${WRKSRC}/restic ${PREFIX}/bin/

${INSTALL_PROGRAM}

:         ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${PREFIX}/man/man1;

pointless trailing ;

trailing whitespace in DESCR, but also it's a bit wordy.

there's no WANTLIB in your port (bket's earlier port of this did have
one). so if something major changes in the kernel ABI such that we bump
libc or libpthread to force package updates, this isn't going to get
updated. (this is a wider problem with golang ports, of course).


Reply via email to