pspec.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dash</Name>
  6. <Homepage>http://gondor.apana.org.au/~herbert/dash/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Small and fast POSIX-compliant shell</Summary>
  14. <Description>DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible.</Description>
  15. <Archive sha1sum="7b9cb47fc2a007c26fedc99d22a7fc1dc2f5f914" type="targz">http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.9.1.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>dash</Name>
  19. <Files>
  20. <Path fileType="executable">/bin/dash</Path>
  21. <Path fileType="man">/usr/share/man</Path>
  22. <Path fileType="doc">/usr/share/doc</Path>
  23. </Files>
  24. </Package>
  25. <History>
  26. <Update release="4">
  27. <Date>2018-01-14</Date>
  28. <Version>0.5.9.1</Version>
  29. <Comment>Version bump.</Comment>
  30. <Name>Mustafa Cinasal</Name>
  31. <Email>muscnsl@gmail.com</Email>
  32. </Update>
  33. <Update release="3">
  34. <Date>2017-01-25</Date>
  35. <Version>0.5.9</Version>
  36. <Comment>Version bump.</Comment>
  37. <Name>Stefan Gronewold</Name>
  38. <Email>groni@pisilinux.org</Email>
  39. </Update>
  40. <Update release="2">
  41. <Date>2016-06-08</Date>
  42. <Version>0.5.8</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>2015-11-21</Date>
  49. <Version>0.5.8</Version>
  50. <Comment>First release</Comment>
  51. <Name>Alihan Öztürk</Name>
  52. <Email>alihan@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>