import stan 0.4.1

Stan is a console application that analyzes binary streams and
calculates several useful statistical information from the observed
data.  It features statistical, pattern and bit analysis. Stan has been
designed as a "swiss-knife" for first steps in reverse engineering and
cryptographic analysis.

from zinovik at kspu.karelia.ru (MAINTAINER), with tweaks by me.
This commit is contained in:
jasper 2008-05-18 21:06:19 +00:00
parent 9075d9997c
commit 63f5732e55
5 changed files with 51 additions and 0 deletions

26
sysutils/stan/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/05/18 21:06:19 jasper Exp $
COMMENT = statistical analyzer for binary streams
DISTNAME = stan-0.4.1
CATEGORIES = sysutils
HOMEPAGE = http://www.roqe.org/stan/
MAINTAINER = Igor Zinovik <zinovik@kspu.karelia.ru>
# 4-clause BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c m
MASTER_SITES = ${HOMEPAGE}
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += CFLAGS="${CFLAGS}"
.include <bsd.port.mk>

5
sysutils/stan/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (stan-0.4.1.tar.gz) = erJyYHEaoqJjaWRkJH5qFA==
RMD160 (stan-0.4.1.tar.gz) = bXk2h2X2PWr820m+Xdpjqomq97s=
SHA1 (stan-0.4.1.tar.gz) = UfN+DuN3TigIUvgdIEF4hGOIONE=
SHA256 (stan-0.4.1.tar.gz) = sBD/oD2a2OjXzyz8JpL67Gf24XesVLQysuK/9Qslj1s=
SIZE (stan-0.4.1.tar.gz) = 37471

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-configure,v 1.1.1.1 2008/05/18 21:06:19 jasper Exp $
--- configure.orig Sun May 18 23:00:03 2008
+++ configure Sun May 18 23:00:58 2008
@@ -1095,7 +1095,7 @@ fi
if test "x$GCC" = "xyes"
then
- CFLAGS="-Wall -O3"
+ CFLAGS=$CFLAGS
fi
echo $ac_n "checking for pow in -lm""... $ac_c" 1>&6

5
sysutils/stan/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
Stan is a console application that analyzes binary streams and
calculates several useful statistical information from the observed
data. It features statistical, pattern and bit analysis. Stan has been
designed as a "swiss-knife" for first steps in reverse engineering and
cryptographic analysis.

3
sysutils/stan/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/05/18 21:06:19 jasper Exp $
bin/stan
@man man/man1/stan.1