Package: netcat Version: 1.10 Revision: 5 Source: http://www.phreak.org/archives/exploits/unix/network-scanners/nc110.tgz Source-Checksum: SHA256(5b3fda14e972d908896a605293f4634a72e2968278117410e12d8b3faf9a3976) NoSourceDirectory: true BuildDepends: fink (>= 0.24.12-1) PatchFile: %n-%v.patch PatchFile-MD5: c452a51dfc90e0f6c47ec9d17c7708d7 CompileScript: make darwin InstallScript: << mkdir -p %i/bin install nc %i/bin/ << DocFiles: README Description: TCP/IP swiss army knife DescDetail: << A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. << DescPort: << The include file requires that is included first on Mac OS X 10.1. Fixed by changing the order. We also patch a 'darwin' target into the Makefile which is basically a clone of the 'next' target and add -lresolv for missing symbols (res_init). Move location of helpme() function declaration to avoid implicit declaration. << License: Public Domain Maintainer: Paul Swenson Homepage: http://www.l0pht.com/~weld/netcat/