pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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-String-ShellQuote</Name>
  6. <Homepage>http://search.cpan.org/~rosch/String-ShellQuote</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Quote strings for passing through the shell</Summary>
  15. <Description>This module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object.</Description>
  16. <Archive sha1sum="e60f348200b16d85ccc50780d4d6546485b15bc5" type="targz">http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/String-ShellQuote-1.04.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>perl-String-ShellQuote</Name>
  23. <RuntimeDependencies>
  24. <Dependency>perl</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. <Path fileType="doc">/usr/share/doc/perl-String-ShellQuote</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="3">
  35. <Date>2017-01-24</Date>
  36. <Version>1.04</Version>
  37. <Comment>Rebuild for new toolchain</Comment>
  38. <Name>Pisi Linux Community</Name>
  39. <Email>admin@pisilinux.org</Email>
  40. </Update>
  41. <Update release="2">
  42. <Date>2016-06-09</Date>
  43. <Version>1.04</Version>
  44. <Comment>Release Bump</Comment>
  45. <Name>Pisi Linux Community</Name>
  46. <Email>admin@pisilinux.org</Email>
  47. </Update>
  48. <Update release="1">
  49. <Date>2016-03-14</Date>
  50. <Version>1.04</Version>
  51. <Comment>First release</Comment>
  52. <Name>Kamil Atlı</Name>
  53. <Email>suvari@pisilinux.org</Email>
  54. </Update>
  55. </History>
  56. </PISI>