Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35553 - stan-0.4.ebuild (New Package)
Summary: stan-0.4.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-12-10 14:21 UTC by Konrad Rieck
Modified: 2005-01-17 10:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
stan-0.4.ebuild (stan-0.4.ebuild,640 bytes, text/plain)
2003-12-10 14:22 UTC, Konrad Rieck
Details
stan-0.4.ebuild (stan-0.4.ebuild,416 bytes, text/plain)
2003-12-10 15:13 UTC, Konrad Rieck
Details
stan-0.4.ebuild (stan-0.4.ebuild,356 bytes, text/plain)
2003-12-14 02:42 UTC, Konrad Rieck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Konrad Rieck 2003-12-10 14:21:04 UTC
I am the developer of Stan and I feel that this tool might be an addition to the Gentoo portage collection.

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

More information are available at http://www.roqe.org/stan

I would suggest to add stan to app-crypt/stan.

Regards,
Konrad


Reproducible: Always
Steps to Reproduce:
Comment 1 Konrad Rieck 2003-12-10 14:22:19 UTC
Created attachment 21996 [details]
stan-0.4.ebuild
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2003-12-10 15:04:57 UTC
Some suggestions for the ebuild:

no need to inherit eutils
needs an IUSE="" line
needs ${P} in SRC_URI
get rid of S= line
get rid of src_unpack and src_compile
Comment 3 Konrad Rieck 2003-12-10 15:13:37 UTC
Created attachment 22002 [details]
stan-0.4.ebuild

Removed redundant and useless code from the ebuild script
Comment 4 Konrad Rieck 2003-12-10 15:18:14 UTC
Comment on attachment 22002 [details]
stan-0.4.ebuild

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Id$

VERSION="0.4"
DESCRIPTION="Binary Stream Analyzer"
HOMEPAGE="http://www.roqe.org/stan"
SRC_URI="http://www.roqe.org/stan/${P}.tar.gz"

IUSE=""

LICENSE="BSD"
SLOT="0"
KEYWORDS="ppc x86 alpha hppa"

src_install() {
	einstall || die
}
Comment 5 Konrad Rieck 2003-12-14 02:42:22 UTC
Created attachment 22182 [details]
stan-0.4.ebuild
Comment 6 Kai Zimmermann (RETIRED) gentoo-dev 2005-01-17 10:13:52 UTC
Is in the tree now.

kai