pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openpgm</Name>
  6. <Homepage>https://www.freshports.org/net/openpgm/</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <License>LGPL2.1</License>
  12. <PartOf>network.library</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>Implementation of the PGM reliable multicast protocol</Summary>
  15. <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>
  16. <Archive sha1sum="2e7e9b91e988f37d356b53871ae8fce8c29619d6" type="targz">https://github.com/steve-o/openpgm/archive/release-5-2-122.tar.gz</Archive>
  17. <Patches>
  18. <!--<Patch level="3">openpgm-01-makefile-am.patch</Patch>-->
  19. <!--<Patch level="3">openpgm-02-c-func.patch</Patch>-->
  20. <!--<Patch level="3">openpgm-03-pkgconfig.patch</Patch>-->
  21. <!--<Patch level="3">openpgm-04-py-version-gen.patch</Patch>-->
  22. <!--<Patch level="3">openpgm-05-fix-setgid.patch</Patch>-->
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>openpgm</Name>
  27. <Summary>Implementation of the PGM reliable multicast protocol</Summary>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc/libpgm</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>openpgm-devel</Name>
  35. <Summary>Development files for openpgm</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">openpgm</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include/</Path>
  41. <Path fileType="library">/usr/lib/pkgconfig</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="2">
  46. <Date>2022-07-24</Date>
  47. <Version>5.2.122</Version>
  48. <Comment>Rebuild.</Comment>
  49. <Name>Mustsafa Cinasal</Name>
  50. <Email>muscnsl@gmai.com</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2019-12-30</Date>
  54. <Version>5.2.122</Version>
  55. <Comment>First pisi release</Comment>
  56. <Name>Blue Devil</Name>
  57. <Email>bluedevil@sctzine.com</Email>
  58. </Update>
  59. </History>
  60. </PISI>