Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6009 - dev-util/rats-1.5.ebuild
Summary: dev-util/rats-1.5.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ferry Meyndert (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 34047
Blocks:
  Show dependency tree
 
Reported: 2002-08-04 13:33 UTC by Paul Belt
Modified: 2004-01-05 19:16 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Belt 2002-08-04 13:33:39 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

# Author:  Paul Belt <gaarde at users dot sourceforge dot net>

DESCRIPTION="RATS, the Rough Auditing Tool for Security, is a security auditing
utility for C, C++, Perl, and Python code. RATS scans source code, finding
potentially dangerous function calls. It provides a reasonable starting point
for performing manual security audits."
HOMEPAGE="http://www.securesoftware.com/rats.php"
SRC_URI="http://www.securesoftware.com/rats/${P}.tar.gz"
LICENSE="gpl-2"
SLOT="0"
KEYWORDS="x86"
DEPEND=""

src_compile() {
    econf || die
    emake || die
}

src_install () {
   dobin rats
   doman rats.1
   dodoc README README.win32 COPYING

   #into ${D}/usr/lib
   dolib rats-python.xml rats-c.xml rats-perl.xml rats-php.xml
}
Comment 1 SpanKY gentoo-dev 2002-08-04 15:04:29 UTC
i tried it out and works for me
Comment 2 Paul Belt 2002-08-27 21:57:56 UTC
commited to CVS
Comment 3 solar (RETIRED) gentoo-dev 2003-12-25 13:26:47 UTC
I dont see this installed but please see. 
http://bugs.gentoo.org/show_bug.cgi?id=34047
Comment 4 solar (RETIRED) gentoo-dev 2003-12-25 18:43:54 UTC
Reopen bug
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-01-05 19:16:01 UTC
dev-util/rats is now created, partially based on this ebuild.