remove security/its4
ok sthen@
This commit is contained in:
parent
167d6717b3
commit
f0c122ce8b
@ -1,39 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2015/02/16 22:57:12 naddy Exp $
|
||||
|
||||
COMMENT= scan C/C++ source code for security problems
|
||||
|
||||
DISTNAME= its4-1.1.1
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= #see-do-fetch-target
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
PERMIT_PACKAGE_CDROM= commercial. licensing restrictions.
|
||||
PERMIT_PACKAGE_FTP= commercial. licensing restrictions.
|
||||
PERMIT_DISTFILES_FTP= commercial. licensing restrictions.
|
||||
WANTLIB= c m stdc++
|
||||
|
||||
CONFIGURE_STYLE= simple
|
||||
CONFIGURE_ARGS= --prefix='${PREFIX}' \
|
||||
--mandir='${PREFIX}/man' \
|
||||
--datadir='${PREFIX}/share/its4' \
|
||||
--with-cpp="${CXX}"
|
||||
|
||||
WRKDIST= ${WRKDIR}/its4
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
FETCH_MANUALLY= "The source to this port may not be automatically fetched" \
|
||||
"due to licensing restrictions. You MUST fetch the source" \
|
||||
"manually after reading and agreeing to the license at:" \
|
||||
"" \
|
||||
" http://www.cigital.com/its4/" \
|
||||
"" \
|
||||
"Once ${DISTFILES} has been downloaded, move it to ${FULLDISTDIR}" \
|
||||
"and then restart this build." \
|
||||
""
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/its4
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (its4-1.1.1.tgz) = OGymlMlpEIhj8+XAVx6oxcvcKI3RPhK6VzpZKERoLfQ=
|
||||
SIZE (its4-1.1.1.tgz) = 59759
|
@ -1,35 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2011/07/08 11:19:35 jasper Exp $
|
||||
--- Makefile.in.orig Wed Oct 3 00:00:02 2001
|
||||
+++ Makefile.in Fri Jul 8 13:14:14 2011
|
||||
@@ -10,10 +10,10 @@ pure: $(OBJECTS)
|
||||
purify $(CC) -o $(PROGNAME) $(OBJECTS)
|
||||
|
||||
.C.o:
|
||||
- $(CC) -c -DDATA_DIR=$(INSTALL_DATADIR) $(EXTRA_FLAGS) ${OPTIMIZATION} $<
|
||||
+ $(CC) $(CFLAGS) -c -DDATA_DIR=$(INSTALL_DATADIR) $<
|
||||
|
||||
.c.o:
|
||||
- $(CC) -c $(EXTRA_FLAGS) $(OPTIMIZATION) $<
|
||||
+ $(CC) $(CFLAGS) -c -DDATA_DIR=$(INSTALL_DATADIR) $<
|
||||
|
||||
remake: clean all
|
||||
|
||||
@@ -22,12 +22,12 @@ clean:
|
||||
spotless: clean
|
||||
-rm -rf Makefile .*
|
||||
install:
|
||||
- $(INSTALL) -d $(INSTALL_BINDIR)
|
||||
- $(INSTALL) $(PROGNAME) $(INSTALL_BINDIR)
|
||||
- $(INSTALL) -d $(INSTALL_DATADIR)
|
||||
- $(INSTALL) vulns.i4d $(INSTALL_DATADIR)
|
||||
- $(INSTALL) -d $(INSTALL_MANDIR)/man1
|
||||
- $(INSTALL) docs/its4.1 $(INSTALL_MANDIR)/man1/
|
||||
+ $(INSTALL) -d $(DESTDIR)$(INSTALL_BINDIR)
|
||||
+ $(INSTALL) $(PROGNAME) $(DESTDIR)$(INSTALL_BINDIR)
|
||||
+ $(INSTALL) -d $(DESTDIR)$(INSTALL_DATADIR)
|
||||
+ $(INSTALL) vulns.i4d $(DESTDIR)$(INSTALL_DATADIR)
|
||||
+ $(INSTALL) -d $(DESTDIR)$(INSTALL_MANDIR)/man1
|
||||
+ $(INSTALL) docs/its4.1 $(DESTDIR)$(INSTALL_MANDIR)/man1/
|
||||
echo "Installation complete."
|
||||
|
||||
# Dependencies generated by g++ -M *.C | dependstrip >> Makefile.in
|
@ -1,12 +0,0 @@
|
||||
from http://www.rstcorp.com/its4/
|
||||
|
||||
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.
|
||||
|
||||
ITS4 and its source code are provided here for non-commercial use to
|
||||
the security community.
|
||||
|
||||
-d.
|
@ -1,5 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/06/01 23:34:53 kili Exp $
|
||||
@bin bin/its4
|
||||
@man man/man1/its4.1
|
||||
share/its4/
|
||||
share/its4/vulns.i4d
|
Loading…
Reference in New Issue
Block a user