diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-02 01:31:38 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-02 01:31:38 +0800 |
commit | 2027c167e8241479d0a570497857a55475905d6d (patch) | |
tree | acd585058b6d4bb718e4813d0dd1632b9178fa7a /misc | |
parent | 3acbb503cc28ad1d130f253208a605e2605d8a48 (diff) | |
download | freebsd-ports-gnome-2027c167e8241479d0a570497857a55475905d6d.tar.gz freebsd-ports-gnome-2027c167e8241479d0a570497857a55475905d6d.tar.zst freebsd-ports-gnome-2027c167e8241479d0a570497857a55475905d6d.zip |
add stan
Generate several statisical information of a stream
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/stan/Makefile | 20 | ||||
-rw-r--r-- | misc/stan/distinfo | 1 | ||||
-rw-r--r-- | misc/stan/pkg-comment | 1 | ||||
-rw-r--r-- | misc/stan/pkg-descr | 24 | ||||
-rw-r--r-- | misc/stan/pkg-plist | 1 |
6 files changed, 48 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index c9cece66576a..5e4620588edc 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -145,6 +145,7 @@ SUBDIR += snowflake SUBDIR += splitvt SUBDIR += sshbuddy + SUBDIR += stan SUBDIR += tcb SUBDIR += team SUBDIR += tet diff --git a/misc/stan/Makefile b/misc/stan/Makefile new file mode 100644 index 000000000000..0dcf94753213 --- /dev/null +++ b/misc/stan/Makefile @@ -0,0 +1,20 @@ +# ex:ts=8 +# New ports collection makefile for: stan +# Date created: May 1, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= stan +PORTVERSION= 0.2 +CATEGORIES= misc +MASTER_SITES= http://www.r0q.cx/stan/ + +MAINTAINER= ijliao@FreeBSD.org + +GNU_CONFIGURE= yes + +MAN1= stan.1 + +.include <bsd.port.mk> diff --git a/misc/stan/distinfo b/misc/stan/distinfo new file mode 100644 index 000000000000..8c8bc78ae66f --- /dev/null +++ b/misc/stan/distinfo @@ -0,0 +1 @@ +MD5 (stan-0.2.tar.gz) = 2b4d0a9fdd1ff203bc613fe77ae2525a diff --git a/misc/stan/pkg-comment b/misc/stan/pkg-comment new file mode 100644 index 000000000000..8bc4a82ce99c --- /dev/null +++ b/misc/stan/pkg-comment @@ -0,0 +1 @@ +Generate several statisical information of a stream diff --git a/misc/stan/pkg-descr b/misc/stan/pkg-descr new file mode 100644 index 000000000000..69c236fbc940 --- /dev/null +++ b/misc/stan/pkg-descr @@ -0,0 +1,24 @@ +Stan is a small console application that works on all Unix systems. It is +able to generate several statisical information of a stream. A stream can +be either standard input or given files. Stan can be used in order to analyse +encrypted data or to measure the quality of a pseudo random number generator. + +There are three types of statistics generated by Stan: + + - General Statistics + General statistical standard values are based on the bytes of the input + stream. Stan is able to calculate the mean, the median, the deviation + and the chi-squared value of the given stream. + + - Pattern Statistics + It is possible to do pattern analysis up to a specified pattern length. + Stan will analyse the patterns inside the stream and output the most + used patterns and the range of patterns used. + + - Bit Statistics + By analysing the bit of the given stream and dividing them into run, + sequences of the same bit, stan is able to show information that are + useful for analysing pseudo random numbers. Stan calculates ratios + between run lengths and 0 runs to 1 runs. + +WWW: http://www.r0q.cx/stan/ diff --git a/misc/stan/pkg-plist b/misc/stan/pkg-plist new file mode 100644 index 000000000000..5cdfaa69dc8a --- /dev/null +++ b/misc/stan/pkg-plist @@ -0,0 +1 @@ +bin/stan |