nmap stable port information

Info2: <<
Package: nmap
Version: 5.51
Revision: 4
GCC: 4.0
Maintainer: Daniel Johnson
Type: python 2.7

BuildDepends: <<
fink (>= 0.24.12),
libpcap1,
lua51-dev,
openssl100-dev,
libpcre1
<<
Depends: <<
libpcap1-shlibs,
lua51-shlibs,
openssl100-shlibs,
libpcre1-shlibs,
python%type_pkg[python]
<<
Conflicts: nmap-nox (<< 4.76-2), nmap (<< 4.76-2)
Replaces: nmap-nox (<< 4.76-2), nmap (<< 4.76-2)
Recommends: zenmap

Source: http://nmap.org/dist/%n-%{v}.tar.bz2
Source-MD5: 0b80d2cb92ace5ebba8095a4c2850275
SourceDirectory: %n-%{v}

PatchScript: <<
# Don't use -no-cpp-precomp as it's a no-op.
perl -pi -e 's/needs_cpp_precomp=yes/needs_cpp_precomp=no/g' configure
perl -pi -e 's/void main\(void\)/int main(void)/' nbase/configure
<<

SetCFLAGS: -Os
SetCXXFLAGS: -I%p/include -Os
UseMaxBuildJobs: true

ConfigureParams: <<
--mandir='$(prefix)/share/man' \
--libexecdir='$(prefix)/lib' \
--with-libpcap=%p \
--with-openssl=%p \
--with-libpcre \
--with-libdnet=included \
--with-liblua=yes \
--without-zenmap
<<
CompileScript: <<
./configure %c PYTHON=%p/bin/python%type_raw[python]

make \
CPPFLAGS='-I%b/libdnet-stripped/include -I%p/include -I%b/nbase -I%b/nsock/include -I%b/ncat $(DEFS)' \
LDFLAGS='-L%b/libdnet-stripped -L%p/lib -L%b/nbase -L%b/nsock/src/ $(STATIC)'
<<
InstallScript: <<
make install DESTDIR=%d
<<

DocFiles: CHANGELOG COPYING HACKING docs/README docs/*.txt
Description: Network exploration utility
DescDetail: <<
nmap, a utility for network exploration or auditing, supporting ping scanning,
port scanning and TCP/IP fingerprinting. It also offers decoy scanning, sunRPC
scanning, reverse-identd scanning and others.

This package also contains:
nping: Network packet generation tool / ping utility
ncat: Concatenate and redirect sockets
ndiff: Utility to compare the results of Nmap scans

Version 3.46 thanks to Alex Barclay .

The GUI is now included in the 'zenmap' package.
<<
DescPackaging: <<
Use Fink-installed libpcre and libpcap instead of building our own.
Now scriptable with lua!

Switch to included libdnet as it's newer.

Previously maintained by Jeremy Higgs
<<
License: GPL2
Homepage: http://nmap.org/
<<