pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>nmap</Name>
  6. <Homepage>http://www.insecure.org/nmap/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>nmap</Icon>
  13. <Summary>Utility for network exploration or security auditing</Summary>
  14. <Description>Nmap is a utility for network exploration or security auditing.</Description>
  15. <Archive sha1sum="c1a44558c72aed3c78d63d54b5b008db69f0aaac" type="tarbz2">https://nmap.org/dist/nmap-7.01.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>subversion-devel</Dependency>
  18. <Dependency>libpcap-devel</Dependency>
  19. <Dependency>openssl-devel</Dependency>
  20. <Dependency>lua-devel</Dependency>
  21. <Dependency>apr-devel</Dependency>
  22. <Dependency>gcc</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <Patch level="1">nmap-4.75-include.patch</Patch>
  26. <Patch level="1">nmap-4.75-nolua.patch</Patch>
  27. <Patch level="1">nmap-5.10_beta1-string.patch</Patch>
  28. <Patch level="1">nmap-5.21-python.patch</Patch>
  29. <Patch level="1">tr.patch</Patch>
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>nmap</Name>
  34. <IsA>app:console</IsA>
  35. <RuntimeDependencies>
  36. <Dependency>subversion</Dependency>
  37. <Dependency>libpcap</Dependency>
  38. <Dependency>openssl</Dependency>
  39. <Dependency>libgcc</Dependency>
  40. <Dependency>lua</Dependency>
  41. <Dependency>apr</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="executable">/usr/bin</Path>
  45. <Path fileType="data">/usr/share/ncat</Path>
  46. <Path fileType="data">/usr/share/nmap</Path>
  47. <Path fileType="data">/usr/share/nping</Path>
  48. <Path fileType="man">/usr/share/man</Path>
  49. <Path fileType="doc">/usr/share/doc</Path>
  50. <Path fileType="data">/usr/share/pixmaps</Path>
  51. </Files>
  52. <AdditionalFiles>
  53. <AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/nmap.png">nmap.png</AdditionalFile>
  54. </AdditionalFiles>
  55. </Package>
  56. <Package>
  57. <Name>zenmap</Name>
  58. <IsA>app:gui</IsA>
  59. <Summary>zenmap is the graphical frontend for nmap</Summary>
  60. <RuntimeDependencies>
  61. <Dependency release="current">nmap</Dependency>
  62. <Dependency>python-gtk</Dependency>
  63. <Dependency>xdg-utils</Dependency>
  64. </RuntimeDependencies>
  65. <Files>
  66. <Path fileType="executable">/usr/bin/zenmap</Path>
  67. <Path fileType="man">/usr/share/man/man1/zenmap.1</Path>
  68. <Path fileType="doc">/usr/lib/python*/site-packages</Path>
  69. <Path fileType="doc">/usr/share/zenmap</Path>
  70. <Path fileType="doc">/usr/share/applications</Path>
  71. </Files>
  72. </Package>
  73. <History>
  74. <Update release="4">
  75. <Date>2016-03-02</Date>
  76. <Version>7.01</Version>
  77. <Comment>Version bump, rebuilt with docker</Comment>
  78. <Name>İbrahim KARAGÜZEL</Name>
  79. <Email>karaguzelibrahim@gmail.com</Email>
  80. </Update>
  81. <Update release="3">
  82. <Date>2014-09-14</Date>
  83. <Version>6.47</Version>
  84. <Comment>Version bump.</Comment>
  85. <Name>Aydın Demirel</Name>
  86. <Email>aydin.demirel@pisilinux.org</Email>
  87. </Update>
  88. <Update release="2">
  89. <Date>2014-01-11</Date>
  90. <Version>6.0.1</Version>
  91. <Comment>rebuild for cyrus-sasl</Comment>
  92. <Name>Kamil Atlı</Name>
  93. <Email>suvarice@gmail.com</Email>
  94. </Update>
  95. <Update release="1">
  96. <Date>2012-09-01</Date>
  97. <Version>6.0.1</Version>
  98. <Comment>First release</Comment>
  99. <Name>Osman Erkan</Name>
  100. <Email>osman.erkan@pisilinux.org</Email>
  101. </Update>
  102. </History>
  103. </PISI>