pspec.xml 2.3 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>traceroute</Name>
  6. <Homepage>http://traceroute.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Utility to trace the route of IP packets</Summary>
  14. <Description>The traceroute utility displays the route used by IP packets on their way to a specified network (or Internet) host. Traceroute is used as a network debugging tool. If you're having network connectivity problems, traceroute will show you where along the route the trouble is.</Description>
  15. <Archive sha1sum="74cad59c5b698e9686913b501559203de94e4099" type="targz">https://sourceforge.net/projects/traceroute/files/traceroute/traceroute-2.1.1/traceroute-2.1.1.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>traceroute</Name>
  19. <Files>
  20. <Path fileType="executable">/usr/bin</Path>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. <Path fileType="man">/usr/share/man</Path>
  23. </Files>
  24. </Package>
  25. <History>
  26. <Update release="7">
  27. <Date>2022-12-28</Date>
  28. <Version>2.1.1</Version>
  29. <Comment>Version bump.</Comment>
  30. <Name>Mustafa Cinasal</Name>
  31. <Email>muscnsl@gmail.com</Email>
  32. </Update>
  33. <Update release="6">
  34. <Date>2021-07-02</Date>
  35. <Version>2.1.0</Version>
  36. <Comment>Rebuild.</Comment>
  37. <Name>Mustafa Cinasal</Name>
  38. <Email>muscnsl@gmail.com</Email>
  39. </Update>
  40. <Update release="5">
  41. <Date>2018-09-01</Date>
  42. <Version>2.1.0</Version>
  43. <Comment>Rebuild New T.</Comment>
  44. <Name>Mustafa Cinasal</Name>
  45. <Email>muscnsl@gmail.com</Email>
  46. </Update>
  47. <Update release="4">
  48. <Date>2017-01-07</Date>
  49. <Version>2.1.0</Version>
  50. <Comment>First Release.</Comment>
  51. <Name>Stefan Gronewold(groni)</Name>
  52. <Email>groni@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>