mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Maintenance update to 1.4. No substantial changes.
Approved by: maintainer
This commit is contained in:
parent
8f4433d3b7
commit
dce30f5fba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132287
@ -6,24 +6,24 @@
|
||||
#
|
||||
|
||||
PORTNAME= nemesis
|
||||
PORTVERSION= 1.4.b3
|
||||
PORTVERSION= 1.4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://www.packetfactory.net/projects/nemesis/
|
||||
DISTNAME= nemesis-1.4beta3
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= molter@tin.it
|
||||
COMMENT= Command-line UNIX network packet creation and injection suite
|
||||
COMMENT= Command-line network packet creation and injection suite
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CCOPTS="${CFLAGS}" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib" \
|
||||
CONFIGURE_ARGS= --with-libnet-includes="${LOCALBASE}/include" \
|
||||
--with-libnet-libraries="${LOCALBASE}/lib"
|
||||
|
||||
MAN1= nemesis-arp.1 nemesis-dns.1 nemesis-ethernet.1 nemesis-icmp.1 \
|
||||
nemesis-igmp.1 nemesis-ip.1 nemesis-ospf.1 nemesis-rip.1 \
|
||||
nemesis-tcp.1 nemesis-udp.1 nemesis.1
|
||||
PLIST_FILES= bin/nemesis
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (nemesis-1.4beta3.tar.gz) = 6409bddf2d54cc9400028f491d342aea
|
||||
SIZE (nemesis-1.4beta3.tar.gz) = 121017
|
||||
MD5 (nemesis-1.4.tar.gz) = acd7de57798a7f90f445f80d4d4a6e61
|
||||
SIZE (nemesis-1.4.tar.gz) = 144187
|
||||
|
13
net/nemesis/files/patch-configure
Normal file
13
net/nemesis/files/patch-configure
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -4148,7 +4148,6 @@
|
||||
|
||||
|
||||
CPPFLAGS="${CPPFLAGS} `libnet-config --defines`"
|
||||
-CFLAGS="${CFLAGS} -funroll-loops -pipe"
|
||||
|
||||
if test `libnet-config --cflags | wc -c` = "1"; then
|
||||
CPPFLAGS="${CPPFLAGS} -I/usr/local/include -I/sw/include"
|
@ -1,7 +1,6 @@
|
||||
The Nemesis Project is designed to be a command line based, portable human IP
|
||||
stack for UNIX-like and Windows sytems. The suite is broken down by protocol,
|
||||
and should allow for useful scripting of injected packets from simple shell
|
||||
scripts.
|
||||
stack. The suite is broken down by protocol, and should allow for useful
|
||||
scripting of injected packets from simple shell scripts.
|
||||
|
||||
Key Features:
|
||||
|
||||
@ -12,10 +11,9 @@ Key Features:
|
||||
-d <device number> is used.
|
||||
+ Packet payload from file
|
||||
+ IP and TCP options from file
|
||||
+ Tested on OpenBSD, Linux, Solaris, Mac OS X and Windows 2000
|
||||
|
||||
Each supported protocol uses its own protocol "injector" which is accompanied
|
||||
by a man page explaning its functionality.
|
||||
|
||||
|
||||
WWW: http://www.packetfactory.net/projects/nemesis/
|
||||
WWW: http://nemesis.sourceforge.net/
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $FreeBSD$
|
||||
bin/nemesis
|
Loading…
Reference in New Issue
Block a user