From f8a24816618c045bd8bc67e06fdc346e8887a51e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 18 Jan 2020 22:25:42 +0300 Subject: [PATCH] zeromq:moved from main --- network/library/zeromq/actions.py | 20 ++++++++ network/library/zeromq/pspec.xml | 63 +++++++++++++++++++++++++ network/library/zeromq/translations.xml | 14 ++++++ 3 files changed, 97 insertions(+) create mode 100644 network/library/zeromq/actions.py create mode 100644 network/library/zeromq/pspec.xml create mode 100644 network/library/zeromq/translations.xml diff --git a/network/library/zeromq/actions.py b/network/library/zeromq/actions.py new file mode 100644 index 0000000000..2a138f54e7 --- /dev/null +++ b/network/library/zeromq/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.autoreconf("-vfi") + autotools.configure("--with-pgm --with-libsodium --disable-static") + # fix unused dependency analysis + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) \ No newline at end of file diff --git a/network/library/zeromq/pspec.xml b/network/library/zeromq/pspec.xml new file mode 100644 index 0000000000..ab8fa044af --- /dev/null +++ b/network/library/zeromq/pspec.xml @@ -0,0 +1,63 @@ + + + + + zeromq + https://github.com/zeromq/libzmq/ + + Blue Devil + bluedevil@sctzine.com + + LGPL + network.library + app:console + library + ZeroMQ core engine in C++, implements ZMTP/3.1 + The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. + https://github.com/zeromq/libzmq/archive/v4.3.2.tar.gz + https://github.com/zeromq/cppzmq/archive/v4.5.0.tar.gz + + libsodium-devel + openpgm-devel + + + + + zeromq + ZeroMQ core engine in C++, implements ZMTP/3.1 + + libsodium + openpgm + + + /usr/bin/curve_keygen + /usr/lib + /usr/share/doc/zeromq + + + + + zeromq-devel + Development files for zeromq + + zeromq + libsodium-devel + openpgm-devel + + + /usr/include + /usr/include/zeromq + /usr/lib/pkgconfig + + + + + + 2019-12-30 + 4.3.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/network/library/zeromq/translations.xml b/network/library/zeromq/translations.xml new file mode 100644 index 0000000000..82fed4269c --- /dev/null +++ b/network/library/zeromq/translations.xml @@ -0,0 +1,14 @@ + + + + zeromq + ZeroMQ, ZMTP/3.1 uygulayan ve çekirdegi C++ olan bir kitaplıktır. + ZeroMQ soketleri asenkron mesaj kuyruklarının soyutlanması, çoklu mesaj oruntuleri, mesaj suzme coklu ulaşım protokollerine kesintisiz erişim saglayabilen bir kitaplıktır. + + + + zeromq-devel + zeromq için geliştirme dosyaları + zeromq-devel, zeromq için geliştirme dosyaları sunar. + + \ No newline at end of file