aboutsummaryrefslogtreecommitdiff
path: root/net/hping
diff options
context:
space:
mode:
Diffstat (limited to 'net/hping')
-rw-r--r--net/hping/Makefile25
-rw-r--r--net/hping/distinfo1
-rw-r--r--net/hping/files/patch-aa22
-rw-r--r--net/hping/files/patch-ab13
-rw-r--r--net/hping/files/patch-ac10
-rw-r--r--net/hping/pkg-comment1
-rw-r--r--net/hping/pkg-descr22
-rw-r--r--net/hping/pkg-plist1
8 files changed, 0 insertions, 95 deletions
diff --git a/net/hping/Makefile b/net/hping/Makefile
deleted file mode 100644
index cd02b973b42c..000000000000
--- a/net/hping/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: hping
-# Date Created: 5 Oct 2000
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= hping
-PORTVERSION= 2b54
-CATEGORIES= security net
-MASTER_SITES= http://www.kyuzz.org/antirez/hping2-src/
-DISTNAME= hping2-beta54
-
-MAINTAINER= roman@xpert.com
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --force-libpcap
-
-MAN8= hping.8
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/hping2 ${PREFIX}/sbin/hping
- ${INSTALL_MAN} ${WRKSRC}/docs/hping2.8 ${PREFIX}/man/man8/hping.8
-
-.include <bsd.port.mk>
diff --git a/net/hping/distinfo b/net/hping/distinfo
deleted file mode 100644
index 06733487e4a6..000000000000
--- a/net/hping/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (hping2-beta54.tar.gz) = 703f2102b948f214d59d89b41bca9923
diff --git a/net/hping/files/patch-aa b/net/hping/files/patch-aa
deleted file mode 100644
index f60706776698..000000000000
--- a/net/hping/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.orig Thu Jul 6 20:06:10 2000
-+++ configure Thu Oct 5 15:33:45 2000
-@@ -65,8 +65,8 @@
- ;;
- *"--force-libpcap")
- FORCE_LIBPCAP="-DFORCE_LIBPCAP"
-- PCAP="PCAP=libpcap/libpcap.a"
-- PCAP_INCLUDE="-I./libpcap"
-+ PCAP="PCAP=-lpcap"
-+ PCAP_INCLUDE=""
- ;;
- *"--dont-use-proc")
- HAVE_PROC=""
-@@ -92,7 +92,7 @@
- -e s/@FORCE_LIBPCAP@/"$FORCE_LIBPCAP"/g \
- -e s/@HAVE_PROC@/"$HAVE_PROC"/g \
- -e s^@PCAP@^"$PCAP"^g \
-- -e s^@PCAP_INCLUDE@^"$PCAP_INCLUDE$"^g \
-+ -e s^@PCAP_INCLUDE@^"$PCAP_INCLUDE"^g \
- -e s^@MANPATH@^"$INSTALL_MANPATH"^g \
- > Makefile
-
diff --git a/net/hping/files/patch-ab b/net/hping/files/patch-ab
deleted file mode 100644
index fcc4cad3fa43..000000000000
--- a/net/hping/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig Thu Oct 5 15:22:25 2000
-+++ Makefile.in Thu Oct 5 15:25:28 2000
-@@ -6,8 +6,8 @@
- # $date: Sun Jul 25 17:56:15 MET DST 1999$
- # $rev: 3$
-
--CC= gcc
--CCOPT= -O2 -Wall @PCAP_INCLUDE@
-+CC?= gcc
-+CCOPT= $(CFLAGS) -Wall @PCAP_INCLUDE@
- DEBUG= -g
- #uncomment the following if you need libpcap based build under linux
- #(not raccomanded)
diff --git a/net/hping/files/patch-ac b/net/hping/files/patch-ac
deleted file mode 100644
index 32e9ae6d37e0..000000000000
--- a/net/hping/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- getlhs.c.orig Thu Oct 5 15:26:31 2000
-+++ getlhs.c Thu Oct 5 15:26:26 2000
-@@ -73,6 +73,7 @@
- else if ( strstr(ifname, "eth") /* ? */
- || strstr(ifname, "ed")
- || strstr(ifname, "ne")
-+ || strstr(ifname, "xe") /* Xircom */
- || strstr(ifname, "xl") /* 3com */
- || strstr(ifname, "vx") /* 3com (older model) */
- || strstr(ifname, "ep") /* 3com 3c589 */
diff --git a/net/hping/pkg-comment b/net/hping/pkg-comment
deleted file mode 100644
index 2c244dd70f04..000000000000
--- a/net/hping/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Network auditing tool
diff --git a/net/hping/pkg-descr b/net/hping/pkg-descr
deleted file mode 100644
index 3ea23af55788..000000000000
--- a/net/hping/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-hping2 is a network tool able to send custom ICMP/UDP/TCP
-packets and to display target replies like ping do with
-ICMP replies. hping2 handle fragmentation, arbitrary packet
-body and size and can be used in order to transfer files
-under supported protocols. Using hping2 you are able at
-least to perform the following jobs:
-
- - Test firewall rules
- - [spoofed] port scanning
- - Test net performance using different protocols,
- packet size, TOS (type of service) and fragmentation.
- - Path MTU discovery
- - Files transfering even between really fascist firewall rules.
- - Traceroute like under different protocols.
- - Firewalk like usage.
- - Remote OS fingerprint.
- - TCP/IP stack auditing.
- - A lot of others.
-
-WWW: http://www.kyuzz.org/antirez/hping/
-
--- Roman Shterenzon <roman@xpert.com>
diff --git a/net/hping/pkg-plist b/net/hping/pkg-plist
deleted file mode 100644
index 3e67b27d4975..000000000000
--- a/net/hping/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-sbin/hping