summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/its4/ChangeLog10
-rw-r--r--dev-util/its4/Manifest0
-rw-r--r--dev-util/its4/files/digest-its4-1.1.11
-rw-r--r--dev-util/its4/its4-1.1.1.ebuild34
-rw-r--r--dev-util/its4/metadata.xml15
5 files changed, 60 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..e69de29bb2d1
--- /dev/null
+++ b/dev-util/its4/Manifest
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>