pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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-WWW-Robotrules</Name>
  6. <Homepage>http://search.cpan.org/~gaas/WWW-RobotRules-6.02/</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>database of robots.txt-derived permissions</Summary>
  16. <Description>This module parses /robots.txt files as specified in "A Standard for Robot Exclusion", at &lt;http://www.robotstxt.org/wc/norobots.html> Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site.</Description>
  17. <Archive sha1sum="e158e6559307878b32d8e4c241bf257c2bc88ebb" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. <Dependency>perl-URI</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>perl-WWW-Robotrules</Name>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. <Dependency>perl-URI</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="data">/usr/share</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="3">
  38. <Date>2017-01-24</Date>
  39. <Version>6.02</Version>
  40. <Comment>Rebuild for new toolchain</Comment>
  41. <Name>Pisi Linux Community</Name>
  42. <Email>admin@pisilinux.org</Email>
  43. </Update>
  44. <Update release="2">
  45. <Date>2016-06-09</Date>
  46. <Version>6.02</Version>
  47. <Comment>Release Bump</Comment>
  48. <Name>Pisi Linux Community</Name>
  49. <Email>admin@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2016-03-26</Date>
  53. <Version>6.02</Version>
  54. <Comment>First release</Comment>
  55. <Name>Alihan Öztürk</Name>
  56. <Email>alihan@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>