1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

New port: security/age

age is a simple, modern and secure encryption tool with small explicit keys, no
config options, and UNIX-style composability.

WWW: https://github.com/FiloSottile/age
This commit is contained in:
Dmitri Goutnik 2019-12-28 12:23:15 +00:00
parent ddeffc7ca1
commit 11dd5635ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521215
4 changed files with 40 additions and 0 deletions

View File

@ -20,6 +20,7 @@
SUBDIR += afl
SUBDIR += afl++
SUBDIR += afterglow
SUBDIR += age
SUBDIR += aide
SUBDIR += akmos
SUBDIR += amap

28
security/age/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $FreeBSD$
PORTNAME= age
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
DISTVERSIONSUFFIX= -beta2
CATEGORIES= security
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Simple, modern and secure file encryption tool
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= FiloSottile
GH_TUPLE= \
Filosottile:go:9090b284250b:filosottile_go/vendor/golang.org/x/crypto \
golang:sys:97732733099d:golang_sys/vendor/golang.org/x/sys
GO_TARGET= ./cmd/age \
./cmd/age-keygen
PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/}
.include <bsd.port.mk>

7
security/age/distinfo Normal file
View File

@ -0,0 +1,7 @@
TIMESTAMP = 1577534378
SHA256 (FiloSottile-age-v1.0.0-beta2_GH0.tar.gz) = ca0fcfe45415c03c637c2332231f1793bf4dbd6a03e663a71ef2b7554647d763
SIZE (FiloSottile-age-v1.0.0-beta2_GH0.tar.gz) = 19958
SHA256 (Filosottile-go-9090b284250b_GH0.tar.gz) = a2f640d4e1f822e95427550c700b85344b0076f15bff567ecf4c3ea14b089eee
SIZE (Filosottile-go-9090b284250b_GH0.tar.gz) = 1714485
SHA256 (golang-sys-97732733099d_GH0.tar.gz) = 8d60fa6ab0c2b099f2c7d6f8c0a5df177c5c524183a2a38e0e8d2d18cde53532
SIZE (golang-sys-97732733099d_GH0.tar.gz) = 1350239

4
security/age/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
age is a simple, modern and secure encryption tool with small explicit keys, no
config options, and UNIX-style composability.
WWW: https://github.com/FiloSottile/age