pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Encode-Locale</Name>
  6. <Homepage>http://search.cpan.org/~gaas/Encode-Locale-1.03/</Homepage>
  7. <Packager>
  8. <Name>Osman Erkan</Name>
  9. <Email>osman.erkan@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <License>GPLv2+</License>
  13. <PartOf>programming.language.perl</PartOf>
  14. <IsA>app:console</IsA>
  15. <Summary>NAME::Encode::Locale - Determine the locale encoding</Summary>
  16. <Description>In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and encode them again on the way out.</Description>
  17. <Archive sha1sum="1e1632e869cb76e3fdbda0a83a192190ed178d60" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>perl-Encode-Locale</Name>
  24. <RuntimeDependencies>
  25. <Dependency>perl</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="data">/usr/share</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="3">
  34. <Date>2017-01-24</Date>
  35. <Version>1.05</Version>
  36. <Comment>Rebuild for new toolchain</Comment>
  37. <Name>Pisi Linux Community</Name>
  38. <Email>admin@pisilinux.org</Email>
  39. </Update>
  40. <Update release="2">
  41. <Date>2016-06-09</Date>
  42. <Version>1.05</Version>
  43. <Comment>Release Bump</Comment>
  44. <Name>Pisi Linux Community</Name>
  45. <Email>admin@pisilinux.org</Email>
  46. </Update>
  47. <Update release="1">
  48. <Date>2016-03-14</Date>
  49. <Version>1.05</Version>
  50. <Comment>First release</Comment>
  51. <Name>Kamil Atlı</Name>
  52. <Email>suvari@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>