diff --git a/net-mgmt/packit/Makefile b/net-mgmt/packit/Makefile index c33630f03c16..1cba84681d6b 100644 --- a/net-mgmt/packit/Makefile +++ b/net-mgmt/packit/Makefile @@ -1,32 +1,33 @@ PORTNAME= packit DISTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Network auditing tool +COMMENT= Modern network auditing and packet crafting tool WWW= https://github.com/Obsidian-Covenant/packit LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libnet.so:net/libnet USES= autoreconf localbase USE_GITHUB= yes GH_ACCOUNT= Obsidian-Covenant GNU_CONFIGURE= yes PLIST_FILES= bin/packit \ share/man/man8/packit.8.gz OPTIONS_DEFINE= CAPTURE INJECTION OPTIONS_DEFAULT= CAPTURE INJECTION CAPTURE_DESC= Capture support INJECTION_DESC= Injection support CAPTURE_CONFIGURE_OFF= --without-capture INJECTION_CONFIGURE_OFF= --without-injection .include diff --git a/net-mgmt/packit/pkg-descr b/net-mgmt/packit/pkg-descr index aae3f596d611..3b680a99a71a 100644 --- a/net-mgmt/packit/pkg-descr +++ b/net-mgmt/packit/pkg-descr @@ -1,7 +1,12 @@ -Packit 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 systems, port -scanning, simulating network traffic, and general TCP/IP -auditing. Packit is also an excellent tool for learning TCP/IP. +Packit is a network auditing and packet crafting tool designed for +testing and analysis of TCP/IP networks. It allows users to customize, +inject, monitor, and manipulate IP traffic by defining nearly all TCP, +UDP, ICMP, IP, ARP, RARP, and Ethernet header fields. + +Packit can be used to test firewalls, intrusion detection systems, port +scanning techniques, and to simulate network traffic patterns. It is +also useful as an educational tool for learning low level network +protocols and packet structures. + +This version is a refactored and modernized implementation, updated to +work with current libraries, toolchains, and compiler versions.