diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/trafshow/Makefile | 22 | ||||
-rw-r--r-- | net/trafshow/distinfo | 1 | ||||
-rw-r--r-- | net/trafshow/pkg-comment | 1 | ||||
-rw-r--r-- | net/trafshow/pkg-descr | 12 | ||||
-rw-r--r-- | net/trafshow/pkg-plist | 6 | ||||
-rw-r--r-- | net/trafshow3/Makefile | 22 | ||||
-rw-r--r-- | net/trafshow3/distinfo | 1 | ||||
-rw-r--r-- | net/trafshow3/pkg-comment | 1 | ||||
-rw-r--r-- | net/trafshow3/pkg-descr | 12 | ||||
-rw-r--r-- | net/trafshow3/pkg-plist | 6 | ||||
-rw-r--r-- | net/trafshow4/Makefile | 22 | ||||
-rw-r--r-- | net/trafshow4/distinfo | 1 | ||||
-rw-r--r-- | net/trafshow4/pkg-comment | 1 | ||||
-rw-r--r-- | net/trafshow4/pkg-descr | 12 | ||||
-rw-r--r-- | net/trafshow4/pkg-plist | 6 |
15 files changed, 126 insertions, 0 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile new file mode 100644 index 000000000000..e517349bb35d --- /dev/null +++ b/net/trafshow/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: trafshow +# Version required: 2.0 +# Date created: 17 January 1996 +# Whom: igor@pkaub.ru +# + +DISTNAME= trafshow-2.0 +CATEGORIES+= net +MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/ +EXTRACT_SUFX= .tgz + +MAINTAINER= igor@pkaub.ru + +NO_CONFIGURE= YES + +post-install: + strip ${PREFIX}/bin/trafshow +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/trafshow.1 +.endif + +.include <bsd.port.mk> diff --git a/net/trafshow/distinfo b/net/trafshow/distinfo new file mode 100644 index 000000000000..cd589125857d --- /dev/null +++ b/net/trafshow/distinfo @@ -0,0 +1 @@ +MD5 (trafshow-2.0.tgz) = d977e8605ed8bae90c06bd31f38eff3e diff --git a/net/trafshow/pkg-comment b/net/trafshow/pkg-comment new file mode 100644 index 000000000000..902690fed847 --- /dev/null +++ b/net/trafshow/pkg-comment @@ -0,0 +1 @@ +trafshow v2.0 - Full screen visualization of the network traffic. diff --git a/net/trafshow/pkg-descr b/net/trafshow/pkg-descr new file mode 100644 index 000000000000..3b31da744837 --- /dev/null +++ b/net/trafshow/pkg-descr @@ -0,0 +1,12 @@ +TrafShow continuously display the information regarding packet +traffic on the configured network interface that match the boolean +expression. It periodically sort and updates this information. It +may be useful for locating suspicious network traffic on the net. + +To use TrafShow, your kernel must be rebuilt with the following line +added to your kernel config file (/sys/i386/conf/<YourMachine>): + +pseudo-device bpfilter 4 # Berkeley packet filter + +The number of devices determines the maximum number of simultaneous +BPF clients programs runnable. See /sys/i386/conf/LINT for details. diff --git a/net/trafshow/pkg-plist b/net/trafshow/pkg-plist new file mode 100644 index 000000000000..746821ccbb3f --- /dev/null +++ b/net/trafshow/pkg-plist @@ -0,0 +1,6 @@ +@owner bin +@group wheel +@mode 750 +bin/trafshow +@mode 644 +man/man1/trafshow.1.gz diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile new file mode 100644 index 000000000000..e517349bb35d --- /dev/null +++ b/net/trafshow3/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: trafshow +# Version required: 2.0 +# Date created: 17 January 1996 +# Whom: igor@pkaub.ru +# + +DISTNAME= trafshow-2.0 +CATEGORIES+= net +MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/ +EXTRACT_SUFX= .tgz + +MAINTAINER= igor@pkaub.ru + +NO_CONFIGURE= YES + +post-install: + strip ${PREFIX}/bin/trafshow +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/trafshow.1 +.endif + +.include <bsd.port.mk> diff --git a/net/trafshow3/distinfo b/net/trafshow3/distinfo new file mode 100644 index 000000000000..cd589125857d --- /dev/null +++ b/net/trafshow3/distinfo @@ -0,0 +1 @@ +MD5 (trafshow-2.0.tgz) = d977e8605ed8bae90c06bd31f38eff3e diff --git a/net/trafshow3/pkg-comment b/net/trafshow3/pkg-comment new file mode 100644 index 000000000000..902690fed847 --- /dev/null +++ b/net/trafshow3/pkg-comment @@ -0,0 +1 @@ +trafshow v2.0 - Full screen visualization of the network traffic. diff --git a/net/trafshow3/pkg-descr b/net/trafshow3/pkg-descr new file mode 100644 index 000000000000..3b31da744837 --- /dev/null +++ b/net/trafshow3/pkg-descr @@ -0,0 +1,12 @@ +TrafShow continuously display the information regarding packet +traffic on the configured network interface that match the boolean +expression. It periodically sort and updates this information. It +may be useful for locating suspicious network traffic on the net. + +To use TrafShow, your kernel must be rebuilt with the following line +added to your kernel config file (/sys/i386/conf/<YourMachine>): + +pseudo-device bpfilter 4 # Berkeley packet filter + +The number of devices determines the maximum number of simultaneous +BPF clients programs runnable. See /sys/i386/conf/LINT for details. diff --git a/net/trafshow3/pkg-plist b/net/trafshow3/pkg-plist new file mode 100644 index 000000000000..746821ccbb3f --- /dev/null +++ b/net/trafshow3/pkg-plist @@ -0,0 +1,6 @@ +@owner bin +@group wheel +@mode 750 +bin/trafshow +@mode 644 +man/man1/trafshow.1.gz diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile new file mode 100644 index 000000000000..e517349bb35d --- /dev/null +++ b/net/trafshow4/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: trafshow +# Version required: 2.0 +# Date created: 17 January 1996 +# Whom: igor@pkaub.ru +# + +DISTNAME= trafshow-2.0 +CATEGORIES+= net +MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/ +EXTRACT_SUFX= .tgz + +MAINTAINER= igor@pkaub.ru + +NO_CONFIGURE= YES + +post-install: + strip ${PREFIX}/bin/trafshow +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/trafshow.1 +.endif + +.include <bsd.port.mk> diff --git a/net/trafshow4/distinfo b/net/trafshow4/distinfo new file mode 100644 index 000000000000..cd589125857d --- /dev/null +++ b/net/trafshow4/distinfo @@ -0,0 +1 @@ +MD5 (trafshow-2.0.tgz) = d977e8605ed8bae90c06bd31f38eff3e diff --git a/net/trafshow4/pkg-comment b/net/trafshow4/pkg-comment new file mode 100644 index 000000000000..902690fed847 --- /dev/null +++ b/net/trafshow4/pkg-comment @@ -0,0 +1 @@ +trafshow v2.0 - Full screen visualization of the network traffic. diff --git a/net/trafshow4/pkg-descr b/net/trafshow4/pkg-descr new file mode 100644 index 000000000000..3b31da744837 --- /dev/null +++ b/net/trafshow4/pkg-descr @@ -0,0 +1,12 @@ +TrafShow continuously display the information regarding packet +traffic on the configured network interface that match the boolean +expression. It periodically sort and updates this information. It +may be useful for locating suspicious network traffic on the net. + +To use TrafShow, your kernel must be rebuilt with the following line +added to your kernel config file (/sys/i386/conf/<YourMachine>): + +pseudo-device bpfilter 4 # Berkeley packet filter + +The number of devices determines the maximum number of simultaneous +BPF clients programs runnable. See /sys/i386/conf/LINT for details. diff --git a/net/trafshow4/pkg-plist b/net/trafshow4/pkg-plist new file mode 100644 index 000000000000..746821ccbb3f --- /dev/null +++ b/net/trafshow4/pkg-plist @@ -0,0 +1,6 @@ +@owner bin +@group wheel +@mode 750 +bin/trafshow +@mode 644 +man/man1/trafshow.1.gz |