Files
main/network/analyzer/nmap/pspec.xml
T
2024-12-28 11:42:25 +03:00

100 lines
3.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>nmap</Name>
<Homepage>https://nmap.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>nmap</Icon>
<Summary>Utility for network exploration or security auditing</Summary>
<Description>Nmap is a utility for network exploration or security auditing.</Description>
<Archive sha1sum="dbeea6dacc7d615906846b8421b7d8ccd662740b" type="tarbz2">https://nmap.org/dist/nmap-7.95.tar.bz2</Archive>
<BuildDependencies>
<Dependency>subversion-devel</Dependency>
<Dependency>libpcap-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>lua-devel</Dependency>
<Dependency>apr-devel</Dependency>
<Dependency>gcc</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">nmap-4.75-include.patch</Patch>
<Patch level="1">nmap-5.10_beta1-string.patch</Patch>
<!-- <Patch level="1">nmap-5.21-python.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>nmap</Name>
<IsA>app:console</IsA>
<RuntimeDependencies>
<Dependency>subversion</Dependency>
<Dependency>libpcap</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>zlib</Dependency>
<Dependency>lua</Dependency>
<Dependency>apr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/ncat</Path>
<Path fileType="data">/usr/share/nmap</Path>
<Path fileType="data">/usr/share/nping</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/nmap.png">nmap.png</AdditionalFile>
</AdditionalFiles>
</Package>
<Package>
<Name>zenmap</Name>
<IsA>app:gui</IsA>
<Summary>zenmap is the graphical frontend for nmap</Summary>
<RuntimeDependencies>
<Dependency release="current">nmap</Dependency>
<Dependency>python-gtk</Dependency>
<Dependency>xdg-utils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/zenmap</Path>
<Path fileType="man">/usr/share/man/man1/zenmap.1</Path>
<Path fileType="doc">/usr/lib/python*/site-packages</Path>
<Path fileType="doc">/usr/share/zenmap</Path>
<Path fileType="doc">/usr/share/applications</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2024-12-28</Date>
<Version>7.95</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2023-05-21</Date>
<Version>7.94</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2012-09-01</Date>
<Version>7.92</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</PISI>