diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-09-19 01:04:41 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-09-19 01:04:41 +0000 |
commit | 5b92e6f6bab3d484345dec2d1d806ce44723d7d7 (patch) | |
tree | 3e02d72ba04f7a6b7889d8364d3b5b54e80a4a95 /dev-util/its4 | |
parent | Removed EMBOSS support in "app-sci/staden". (diff) | |
download | historical-5b92e6f6bab3d484345dec2d1d806ce44723d7d7.tar.gz historical-5b92e6f6bab3d484345dec2d1d806ce44723d7d7.tar.bz2 historical-5b92e6f6bab3d484345dec2d1d806ce44723d7d7.zip |
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
Diffstat (limited to 'dev-util/its4')
-rw-r--r-- | dev-util/its4/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/its4/Manifest | 4 | ||||
-rw-r--r-- | dev-util/its4/files/digest-its4-1.1.1 | 1 | ||||
-rw-r--r-- | dev-util/its4/its4-1.1.1.ebuild | 34 | ||||
-rw-r--r-- | dev-util/its4/metadata.xml | 15 |
5 files changed, 64 insertions, 0 deletions
diff --git a/dev-util/its4/ChangeLog b/dev-util/its4/ChangeLog new file mode 100644 index 000000000000..fce8cef67e9e --- /dev/null +++ b/dev-util/its4/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-util/its4 +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/its4/ChangeLog,v 1.1 2004/09/19 01:04:41 robbat2 Exp $ + +*its4-1.1.1 (18 Sep 2004) + + 18 Sep 2004; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml, + +its4-1.1.1.ebuild: + Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/dev-util/its4/Manifest b/dev-util/its4/Manifest new file mode 100644 index 000000000000..649bc06a2e3e --- /dev/null +++ b/dev-util/its4/Manifest @@ -0,0 +1,4 @@ +MD5 efb6bacee7c7f1d759178e963e71900d its4-1.1.1.ebuild 1047 +MD5 fd9452fa2aaaa700aea83b4e4890b8f5 ChangeLog 385 +MD5 0563343e302cd8a70e8f5d48053ccbee metadata.xml 577 +MD5 14b1670fe3d74a8f92704d4eb8a1da52 files/digest-its4-1.1.1 58 diff --git a/dev-util/its4/files/digest-its4-1.1.1 b/dev-util/its4/files/digest-its4-1.1.1 new file mode 100644 index 000000000000..6dc91bb40398 --- /dev/null +++ b/dev-util/its4/files/digest-its4-1.1.1 @@ -0,0 +1 @@ +MD5 771d18f5781a3b2a95d8e2e4e747be6b its4-1.1.1.tgz 59759 diff --git a/dev-util/its4/its4-1.1.1.ebuild b/dev-util/its4/its4-1.1.1.ebuild new file mode 100644 index 000000000000..8fbfa0cafbb0 --- /dev/null +++ b/dev-util/its4/its4-1.1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/its4/its4-1.1.1.ebuild,v 1.1 2004/09/19 01:04:41 robbat2 Exp $ + +DESCRIPTION="ITS4: Software Security Tool" +HOMEPAGE="http://www.cigital.com/its4/" +SRC_URI="${P}.tgz" +LICENSE="ITS4" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="sys-devel/gcc virtual/libc" +RESTRICT="nomirror fetch" +#RDEPEND="" +S="${WORKDIR}/${PN}" + +pkg_nofetch() { + einfo "Please visit ${HOMEPAGE} to download the source, and place it in" + einfo "${DISTDIR}" +} + +src_compile() { + # WARNING + # non-standard configure + # do NOT use econf + ./configure --prefix=/usr --mandir=/usr/share/man --datadir=/usr/share/its4 || die "configure failed" + emake OPTIMIZATION="${CXXFLAGS}" || die "emake failed" +} + +src_install() { + # WARNING + # non-standard, do NOT use einstall or 'make install DESTDIR=...' + make install INSTALL_BINDIR="${D}/usr/bin" INSTALL_MANDIR="${D}/usr/share/man" INSTALL_DATADIR="${D}/usr/share/its4" || die "install failed" +} diff --git a/dev-util/its4/metadata.xml b/dev-util/its4/metadata.xml new file mode 100644 index 000000000000..72e9156b10b4 --- /dev/null +++ b/dev-util/its4/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>robbat2@gentoo.org</email> +</maintainer> +<longdescription> +ITS4 scans source code, looking for function calls that are potentially +dangerous. For some calls, ITS4 tries to perform some code analysis to +determine how risky the call is. In each case, ITS4 provides a problem report, +including a short description of the potential problem and suggestions on how +to fix the code. +</longdescription> +</pkgmetadata> |