Date: Tue, 5 Jan 2021 15:08:30 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560404 - in head/security: . aws-c-cal Message-ID: <202101051508.105F8Uti017576@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Tue Jan 5 15:08:29 2021 New Revision: 560404 URL: https://svnweb.freebsd.org/changeset/ports/560404 Log: New port: security/aws-c-cal AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives. Added: head/security/aws-c-cal/ head/security/aws-c-cal/Makefile (contents, props changed) head/security/aws-c-cal/distinfo (contents, props changed) head/security/aws-c-cal/pkg-descr (contents, props changed) head/security/aws-c-cal/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Jan 5 15:08:10 2021 (r560403) +++ head/security/Makefile Tue Jan 5 15:08:29 2021 (r560404) @@ -34,6 +34,7 @@ SUBDIR += asignify SUBDIR += assh SUBDIR += autossh + SUBDIR += aws-c-cal SUBDIR += aws-iam-authenticator SUBDIR += aws-vault SUBDIR += axTLS Added: head/security/aws-c-cal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/aws-c-cal/Makefile Tue Jan 5 15:08:29 2021 (r560404) @@ -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> Added: head/security/aws-c-cal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/aws-c-cal/distinfo Tue Jan 5 15:08:29 2021 (r560404) @@ -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 Added: head/security/aws-c-cal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/aws-c-cal/pkg-descr Tue Jan 5 15:08:29 2021 (r560404) @@ -0,0 +1,4 @@ +AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for +cryptography primitives. + +WWW: https://github.com/awslabs/aws-c-cal Added: head/security/aws-c-cal/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/aws-c-cal/pkg-plist Tue Jan 5 15:08:29 2021 (r560404) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101051508.105F8Uti017576>