From owner-svn-ports-head@freebsd.org Tue Jan 5 15:11:33 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DDE34E77AC; Tue, 5 Jan 2021 15:11:33 +0000 (UTC) (envelope-from danilo@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9GDP1KFqz4ZsL; Tue, 5 Jan 2021 15:11:33 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1FDED642F; Tue, 5 Jan 2021 15:11:33 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 105FBXWo021300; Tue, 5 Jan 2021 15:11:33 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 105FBW7k021295; Tue, 5 Jan 2021 15:11:32 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <202101051511.105FBW7k021295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 5 Jan 2021 15:11:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560405 - in head/devel: . aws-c-io X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/devel: . aws-c-io X-SVN-Commit-Revision: 560405 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2021 15:11:33 -0000 Author: danilo Date: Tue Jan 5 15:11:31 2021 New Revision: 560405 URL: https://svnweb.freebsd.org/changeset/ports/560405 Log: New port: devel/aws-c-io aws-c-io is an event driven framework for implementing application protocols. It is built on top of cross-platform abstractions that allow you as a developer to think only about the state machine and API for your protocols. Added: head/devel/aws-c-io/ head/devel/aws-c-io/Makefile (contents, props changed) head/devel/aws-c-io/distinfo (contents, props changed) head/devel/aws-c-io/pkg-descr (contents, props changed) head/devel/aws-c-io/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jan 5 15:08:29 2021 (r560404) +++ head/devel/Makefile Tue Jan 5 15:11:31 2021 (r560405) @@ -212,6 +212,7 @@ SUBDIR += awless SUBDIR += aws-c-common SUBDIR += aws-c-event-stream + SUBDIR += aws-c-io SUBDIR += aws-checksums SUBDIR += aws-sdk-cpp SUBDIR += aws-sdk-php Added: head/devel/aws-c-io/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/aws-c-io/Makefile Tue Jan 5 15:11:31 2021 (r560405) @@ -0,0 +1,26 @@ +# Created by: Danilo Egea Gondolfo +# $FreeBSD$ + +PORTNAME= aws-c-io +PORTVERSION= 0.7.1 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= danilo@FreeBSD.org +COMMENT= Event driven framework for implementing application protocols + +LICENSE= APACHE20 + +LIB_DEPENDS= libaws-c-common.so:devel/aws-c-common \ + libaws-c-cal.so:security/aws-c-cal \ + libs2n.so:security/s2n + +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 Added: head/devel/aws-c-io/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/aws-c-io/distinfo Tue Jan 5 15:11:31 2021 (r560405) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609766033 +SHA256 (awslabs-aws-c-io-v0.7.1_GH0.tar.gz) = e97a78b8e3e9b91c44dc9759ad6fc522368363d642e446f9e7919612ba83cf9e +SIZE (awslabs-aws-c-io-v0.7.1_GH0.tar.gz) = 562912 Added: head/devel/aws-c-io/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/aws-c-io/pkg-descr Tue Jan 5 15:11:31 2021 (r560405) @@ -0,0 +1,5 @@ +aws-c-io is an event driven framework for implementing application protocols. +It is built on top of cross-platform abstractions that allow you as a developer +to think only about the state machine and API for your protocols. + +WWW: https://github.com/awslabs/aws-c-io Added: head/devel/aws-c-io/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/aws-c-io/pkg-plist Tue Jan 5 15:11:31 2021 (r560405) @@ -0,0 +1,25 @@ +include/aws/io/channel.h +include/aws/io/channel_bootstrap.h +include/aws/io/event_loop.h +include/aws/io/exports.h +include/aws/io/file_utils.h +include/aws/io/host_resolver.h +include/aws/io/io.h +include/aws/io/logging.h +include/aws/io/message_pool.h +include/aws/io/pipe.h +include/aws/io/pki_utils.h +include/aws/io/retry_strategy.h +include/aws/io/shared_library.h +include/aws/io/socket.h +include/aws/io/socket_channel_handler.h +include/aws/io/statistics.h +include/aws/io/stream.h +include/aws/io/tls_channel_handler.h +include/aws/io/uri.h +include/aws/testing/io_testing_channel.h +lib/aws-c-io/cmake/aws-c-io-config.cmake +lib/aws-c-io/cmake/shared/aws-c-io-targets-release.cmake +lib/aws-c-io/cmake/shared/aws-c-io-targets.cmake +lib/libaws-c-io.so +lib/libaws-c-io.so.1.0.0