From nobody Mon Oct 25 14:09:35 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 53BC8180BDC1; Mon, 25 Oct 2021 14:09:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HdGzh1gWKz3tWq; Mon, 25 Oct 2021 14:09:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEA4B1CCE; Mon, 25 Oct 2021 14:09:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19PE9Zdf015692; Mon, 25 Oct 2021 14:09:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PE9ZQb015691; Mon, 25 Oct 2021 14:09:35 GMT (envelope-from git) Date: Mon, 25 Oct 2021 14:09:35 GMT Message-Id: <202110251409.19PE9ZQb015691@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Danilo Egea Gondolfo Subject: git: c4ba600cdabc - main - devel/aws-crt-cpp: Add new port List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danilo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c4ba600cdabc8ea3436cdd07253a11f70837112a Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by danilo: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4ba600cdabc8ea3436cdd07253a11f70837112a commit c4ba600cdabc8ea3436cdd07253a11f70837112a Author: Danilo Egea Gondolfo AuthorDate: 2021-10-23 12:42:59 +0000 Commit: Danilo Egea Gondolfo CommitDate: 2021-10-25 14:04:50 +0000 devel/aws-crt-cpp: Add new port C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++. --- devel/aws-crt-cpp/Makefile | 36 ++++++++++++++++++++++++++++++++++++ devel/aws-crt-cpp/distinfo | 3 +++ devel/aws-crt-cpp/pkg-descr | 4 ++++ devel/aws-crt-cpp/pkg-plist | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 78 insertions(+) diff --git a/devel/aws-crt-cpp/Makefile b/devel/aws-crt-cpp/Makefile new file mode 100644 index 000000000000..4b7c8cda739b --- /dev/null +++ b/devel/aws-crt-cpp/Makefile @@ -0,0 +1,36 @@ +# Created by: Danilo Egea Gondolfo + +PORTNAME= aws-crt-cpp +PORTVERSION= 0.17.2 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= danilo@FreeBSD.org +COMMENT= C++ wrapper around the aws-c libraries + +LICENSE= APACHE20 + +LIB_DEPENDS= libaws-c-mqtt.so:devel/aws-c-mqtt \ + libaws-c-event-stream.so:devel/aws-c-event-stream \ + libaws-c-s3.so:devel/aws-c-s3 \ + libaws-checksums.so:devel/aws-checksums \ + libaws-c-auth.so:security/aws-c-auth \ + libaws-c-http.so:devel/aws-c-http \ + libaws-c-io.so:devel/aws-c-io \ + libs2n.so:security/s2n \ + libaws-c-compression.so:devel/aws-c-compression \ + libaws-c-cal.so:security/aws-c-cal \ + libaws-c-sdkutils.so:devel/aws-c-sdkutils \ + libaws-c-common.so:devel/aws-c-common + +USES= cmake compiler:c11 ssl + +USE_GITHUB= yes +GH_ACCOUNT= awslabs + +CMAKE_ARGS+= -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON \ + -DBUILD_DEPS=OFF -DCMAKE_PREFIX_PATH=${LOCALBASE} + +USE_LDCONFIG= yes + +.include diff --git a/devel/aws-crt-cpp/distinfo b/devel/aws-crt-cpp/distinfo new file mode 100644 index 000000000000..aae51d8a8a5d --- /dev/null +++ b/devel/aws-crt-cpp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1634844290 +SHA256 (awslabs-aws-crt-cpp-v0.17.2_GH0.tar.gz) = 1fbdca51cc72349f4075119c5c272830578f48b7115b090b26500662027503d8 +SIZE (awslabs-aws-crt-cpp-v0.17.2_GH0.tar.gz) = 1066823 diff --git a/devel/aws-crt-cpp/pkg-descr b/devel/aws-crt-cpp/pkg-descr new file mode 100644 index 000000000000..944f03431dce --- /dev/null +++ b/devel/aws-crt-cpp/pkg-descr @@ -0,0 +1,4 @@ +C++ wrapper around the aws-c-* libraries. +Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++. + +WWW: https://github.com/awslabs/aws-crt-cpp diff --git a/devel/aws-crt-cpp/pkg-plist b/devel/aws-crt-cpp/pkg-plist new file mode 100644 index 000000000000..a79b068d92ea --- /dev/null +++ b/devel/aws-crt-cpp/pkg-plist @@ -0,0 +1,35 @@ +include/aws/crt/Api.h +include/aws/crt/Config.h +include/aws/crt/DateTime.h +include/aws/crt/Exports.h +include/aws/crt/ImdsClient.h +include/aws/crt/JsonObject.h +include/aws/crt/Optional.h +include/aws/crt/StlAllocator.h +include/aws/crt/StringUtils.h +include/aws/crt/StringView.h +include/aws/crt/Types.h +include/aws/crt/UUID.h +include/aws/crt/auth/Credentials.h +include/aws/crt/auth/Signing.h +include/aws/crt/auth/Sigv4Signing.h +include/aws/crt/crypto/HMAC.h +include/aws/crt/crypto/Hash.h +include/aws/crt/http/HttpConnection.h +include/aws/crt/http/HttpConnectionManager.h +include/aws/crt/http/HttpProxyStrategy.h +include/aws/crt/http/HttpRequestResponse.h +include/aws/crt/io/Bootstrap.h +include/aws/crt/io/ChannelHandler.h +include/aws/crt/io/EventLoopGroup.h +include/aws/crt/io/HostResolver.h +include/aws/crt/io/SocketOptions.h +include/aws/crt/io/Stream.h +include/aws/crt/io/TlsOptions.h +include/aws/crt/io/Uri.h +include/aws/crt/mqtt/MqttClient.h +include/aws/iot/MqttClient.h +lib/aws-crt-cpp/cmake/aws-crt-cpp-config.cmake +lib/aws-crt-cpp/cmake/shared/aws-crt-cpp-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/aws-crt-cpp/cmake/shared/aws-crt-cpp-targets.cmake +lib/libaws-crt-cpp.so