mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* libnet: rename libnet11 to libnet and update * remove libnet(10) and dependents * libnet11 replaced_by libnet * update the new libnet * drop snoopy and dsniff * libnet11: further truncating * drop syslog-ng
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name packit
|
|
version 1.0
|
|
categories net security
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description network injection and capture
|
|
long_description \
|
|
Packit (Packet toolkit) is a network auditing tool. Its value \
|
|
is derived from its ability to customize, inject, monitor, and \
|
|
manipulate IP traffic. By allowing you to define (spoof) nearly \
|
|
all TCP, UDP, ICMP, IP, ARP, RARP, and Ethernet header options, \
|
|
Packit can be useful in testing firewalls, intrusion \
|
|
detection/prevention systems, port scanning, simulating network \
|
|
traffic, and general TCP/IP auditing. Packit is also an \
|
|
excellent tool for learning TCP/IP.
|
|
homepage http://packit.sourceforge.net/
|
|
platforms darwin
|
|
|
|
master_sites ${homepage}downloads/
|
|
extract.suffix .tgz
|
|
checksums md5 270594ff97f6c203131136208bb4d2ca
|
|
|
|
patch {
|
|
reinplace s|/sw|${prefix}|g ${worksrcpath}/configure
|
|
reinplace s|net/bpf.h|pcap-bpf.h|g \
|
|
${worksrcpath}/src/globals.h \
|
|
${worksrcpath}/src/main.h
|
|
}
|
|
|
|
depends_lib port:libnet
|
|
|
|
configure.args --mandir=${prefix}/share/man
|