summaryrefslogtreecommitdiff
path: root/libzmq
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2023-06-05 15:36:43 -0600
committerAaron Ball <nullspoon@oper.io>2023-06-05 15:36:43 -0600
commit04ffdb40abe99847dc4297ba86f736e415efb979 (patch)
treee742134bc1297644edbeba99143daa120515904c /libzmq
parentf7b98f95bfda50a6b3b8e2f9cf87b82b913ce95f (diff)
downloadports-nullsec-04ffdb40abe99847dc4297ba86f736e415efb979.tar.gz
ports-nullsec-04ffdb40abe99847dc4297ba86f736e415efb979.tar.xz
libzmq:Initial commit of version 4.3.4
Diffstat (limited to 'libzmq')
-rw-r--r--libzmq/.footprint31
-rw-r--r--libzmq/.md5sum1
-rw-r--r--libzmq/.signature5
-rw-r--r--libzmq/Pkgfile17
4 files changed, 54 insertions, 0 deletions
diff --git a/libzmq/.footprint b/libzmq/.footprint
new file mode 100644
index 0000000..2179778
--- /dev/null
+++ b/libzmq/.footprint
@@ -0,0 +1,31 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/inproc_lat
+-rwxr-xr-x root/root usr/bin/inproc_thr
+-rwxr-xr-x root/root usr/bin/local_lat
+-rwxr-xr-x root/root usr/bin/local_thr
+-rwxr-xr-x root/root usr/bin/proxy_thr
+-rwxr-xr-x root/root usr/bin/remote_lat
+-rwxr-xr-x root/root usr/bin/remote_thr
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/zmq.h
+-rw-r--r-- root/root usr/include/zmq_utils.h
+drwxr-xr-x root/root usr/lib64/
+drwxr-xr-x root/root usr/lib64/cmake/
+drwxr-xr-x root/root usr/lib64/cmake/ZeroMQ/
+-rw-r--r-- root/root usr/lib64/cmake/ZeroMQ/ZeroMQConfig.cmake
+-rw-r--r-- root/root usr/lib64/cmake/ZeroMQ/ZeroMQConfigVersion.cmake
+-rw-r--r-- root/root usr/lib64/cmake/ZeroMQ/ZeroMQTargets-release.cmake
+-rw-r--r-- root/root usr/lib64/cmake/ZeroMQ/ZeroMQTargets.cmake
+-rw-r--r-- root/root usr/lib64/libzmq.a
+lrwxrwxrwx root/root usr/lib64/libzmq.so -> libzmq.so.5
+lrwxrwxrwx root/root usr/lib64/libzmq.so.5 -> libzmq.so.5.2.4
+-rwxr-xr-x root/root usr/lib64/libzmq.so.5.2.4
+drwxr-xr-x root/root usr/lib64/pkgconfig/
+-rw-r--r-- root/root usr/lib64/pkgconfig/libzmq.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/zmq/
+-rw-r--r-- root/root usr/share/zmq/AUTHORS.txt
+-rw-r--r-- root/root usr/share/zmq/COPYING.LESSER.txt
+-rw-r--r-- root/root usr/share/zmq/COPYING.txt
+-rw-r--r-- root/root usr/share/zmq/NEWS.txt
diff --git a/libzmq/.md5sum b/libzmq/.md5sum
new file mode 100644
index 0000000..32cc393
--- /dev/null
+++ b/libzmq/.md5sum
@@ -0,0 +1 @@
+cc20b769ac10afa352e5ed2769bb23b3 v4.3.4.tar.gz
diff --git a/libzmq/.signature b/libzmq/.signature
new file mode 100644
index 0000000..01e1774
--- /dev/null
+++ b/libzmq/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/nullsec.pub
+RWSxUCZhUqGvtXJgaluVcGMQQmIMHx63k6t3IDnodFr0pi/3eVTVuSsPBd3ZubK/K1ayEkQTU4RsqH3uKgLB388W2Lu72uaPbAs=
+SHA256 (Pkgfile) = f2abe0a99eba413af6c6f417719ce2fdec5a235cdc0b4974205de16cbeb9601c
+SHA256 (.footprint) = cb2fb656ce9adf1ebed1d142ab86359d643d663d70f6fea19d0a0075d05f7e6e
+SHA256 (v4.3.4.tar.gz) = 0ff5a531c9ffaf0dfdc7dc78d13d1383088f454896d252934c429b2554d10559
diff --git a/libzmq/Pkgfile b/libzmq/Pkgfile
new file mode 100644
index 0000000..49b5a2c
--- /dev/null
+++ b/libzmq/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Open source universal messaging library
+# URL: https://zeromq.org/
+# Maintainer: Aaron Ball, nullspoon at oper dot io
+# Depends on:
+
+name=libzmq
+version=4.3.4
+release=1
+source=(https://github.com/zeromq/libzmq/archive/refs/tags/v${version}.tar.gz)
+
+build() {
+ cd ${name}-${version}
+ mkdir build && cd build
+ cmake -D CMAKE_INSTALL_PREFIX=/usr ..
+ make
+ make DESTDIR=${PKG} install
+}

Generated by cgit