12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>zeromq</Name>
- <Homepage>https://github.com/zeromq/libzmq/</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <License>LGPL</License>
- <PartOf>network.library</PartOf>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>ZeroMQ core engine in C++, implements ZMTP/3.1</Summary>
- <Description>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.</Description>
- <Archive sha1sum="150dfa24fa5322975c5f5746914bb22cf94ff4e6" type="targz">https://github.com/zeromq/libzmq/archive/v4.3.5.tar.gz</Archive>
- <Archive sha1sum="b57dcd3d8465070685f050f1fe7088ab5d71f649" type="targz" target="libzmq-4.3.5">https://github.com/zeromq/cppzmq/archive/v4.10.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libsodium-devel</Dependency>
- <Dependency>openpgm-devel</Dependency>
- </BuildDependencies>
- </Source>
-
- <Package>
- <Name>zeromq</Name>
- <Summary>ZeroMQ core engine in C++, implements ZMTP/3.1</Summary>
- <RuntimeDependencies>
- <Dependency>libsodium</Dependency>
- <Dependency>openpgm</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/curve_keygen</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc/zeromq</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>zeromq-devel</Name>
- <Summary>Development files for zeromq</Summary>
- <RuntimeDependencies>
- <Dependency release="current">zeromq</Dependency>
- <Dependency>libsodium-devel</Dependency>
- <Dependency>openpgm-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="header">/usr/include/zeromq</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="3">
- <Date>2023-10-12</Date>
- <Version>4.3.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2021-12-06</Date>
- <Version>4.3.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2019-12-30</Date>
- <Version>4.3.2</Version>
- <Comment>First pisi release</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|