Ticket #24495: Portfile-tcpreplay.patch
File Portfile-tcpreplay.patch, 1.1 KB (added by jpo@…, 15 years ago) |
---|
-
Portfile
old new 4 4 5 5 name tcpreplay 6 6 categories net security 7 version 3.4. 38 platforms 9 maintainers 7 version 3.4.4 8 platforms darwin 9 maintainers pmq openmaintainer 10 10 11 11 description Replay pcap files at arbitrary speeds onto the network 12 12 long_description \ … … 21 21 22 22 homepage http://tcpreplay.synfin.net 23 23 master_sites sourceforge 24 checksums sha1 441365eefdad608d41ccce92cc995ebb8559f35c \ 25 rmd160 fc3430bd5a638d3f7bc9504032948598b4efede5 24 checksums md5 22725feb9b2590809f9350308ec65180 \ 25 sha1 9e4cca81cfbfb919f8759e1a27ce1b3b963ff3b8 \ 26 rmd160 672812755ff39b284044b08cba32c574ab2b7e70 26 27 27 28 # TODO use libpcapnav 28 29 # libdnet is required for fragroute support 29 30 depends_lib port:libpcap port:tcpdump port:libdnet 30 31 31 32 configure.args --with-libpcap=${prefix} \ 32 33 --with-tcpdump=${prefix}/sbin/tcpdump