pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-NetPacket</Name>
  6. <Homepage>https://metacpan.org/release/NetPacket</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.perl</PartOf>
  12. <License>GPL</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <Summary>assemble/disassemble network packets at the protocol level</Summary>
  16. <Description>"NetPacket" provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each "NetPacket" descendent module knows how to encode and decode packets for the network protocol it implements. Consult the documentation for the module in question for protocol-specific implementation.</Description>
  17. <Archive sha1sum="4ccb767d5fa47dc4c7b5b2d622dc68699d6b02e3" type="targz">https://cpan.metacpan.org/authors/id/Y/YA/YANICK/NetPacket-1.7.2.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>perl-NetPacket</Name>
  24. <Summary>assemble/disassemble network packets at the protocol level</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. <Path fileType="data">/usr/share/perl5</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="2">
  37. <Date>2024-05-16</Date>
  38. <Version>1.7.2</Version>
  39. <Comment>Version bump</Comment>
  40. <Name>Blue Devil</Name>
  41. <Email>bluedevil@sctzine.com</Email>
  42. </Update>
  43. <Update release="1">
  44. <Date>2020-01-08</Date>
  45. <Version>1.7.2</Version>
  46. <Comment>Version bump</Comment>
  47. <Name>Blue Devil</Name>
  48. <Email>bluedevil@sctzine.com</Email>
  49. </Update>
  50. </History>
  51. </PISI>