diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-09-09 09:56:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-09-09 09:56:24 +0000 |
commit | f10452b4c595129b133796634d7fb8decbe2ad92 (patch) | |
tree | 83301d7ca9c199cf005ab8b392667706e0d73135 /net/yconalyzer | |
parent | 6a5622bde3e95d0ff1d689be408fd56ac5730293 (diff) | |
download | ports-f10452b4c595129b133796634d7fb8decbe2ad92.tar.gz ports-f10452b4c595129b133796634d7fb8decbe2ad92.zip |
Notes
Diffstat (limited to 'net/yconalyzer')
-rw-r--r-- | net/yconalyzer/Makefile | 27 | ||||
-rw-r--r-- | net/yconalyzer/distinfo | 3 | ||||
-rw-r--r-- | net/yconalyzer/pkg-descr | 6 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net/yconalyzer/Makefile b/net/yconalyzer/Makefile new file mode 100644 index 000000000000..7f598c94a0b1 --- /dev/null +++ b/net/yconalyzer/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: yconalyzer +# Date created: 2010-09-08 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= yconalyzer +PORTVERSION= 1.0.4 +CATEGORIES= net +MASTER_SITES= SF +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= gslin@gslin.org +COMMENT= TCP Traffic Analyzer + +GNU_CONFIGURE= yes +PLIST_FILES= bin/yconalyzer +USE_BZIP2= yes +USE_GMAKE= yes + +MAN8= yconalyzer.8 + +pre-install: + ${CHMOD} a+x ${WRKSRC}/install-sh + +.include <bsd.port.mk> diff --git a/net/yconalyzer/distinfo b/net/yconalyzer/distinfo new file mode 100644 index 000000000000..b6640e39f3f7 --- /dev/null +++ b/net/yconalyzer/distinfo @@ -0,0 +1,3 @@ +MD5 (yconalyzer-1.0.4.tar.bz2) = 9b65a86d9c6aaf7717b9e2c7c1c4891e +SHA256 (yconalyzer-1.0.4.tar.bz2) = 3b2bd33ffa9f6de707c91deeb32d9e9a56c51e232be5002fbed7e7a6373b4d5b +SIZE (yconalyzer-1.0.4.tar.bz2) = 77016 diff --git a/net/yconalyzer/pkg-descr b/net/yconalyzer/pkg-descr new file mode 100644 index 000000000000..7f48d23fdfe9 --- /dev/null +++ b/net/yconalyzer/pkg-descr @@ -0,0 +1,6 @@ +Yconalyzer is a low-overhead pcap utility that provides a bird's eye +view of traffic on a particular TCP port, displaying a distribution of +duration, volume and throughput over all connections while being able +to narrow down to a connection as well. + +WWW: http://yconalyzer.sourceforge.net/ |