aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nstreams
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nstreams')
-rw-r--r--net-mgmt/nstreams/Makefile29
-rw-r--r--net-mgmt/nstreams/distinfo1
-rw-r--r--net-mgmt/nstreams/files/patch-aa26
-rw-r--r--net-mgmt/nstreams/pkg-comment1
-rw-r--r--net-mgmt/nstreams/pkg-descr16
-rw-r--r--net-mgmt/nstreams/pkg-plist3
6 files changed, 0 insertions, 76 deletions
diff --git a/net-mgmt/nstreams/Makefile b/net-mgmt/nstreams/Makefile
deleted file mode 100644
index be216ae9b680..000000000000
--- a/net-mgmt/nstreams/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: nstreams
-# Date created: 22 September 1999
-# Whom: darius@dons.net.au
-#
-# $FreeBSD$
-#
-
-PORTNAME= nstreams
-PORTVERSION= 1.0.0
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://www.hsc.fr/ressources/outils/nstreams/download/
-
-MAINTAINER= ports@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-GNU_CONFIGURE= yes
-
-MAN1= nstreams.1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/nstreams ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/docs/nstreams.1 ${MANPREFIX}/man/man1
-.for file in nstreams-networks nstreams-services
- ${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/etc/${file}.sample
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/nstreams/distinfo b/net-mgmt/nstreams/distinfo
deleted file mode 100644
index 6449615d7bc3..000000000000
--- a/net-mgmt/nstreams/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (nstreams-1.0.0.tar.gz) = 2d4ed1be1938a1cc24fabade616f31d0
diff --git a/net-mgmt/nstreams/files/patch-aa b/net-mgmt/nstreams/files/patch-aa
deleted file mode 100644
index 1180995d5d34..000000000000
--- a/net-mgmt/nstreams/files/patch-aa
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/nstreams.c Thu Nov 11 22:13:14 1999
-+++ src/nstreams.c Fri Dec 29 07:04:41 2000
-@@ -179,6 +179,7 @@
- char * output_name = NULL;
-
-
-+ bzero(cache, sizeof(struct cache));
-
-
- parser = parse_tcpdump_line;
---- src/output.c Thu Nov 11 22:13:15 1999
-+++ src/output.c Fri Dec 29 07:20:51 2000
-@@ -122,11 +122,11 @@
- else {
- ret->sports = malloc(10);
- sprintf(ret->sports, "%d", ret->sport);
-- realloc(ret->sports, strlen(ret->sports)+1);
-+ ret->sports = realloc(ret->sports, strlen(ret->sports)+1);
-
- ret->dports = malloc(10);
- sprintf(ret->dports, "%d", ret->dport);
-- realloc(ret->dports, strlen(ret->dports)+1);
-+ ret->dports = realloc(ret->dports, strlen(ret->dports)+1);
- }
-
- ret->show_net = shownet;
diff --git a/net-mgmt/nstreams/pkg-comment b/net-mgmt/nstreams/pkg-comment
deleted file mode 100644
index 890b9127d712..000000000000
--- a/net-mgmt/nstreams/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Analyses network traffic and produces ipfw rules to allow it
diff --git a/net-mgmt/nstreams/pkg-descr b/net-mgmt/nstreams/pkg-descr
deleted file mode 100644
index d0710f77aaae..000000000000
--- a/net-mgmt/nstreams/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Nstreams is a program which analyzes the streams that occur on a network. It
-displays which streams are generated by the users between several networks,
-and between the networks and the outside. It can optionally generate the
-ipchains or ipfw rules that will match these streams, thus only allowing what
-is required for the users, and nothing more.
-
-Nstreams can parse the tcpdump output, or the files generated with the -w
-option of tcpdump. It can also directly sniff the data that occurs on the
-network (the use of tcpdump is however recommanded as long as nstreams is in
-version 0.99.x).
-
-This product was designed by HSC and coded by Renaud Deraison
-(deraison@cvs.nessus.org), author of the Nessus software (www.nessus.org). It
-is available for free and under GNU license.
-
-WWW: http://www.hsc.fr/ressources/outils/nstreams/
diff --git a/net-mgmt/nstreams/pkg-plist b/net-mgmt/nstreams/pkg-plist
deleted file mode 100644
index 529f8ba5af72..000000000000
--- a/net-mgmt/nstreams/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/nstreams
-etc/nstreams-networks.sample
-etc/nstreams-services.sample