Import czmq-3.0.2.
CZMQ is a high-level C binding for ZeroMQ. ok jasper@
This commit is contained in:
parent
26f5f459b3
commit
ea3cd36ef0
37
net/czmq/Makefile
Normal file
37
net/czmq/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2015/06/23 10:26:44 ajacoutot Exp $
|
||||
|
||||
COMMENT= high-level C binding for ZeroMQ
|
||||
|
||||
DISTNAME= czmq-3.0.2
|
||||
|
||||
SHARED_LIBS += czmq 0.0 # 3.0
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://czmq.zeromq.org/
|
||||
|
||||
# MPLv2.0
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += c pthread sodium zmq
|
||||
|
||||
MASTER_SITES= http://download.zeromq.org/
|
||||
|
||||
LIB_DEPENDS= net/zeromq
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
# conflicts with lang/mono
|
||||
CONFIGURE_ARGS += --without-makecert
|
||||
|
||||
### XXX error: stray '\357' in program
|
||||
UTFAIL= zactor zauth zarmour zbeacon zcertstore zchunk zconfig \
|
||||
zdir zdir_patch zfile zframe zhashx zlistx zmonitor \
|
||||
zmsg zpoller zproxy zsock zstr zsys zhash
|
||||
post-patch:
|
||||
.for f in ${UTFAIL}
|
||||
perl -pi -e 's/^.*$$/\/\*/g if 1 .. 1' ${WRKSRC}/src/${f}.c
|
||||
.endfor
|
||||
### XXX
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/czmq/distinfo
Normal file
2
net/czmq/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (czmq-3.0.2.tar.gz) = i8o5q2k3X6Tpgdr4ez/q6FOE1bQM72rb6dXrBjNXaZo=
|
||||
SIZE (czmq-3.0.2.tar.gz) = 818110
|
1
net/czmq/pkg/DESCR
Normal file
1
net/czmq/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
CZMQ is a high-level C binding for ZeroMQ.
|
48
net/czmq/pkg/PLIST
Normal file
48
net/czmq/pkg/PLIST
Normal file
@ -0,0 +1,48 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/06/23 10:26:44 ajacoutot Exp $
|
||||
include/czmq.h
|
||||
include/czmq_library.h
|
||||
include/czmq_prelude.h
|
||||
include/zactor.h
|
||||
include/zarmour.h
|
||||
include/zauth.h
|
||||
include/zauth_v2.h
|
||||
include/zbeacon.h
|
||||
include/zbeacon_v2.h
|
||||
include/zcert.h
|
||||
include/zcertstore.h
|
||||
include/zchunk.h
|
||||
include/zclock.h
|
||||
include/zconfig.h
|
||||
include/zctx.h
|
||||
include/zdigest.h
|
||||
include/zdir.h
|
||||
include/zdir_patch.h
|
||||
include/zfile.h
|
||||
include/zframe.h
|
||||
include/zgossip.h
|
||||
include/zhash.h
|
||||
include/zhashx.h
|
||||
include/ziflist.h
|
||||
include/zlist.h
|
||||
include/zlistx.h
|
||||
include/zloop.h
|
||||
include/zmonitor.h
|
||||
include/zmonitor_v2.h
|
||||
include/zmsg.h
|
||||
include/zmutex.h
|
||||
include/zpoller.h
|
||||
include/zproxy.h
|
||||
include/zproxy_v2.h
|
||||
include/zrex.h
|
||||
include/zsock.h
|
||||
include/zsock_option.h
|
||||
include/zsocket.h
|
||||
include/zsockopt.h
|
||||
include/zstr.h
|
||||
include/zsys.h
|
||||
include/zthread.h
|
||||
include/zuuid.h
|
||||
lib/libczmq.a
|
||||
lib/libczmq.la
|
||||
@lib lib/libczmq.so.${LIBczmq_VERSION}
|
||||
lib/pkgconfig/libczmq.pc
|
Loading…
Reference in New Issue
Block a user