pspec.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Unicode-Map8</Name>
  6. <Homepage>https://metacpan.org/pod/Unicode::Map8</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <PartOf>programming.language.perl</PartOf>
  15. <Summary>Convert between most 8bit encodings.</Summary>
  16. <Description>A Perl module implement efficient mapping tables between 8-bit character sets and 16 bit character sets like Unicode.</Description>
  17. <Archive sha1sum="ad8dad5e9741ff02b94dec62cb9b5926078a226a" type="targz">
  18. https://cpan.metacpan.org/authors/id/G/GA/GAAS/Unicode-Map8-0.13.tar.gz
  19. </Archive>
  20. <BuildDependencies>
  21. <Dependency>perl</Dependency>
  22. <Dependency>perl-Unicode-String</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>perl-Unicode-Map8</Name>
  27. <RuntimeDependencies>
  28. <Dependency>perl</Dependency>
  29. <Dependency>perl-Unicode-String</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="data">/usr/share/perl5</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="2">
  40. <Date>2024-05-17</Date>
  41. <Version>0.13</Version>
  42. <Comment>First build.</Comment>
  43. <Name>fury</Name>
  44. <Email>uglyside@yandex.ru</Email>
  45. </Update>
  46. <Update release="1">
  47. <Date>2023-01-08</Date>
  48. <Version>0.13</Version>
  49. <Comment>First build.</Comment>
  50. <Name>fury</Name>
  51. <Email>uglyside@yandex.ru</Email>
  52. </Update>
  53. </History>
  54. </PISI>