SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

22
net/cppzmq/Makefile Normal file
View file

@ -0,0 +1,22 @@
COMMENT = C++ bindings for ZeroMQ
GH_ACCOUNT = zeromq
GH_PROJECT = cppzmq
GH_TAGNAME = v4.8.1
CATEGORIES = net
HOMEPAGE = http://zeromq.org/topics:cppzmq
# MIT
PERMIT_PACKAGE = Yes
MODULES = devel/cmake
BUILD_DEPENDS = net/zeromq
CONFIGURE_ARGS += -DCPPZMQ_BUILD_TESTS:Bool=No
NO_TEST = Yes
.include <bsd.port.mk>

2
net/cppzmq/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (cppzmq-4.8.1.tar.gz) = eiNjmkXzoASeEaGI4pqu3RCy9IRfAADPPiLWd0694K8=
SIZE (cppzmq-4.8.1.tar.gz) = 46316

1
net/cppzmq/pkg/DESCR Normal file
View file

@ -0,0 +1 @@
C++ bindings for ZeroMQ.

9
net/cppzmq/pkg/PLIST Normal file
View file

@ -0,0 +1,9 @@
include/zmq.hpp
include/zmq_addon.hpp
share/cmake/
share/cmake/cppzmq/
share/cmake/cppzmq/cppzmqConfig.cmake
share/cmake/cppzmq/cppzmqConfigVersion.cmake
share/cmake/cppzmq/cppzmqTargets.cmake
share/cmake/cppzmq/libzmq-pkg-config/
share/cmake/cppzmq/libzmq-pkg-config/FindZeroMQ.cmake