Package: doscan Version: 0.3.1 Revision: 1003 Source: mirror:master:%n-%v.tar.gz Source-MD5: 0ea5e557279631937d5928576f214836 Depends: libpcre1-shlibs BuildDepends: libpcre1, libgettext8-dev GCC: 4.0 ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include --with-extra-libs=%p/lib --disable-dependency-tracking PatchScript: << perl -pi -e 's,-g -O2,-Os,g;' configure perl -pi -e "s/(#include.*)/#include \n\1/" src/half_duplex.cc src/event_queue_poll.cc src/subnets.cc src/tcp_server.cc << InstallScript: mkdir -p %i/bin %i/share/man/man1 && make install DESTDIR=%d DocFiles: COPYING NEWS README TODO Homepage: http://www.enyo.de/fw/software/doscan Maintainer: Jack Fink License: GPL Description: Fast network scanner DescDetail: << doscan is a tool to discover TCP services on your network. It is designed for scanning a single port on a large network. doscan contacts many hosts in parallel, using standard TCP sockets provided by the operating system. It is possible to send strings to remote hosts, and collect the banners they return. There are better tools for scanning many ports on a small set of hosts, for example nmap. << DescPackaging: << Original homepage and download site are down, so use Debian information for the former and Fink mirrors for the latter. << DescPort: << Explicitly include for build on 10.9. Doesn't hurt elsewhere. <<