Import libwebsockets; from maintainer Adam Wolk, ok sthen@

cat pkg/DESCR:
Libwebsockets is a lightweight pure C library built to use minimal CPU and
memory resources, and provide fast throughput in both directions.
This commit is contained in:
jca 2015-11-12 12:25:51 +00:00
parent f4fbbfb53d
commit 7328a130ee
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/11/12 12:25:51 jca Exp $
COMMENT = lightweight C library for fast bi-directional websockets
DISTNAME = libwebsockets-1.5-chrome47-firefox41
PKGNAME = libwebsockets-1.5
SHARED_LIBS = websockets 0.0 # 5
CATEGORIES = www
HOMEPAGE = https://libwebsockets.org
MAINTAINER = Adam Wolk <adam.wolk@tintagel.pl>
# LGPL2 + static link exception
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/snapshot/
WANTLIB += crypto m ssl z
SEPARATE_BUILD = Yes
MODULES = devel/cmake
CONFIGURE_ARGS += -DLWS_WITHOUT_TESTAPPS=ON
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (libwebsockets-1.5-chrome47-firefox41.tar.gz) = J/Pi29BLg3WSP2NTU2x0FVmiHdRxP4wwKyNEHW/oJAM=
SIZE (libwebsockets-1.5-chrome47-firefox41.tar.gz) = 2845499

View File

@ -0,0 +1,2 @@
Libwebsockets is a lightweight pure C library built to use minimal CPU and
memory resources, and provide fast throughput in both directions.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/11/12 12:25:51 jca Exp $
include/libwebsockets.h
include/lws_config.h
lib/libwebsockets.a
@lib lib/libwebsockets.so.${LIBwebsockets_VERSION}
lib/pkgconfig/libwebsockets.pc