devel/aws-c-http: Add new port
C99 implementation of the HTTP/1.1 and HTTP/2 specifications
This commit is contained in:
parent
15c86847a0
commit
394ca3e29b
4 changed files with 50 additions and 0 deletions
29
devel/aws-c-http/Makefile
Normal file
29
devel/aws-c-http/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
|
||||||
|
|
||||||
|
PORTNAME= aws-c-http
|
||||||
|
PORTVERSION= 0.6.8
|
||||||
|
DISTVERSIONPREFIX= v
|
||||||
|
CATEGORIES= devel
|
||||||
|
|
||||||
|
MAINTAINER= danilo@FreeBSD.org
|
||||||
|
COMMENT= C99 implementation of the HTTP/1.1 and HTTP/2 specifications
|
||||||
|
|
||||||
|
LICENSE= APACHE20
|
||||||
|
|
||||||
|
LIB_DEPENDS= libaws-c-common.so:devel/aws-c-common \
|
||||||
|
libaws-c-cal.so:security/aws-c-cal \
|
||||||
|
libaws-c-io.so:devel/aws-c-io \
|
||||||
|
libaws-c-compression.so:devel/aws-c-compression \
|
||||||
|
libs2n.so:security/s2n
|
||||||
|
|
||||||
|
USES= cmake compiler:c11 ssl
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= awslabs
|
||||||
|
|
||||||
|
CMAKE_ARGS+= -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON \
|
||||||
|
-DCMAKE_PREFIX_PATH=${LOCALBASE}
|
||||||
|
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/aws-c-http/distinfo
Normal file
3
devel/aws-c-http/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1634977896
|
||||||
|
SHA256 (awslabs-aws-c-http-v0.6.8_GH0.tar.gz) = a3afad3501155f7c1e46274a004db3637a5fca451f15df8ad0d936ea0f7d6bce
|
||||||
|
SIZE (awslabs-aws-c-http-v0.6.8_GH0.tar.gz) = 389401
|
3
devel/aws-c-http/pkg-descr
Normal file
3
devel/aws-c-http/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
C99 implementation of the HTTP/1.1 and HTTP/2 specifications
|
||||||
|
|
||||||
|
WWW: https://github.com/awslabs/aws-c-http
|
15
devel/aws-c-http/pkg-plist
Normal file
15
devel/aws-c-http/pkg-plist
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
include/aws/http/connection.h
|
||||||
|
include/aws/http/connection_manager.h
|
||||||
|
include/aws/http/exports.h
|
||||||
|
include/aws/http/http.h
|
||||||
|
include/aws/http/proxy.h
|
||||||
|
include/aws/http/request_response.h
|
||||||
|
include/aws/http/server.h
|
||||||
|
include/aws/http/statistics.h
|
||||||
|
include/aws/http/status_code.h
|
||||||
|
include/aws/http/websocket.h
|
||||||
|
lib/aws-c-http/cmake/aws-c-http-config.cmake
|
||||||
|
lib/aws-c-http/cmake/shared/aws-c-http-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
|
lib/aws-c-http/cmake/shared/aws-c-http-targets.cmake
|
||||||
|
lib/libaws-c-http.so
|
||||||
|
lib/libaws-c-http.so.1.0.0
|
Loading…
Reference in a new issue