pspec.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-Text-ParseWords</Name>
  6. <Homepage>https://metacpan.org/pod/Text::ParseWords</Homepage>
  7. <Packager>
  8. <Name>Osman Erkan</Name>
  9. <Email>osman.erkan@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <PartOf>programming.language.perl</PartOf>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Text::ParseWords - parse text into an array of tokens or array of arrays</Summary>
  16. <Description>The nested_quotewords() and quotewords() functions accept a delimiter (which can be a regular expression) and a list of lines and then breaks those lines up into a list of words ignoring delimiters that appear inside quotes.</Description>
  17. <Archive sha1sum="63882e5e7d0cd6201abbd4c3055e2f3e764b011d" type="targz">http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Text-ParseWords-3.30.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>perl-Text-ParseWords</Name>
  24. <Summary>Text::ParseWords - parse text into an array of tokens or array of arrays</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. <Path fileType="data">/usr/share/perl5</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="6">
  37. <Date>2024-05-17</Date>
  38. <Version>3.30</Version>
  39. <Comment>Rebuild for new toolchain.</Comment>
  40. <Name>Blue Devil</Name>
  41. <Email>bluedevil@sctzine.com</Email>
  42. </Update>
  43. <Update release="5">
  44. <Date>2020-01-13</Date>
  45. <Version>3.30</Version>
  46. <Comment>Rebuild for new toolchain.</Comment>
  47. <Name>Blue Devil</Name>
  48. <Email>bluedevil@sctzine.com</Email>
  49. </Update>
  50. <Update release="4">
  51. <Date>2018-07-26</Date>
  52. <Version>3.30</Version>
  53. <Comment>Rebuild for new toolchain</Comment>
  54. <Name>Pisi Linux Community</Name>
  55. <Email>admin@pisilinux.org</Email>
  56. </Update>
  57. <Update release="3">
  58. <Date>2017-01-24</Date>
  59. <Version>3.30</Version>
  60. <Comment>Rebuild for new toolchain</Comment>
  61. <Name>Pisi Linux Community</Name>
  62. <Email>admin@pisilinux.org</Email>
  63. </Update>
  64. <Update release="2">
  65. <Date>2016-06-09</Date>
  66. <Version>3.30</Version>
  67. <Comment>Release Bump</Comment>
  68. <Name>Pisi Linux Community</Name>
  69. <Email>admin@pisilinux.org</Email>
  70. </Update>
  71. <Update release="1">
  72. <Date>2015-07-26</Date>
  73. <Version>3.30</Version>
  74. <Comment>First release</Comment>
  75. <Name>Ertuğrul Erata</Name>
  76. <Email>ertugrulerata@gmail.com</Email>
  77. </Update>
  78. </History>
  79. </PISI>