12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>openpgm</Name>
- <Homepage>https://www.freshports.org/net/openpgm/</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <License>LGPL2.1</License>
- <PartOf>network.library</PartOf>
- <IsA>library</IsA>
- <Summary>Implementation of the PGM reliable multicast protocol</Summary>
- <Description>OpenPGM is an open source implementation of the Pragmatic General Multicast (PGM) specification in RFC 3208 available at www.ietf.org. PGM is a reliable and scalable multicast protocol that enables receivers to detect loss, request retransmission of lost data, or notify an application of unrecoverable loss.</Description>
- <Archive sha1sum="2e7e9b91e988f37d356b53871ae8fce8c29619d6" type="targz">https://github.com/steve-o/openpgm/archive/release-5-2-122.tar.gz</Archive>
- <Patches>
- <!--<Patch level="3">openpgm-01-makefile-am.patch</Patch>-->
- <!--<Patch level="3">openpgm-02-c-func.patch</Patch>-->
- <!--<Patch level="3">openpgm-03-pkgconfig.patch</Patch>-->
- <!--<Patch level="3">openpgm-04-py-version-gen.patch</Patch>-->
- <!--<Patch level="3">openpgm-05-fix-setgid.patch</Patch>-->
- </Patches>
- </Source>
-
- <Package>
- <Name>openpgm</Name>
- <Summary>Implementation of the PGM reliable multicast protocol</Summary>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc/libpgm</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>openpgm-devel</Name>
- <Summary>Development files for openpgm</Summary>
- <RuntimeDependencies>
- <Dependency release="current">openpgm</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="2">
- <Date>2022-07-24</Date>
- <Version>5.2.122</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustsafa Cinasal</Name>
- <Email>muscnsl@gmai.com</Email>
- </Update>
- <Update release="1">
- <Date>2019-12-30</Date>
- <Version>5.2.122</Version>
- <Comment>First pisi release</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|