Files
Jeremy LavergneandGitHub 98dd237a44 libnet: rename libnet11 to libnet and update (#16101)
* 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
2022-10-18 09:38:15 -04:00

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