summaryrefslogtreecommitdiffstats
path: root/net-mgmt/netwox
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-25 10:57:27 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-25 10:57:27 +0000
commit1f5e45b0327422550fc3c05e5d42af9c70a338da (patch)
tree50f76bcdafbf54141025db8618d925eaff85d9da /net-mgmt/netwox
parent0887e2c135ed6fd9fa15e767e0d325e6052921ef (diff)
downloadFreeBSD-ports-1f5e45b0327422550fc3c05e5d42af9c70a338da.zip
FreeBSD-ports-1f5e45b0327422550fc3c05e5d42af9c70a338da.tar.gz
add lcrzoex 4.08
Lcrzoex contains over 300 functionnalities using network library lcrzo PR: 36948 Submitted by: Joseph King <king@v2project.com>
Diffstat (limited to 'net-mgmt/netwox')
-rw-r--r--net-mgmt/netwox/Makefile30
-rw-r--r--net-mgmt/netwox/distinfo1
-rw-r--r--net-mgmt/netwox/pkg-comment1
-rw-r--r--net-mgmt/netwox/pkg-descr24
-rw-r--r--net-mgmt/netwox/pkg-message4
-rw-r--r--net-mgmt/netwox/pkg-plist1
6 files changed, 61 insertions, 0 deletions
diff --git a/net-mgmt/netwox/Makefile b/net-mgmt/netwox/Makefile
new file mode 100644
index 0000000..c0573ae
--- /dev/null
+++ b/net-mgmt/netwox/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: lcrzoex
+# Date created: Wed Apr 10 02:42:20 CEST 2002
+# Whom: king@v2project.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= lcrzoex
+PORTVERSION= 4.08
+CATEGORIES= security
+MASTER_SITES= http://www.laurentconstantin.com/common/lcrzoex/download/v4/ \
+ http://www.mirrors.wiretapped.net/security/packet-construction/lcrzoex/ \
+ ftp://ftp.mirrors.wiretapped.net/sd3a/security/packet-construction/lcrzoex/
+EXTRACT_SUFX= -src.tgz
+
+MAINTAINER= king@v2project.com
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/liblcrzo.a:${PORTSDIR}/security/lcrzo
+
+WRKSRC= ${WRKDIR}/${PKGNAME}-src/src
+
+MAN1= lcrzoex.1
+
+post-patch:
+ cd ${WRKSRC} && ${SH} ${WRKSRC}/genemake
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/netwox/distinfo b/net-mgmt/netwox/distinfo
new file mode 100644
index 0000000..d2da212
--- /dev/null
+++ b/net-mgmt/netwox/distinfo
@@ -0,0 +1 @@
+MD5 (lcrzoex-4.08-src.tgz) = 6f3d04518e951d8091118971eda3428d
diff --git a/net-mgmt/netwox/pkg-comment b/net-mgmt/netwox/pkg-comment
new file mode 100644
index 0000000..b963305
--- /dev/null
+++ b/net-mgmt/netwox/pkg-comment
@@ -0,0 +1 @@
+Lcrzoex contains over 300 functionnalities using network library lcrzo
diff --git a/net-mgmt/netwox/pkg-descr b/net-mgmt/netwox/pkg-descr
new file mode 100644
index 0000000..488218e
--- /dev/null
+++ b/net-mgmt/netwox/pkg-descr
@@ -0,0 +1,24 @@
+Lcrzoex contains over 300 functionnalities using network library lcrzo.
+Lcrzoex can be used in the following contexts :
+ - discover the Ethernet address of a computer (number 2, 3, 134, etc.)
+ - sniff your LAN to detect what's going on (number 7, 8, 9, etc.)
+ - check the checksums created by a network program which isn't working
+ (number 16, 17, 18, etc.)
+ - intercept a session and replay it as many times you want to strictly
+ test your application (number 10, 11, 12, 22, etc.)
+ - verify if a router is well configured even if the needed computers are
+ down (number 48, ..., 53, etc.)
+ - check if your router/firewall/computer blocks
+ - IP protocols (number 29, ..., 34, etc.)
+ - IP options (number 29, ..., 34, 73, ..., 79, etc.), source routing
+ (number 45, 56, 59, 62, etc.)
+ - IP fragments (number 44, 55, 58, 61, 72, etc.)
+ - TCP options (number 48, ..., 53, etc.)
+ - ICMP types (number 65, ..., 70, etc.)
+ - ARP poisoning (number 80, 81, 82, 83, etc.)
+ - create a tcp/udp client with a special local port (number 85, 89, 86, 93,
+ 97, etc.)
+ - convert between numbers (number 139, ..., 148, etc.)
+ - etc.
+
+WWW: http://www.laurentconstantin.com/en/lcrzoex/
diff --git a/net-mgmt/netwox/pkg-message b/net-mgmt/netwox/pkg-message
new file mode 100644
index 0000000..7eedc3d
--- /dev/null
+++ b/net-mgmt/netwox/pkg-message
@@ -0,0 +1,4 @@
+--------
+Check the online documentation in :
+http://www.laurentconstantin.com/common/lcrzoex/doc/en/index.html
+--------
diff --git a/net-mgmt/netwox/pkg-plist b/net-mgmt/netwox/pkg-plist
new file mode 100644
index 0000000..ec06664
--- /dev/null
+++ b/net-mgmt/netwox/pkg-plist
@@ -0,0 +1 @@
+bin/lcrzoex
OpenPOWER on IntegriCloud