summaryrefslogtreecommitdiff
path: root/misc/stan
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-01 17:31:38 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-01 17:31:38 +0000
commit2027c167e8241479d0a570497857a55475905d6d (patch)
treeacd585058b6d4bb718e4813d0dd1632b9178fa7a /misc/stan
parentadd log4cpp (diff)
add stan
Generate several statisical information of a stream
Notes
Notes: svn path=/head/; revision=42139
Diffstat (limited to 'misc/stan')
-rw-r--r--misc/stan/Makefile20
-rw-r--r--misc/stan/distinfo1
-rw-r--r--misc/stan/pkg-comment1
-rw-r--r--misc/stan/pkg-descr24
-rw-r--r--misc/stan/pkg-plist1
5 files changed, 47 insertions, 0 deletions
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