summaryrefslogtreecommitdiff
path: root/devel/its4
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-26 10:32:32 +0000
committerwiz <wiz@pkgsrc.org>2017-09-26 10:32:32 +0000
commit10f146f6d22c55129c91038f747a4fc18dc0bd7e (patch)
tree92e1a9b41c290ddf426ae7dba9ed936f55ab8a4b /devel/its4
parent5ee35bf41a99e36943b0e7861ec6f0d360cc6a05 (diff)
downloadpkgsrc-10f146f6d22c55129c91038f747a4fc18dc0bd7e.tar.gz
its4: remove package
dead upstream, last release from 2000, better tools available
Diffstat (limited to 'devel/its4')
-rw-r--r--devel/its4/DESCR11
-rw-r--r--devel/its4/Makefile30
-rw-r--r--devel/its4/PLIST6
-rw-r--r--devel/its4/distinfo8
-rw-r--r--devel/its4/patches/patch-aa13
-rw-r--r--devel/its4/patches/patch-configure20
6 files changed, 0 insertions, 88 deletions
diff --git a/devel/its4/DESCR b/devel/its4/DESCR
deleted file mode 100644
index 2cf1c03525b..00000000000
--- a/devel/its4/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-ITS4 -- It's the software, stupid! (Security Scanner)
-
-ITS4 is a tool that statically scans C and C++ source code for
-potential security vulnerabilities. It is a command-line tool that
-works across Unix environments (hopefully) and will also work under
-Windows with CygWin installed. ITS4 scans 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.
diff --git a/devel/its4/Makefile b/devel/its4/Makefile
deleted file mode 100644
index 8b730f30616..00000000000
--- a/devel/its4/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2017/09/19 08:28:27 wiz Exp $
-
-DISTNAME= its4-1.1.1
-CATEGORIES= devel
-MASTER_SITES= # have to fetch for yourself, or from a NetBSD mirror
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-#HOMEPAGE= https://www.cigital.com/its4/
-COMMENT= Static C/C++ code scanner for potential security problems
-LICENSE= no-commercial-use
-
-WRKSRC= ${WRKDIR}/its4
-HAS_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-cpp=${CXX:Q}
-CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
-CONFIGURE_ARGS+= --datadir=${PREFIX}/share/its4
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-USE_LANGUAGES= c++
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/its4 ${DESTDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/docs/its4.1 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/its4
- cd ${WRKSRC} && ${INSTALL_DATA} LICENSE TODO vulns.i4d \
- ${DESTDIR}${PREFIX}/share/its4
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/its4/PLIST b/devel/its4/PLIST
deleted file mode 100644
index 2ee18e91203..00000000000
--- a/devel/its4/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:48:49 joerg Exp $
-bin/its4
-man/man1/its4.1
-share/its4/LICENSE
-share/its4/TODO
-share/its4/vulns.i4d
diff --git a/devel/its4/distinfo b/devel/its4/distinfo
deleted file mode 100644
index c2bcc7e3e68..00000000000
--- a/devel/its4/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 03:27:35 agc Exp $
-
-SHA1 (its4-1.1.1.tgz) = e4f53d50b3e58bda892088b15454493c3f07624b
-RMD160 (its4-1.1.1.tgz) = 4f1c16d678126f6ea6e10f0a31e5fa14e7cd852c
-SHA512 (its4-1.1.1.tgz) = 580e5140618f583137c62f8e9ef50ab0ebe1b08235fdf12e867b2f538adca29774d52899a34f9e7d20a8eed2e470cfcf4d79483ba6f8114860bfb94c8eabcb09
-Size (its4-1.1.1.tgz) = 59870 bytes
-SHA1 (patch-aa) = be67edcb8ca7859d9e2571b4e228bef5140e84cd
-SHA1 (patch-configure) = 25fd9b0fbce09b7ff8adf5259d3e53bffaa2e083
diff --git a/devel/its4/patches/patch-aa b/devel/its4/patches/patch-aa
deleted file mode 100644
index 701fbb94780..00000000000
--- a/devel/its4/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/11/13 03:53:40 rtr Exp $
-
---- resultsdb.C.orig 2000-10-06 01:56:59.000000000 +1100
-+++ resultsdb.C
-@@ -43,7 +43,7 @@ void ResizeResultsTable()
- delete[] old_table;
- }
-
--void AddResult(char *source, int l, Severity s, VulnInfo*v, int explanation=0)
-+void AddResult(char *source, int l, Severity s, VulnInfo*v, int explanation)
- {
- Result &r = table[num_entries++];
- r.source = source;
diff --git a/devel/its4/patches/patch-configure b/devel/its4/patches/patch-configure
deleted file mode 100644
index ab6c903b87c..00000000000
--- a/devel/its4/patches/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2014/12/25 17:39:58 joerg Exp $
-
---- configure.orig 2014-12-23 20:56:39.000000000 +0000
-+++ configure
-@@ -120,15 +120,6 @@ cat >tmp.c <<EOF
- #include <iostream.h>
- int main(){return 0;}
- EOF
--if test -n "${CC}"; then
-- printf %s "Checking for user-supplied C++... " 1>&5
-- if `${CC} tmp.c 2>/dev/null` 2>/dev/null; then
-- echo "yes" 1>&5
-- else
-- echo "no" 1>&5
-- CC=
-- fi
--fi
- if test -z "${CC}"; then
- printf %s "Looking for a C++ compiler... " 1>&5
- if `g++ tmp.c 2>/dev/null` 2>/dev/null; then