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:
parent
f4fbbfb53d
commit
7328a130ee
31
www/libwebsockets/Makefile
Normal file
31
www/libwebsockets/Makefile
Normal 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>
|
2
www/libwebsockets/distinfo
Normal file
2
www/libwebsockets/distinfo
Normal 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
|
2
www/libwebsockets/pkg/DESCR
Normal file
2
www/libwebsockets/pkg/DESCR
Normal 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.
|
6
www/libwebsockets/pkg/PLIST
Normal file
6
www/libwebsockets/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user