pspec.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-NetAddr-IP</Name>
  6. <Homepage>https://metacpan.org/pod/NetAddr::IP</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>PerlArtistic</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>Manages IPv4 and IPv6 addresses and subnets.</Summary>
  15. <Description>This module provides an object-oriented abstraction on top of IP addresses or IP subnets that allows for easy manipulations.</Description>
  16. <Archive sha1sum="41f0048dccf016077e65b93a681e40b4f6b28336" type="targz">
  17. https://cpan.metacpan.org/authors/id/M/MI/MIKER/NetAddr-IP-4.079.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>perl</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>perl-NetAddr-IP</Name>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib/perl5</Path>
  30. <Path fileType="man">/usr/share/man/man3</Path>
  31. <Path fileType="data">/usr/share/perl5</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="2">
  36. <Date>2024-05-16</Date>
  37. <Version>4.079</Version>
  38. <Comment>First build</Comment>
  39. <Name>fury</Name>
  40. <Email>uglyside@yandex.ru</Email>
  41. </Update>
  42. <Update release="1">
  43. <Date>2021-09-18</Date>
  44. <Version>4.079</Version>
  45. <Comment>First build</Comment>
  46. <Name>fury</Name>
  47. <Email>uglyside@yandex.ru</Email>
  48. </Update>
  49. </History>
  50. </PISI>