pspec.xml 2.3 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-Text-ParseWords</Name>
  6. <Homepage>http://search.cpan.org/~chorny/Text-ParseWords-3.29/ParseWords.pm</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. <RuntimeDependencies>
  25. <Dependency>perl</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="3">
  35. <Date>2017-01-24</Date>
  36. <Version>3.30</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>3.30</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>2015-07-26</Date>
  50. <Version>3.30</Version>
  51. <Comment>First release</Comment>
  52. <Name>Ertuğrul Erata</Name>
  53. <Email>ertugrulerata@gmail.com</Email>
  54. </Update>
  55. </History>
  56. </PISI>