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:
parent
9075d9997c
commit
63f5732e55
26
sysutils/stan/Makefile
Normal file
26
sysutils/stan/Makefile
Normal 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
5
sysutils/stan/distinfo
Normal 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
|
12
sysutils/stan/patches/patch-configure
Normal file
12
sysutils/stan/patches/patch-configure
Normal 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
5
sysutils/stan/pkg/DESCR
Normal 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
3
sysutils/stan/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user