pspec.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Digest-Nilsimsa</Name>
  6. <Homepage>https://metacpan.org/pod/Digest::Nilsimsa</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL-2</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>Perl version of Nilsimsa code.</Summary>
  15. <Description>A nilsimsa signature is a statistic of n-gram occurance in a piece of text. It is a 256 bit value usually represented in hex. This module is a wrapper around nilsimsa implementation in C by cmeclax.</Description>
  16. <Archive sha1sum="6f9248c6a900c08bea64830930be12572000171b" type="targz">
  17. https://cpan.metacpan.org/authors/id/V/VI/VIPUL/Digest-Nilsimsa-0.06.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>perl</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>perl-Digest-Nilsimsa</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. </Files>
  32. </Package>
  33. <History>
  34. <Update release="2">
  35. <Date>2024-05-16</Date>
  36. <Version>0.06</Version>
  37. <Comment>First build</Comment>
  38. <Name>fury</Name>
  39. <Email>uglyside@yandex.ru</Email>
  40. </Update>
  41. <Update release="1">
  42. <Date>2021-09-18</Date>
  43. <Version>0.06</Version>
  44. <Comment>First build</Comment>
  45. <Name>fury</Name>
  46. <Email>uglyside@yandex.ru</Email>
  47. </Update>
  48. </History>
  49. </PISI>