New port: security/aws-c-cal
AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives.
This commit is contained in:
parent
e22207ba14
commit
a32fc3275d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560404
5 changed files with 45 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
SUBDIR += asignify
|
||||
SUBDIR += assh
|
||||
SUBDIR += autossh
|
||||
SUBDIR += aws-c-cal
|
||||
SUBDIR += aws-iam-authenticator
|
||||
SUBDIR += aws-vault
|
||||
SUBDIR += axTLS
|
||||
|
|
25
security/aws-c-cal/Makefile
Normal file
25
security/aws-c-cal/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aws-c-cal
|
||||
PORTVERSION= 0.4.5
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= Aws Crypto Abstraction Layer
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
LIB_DEPENDS= libaws-c-common.so:devel/aws-c-common
|
||||
|
||||
USES= cmake compiler:c11 ssl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= awslabs
|
||||
|
||||
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_LIBDIR=${LOCALBASE}/lib
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/aws-c-cal/distinfo
Normal file
3
security/aws-c-cal/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1609763360
|
||||
SHA256 (awslabs-aws-c-cal-v0.4.5_GH0.tar.gz) = 0d5525045c836e0deb3b10b4832d69d3a79fd36cb9c8cd0a4f376e28e1c6ec2f
|
||||
SIZE (awslabs-aws-c-cal-v0.4.5_GH0.tar.gz) = 51956
|
4
security/aws-c-cal/pkg-descr
Normal file
4
security/aws-c-cal/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for
|
||||
cryptography primitives.
|
||||
|
||||
WWW: https://github.com/awslabs/aws-c-cal
|
12
security/aws-c-cal/pkg-plist
Normal file
12
security/aws-c-cal/pkg-plist
Normal file
|
@ -0,0 +1,12 @@
|
|||
bin/sha256_profile
|
||||
include/aws/cal/cal.h
|
||||
include/aws/cal/ecc.h
|
||||
include/aws/cal/exports.h
|
||||
include/aws/cal/hash.h
|
||||
include/aws/cal/hmac.h
|
||||
lib/aws-c-cal/cmake/aws-c-cal-config.cmake
|
||||
lib/aws-c-cal/cmake/modules/FindLibCrypto.cmake
|
||||
lib/aws-c-cal/cmake/shared/aws-c-cal-targets-release.cmake
|
||||
lib/aws-c-cal/cmake/shared/aws-c-cal-targets.cmake
|
||||
lib/libaws-c-cal.so
|
||||
lib/libaws-c-cal.so.1.0.0
|
Loading…
Reference in a new issue