summaryrefslogtreecommitdiff
path: root/security/rats
diff options
context:
space:
mode:
authortaca <taca>2002-09-30 13:52:55 +0000
committertaca <taca>2002-09-30 13:52:55 +0000
commita5d0079f5b92e9660905011fc4b0d2c1f421d249 (patch)
tree2938bd13ccd48b15dca48c6b42ebaa92ede81130 /security/rats
parent2cb6ba641c9dcc41b8157697b75a49ebd725931b (diff)
downloadpkgsrc-a5d0079f5b92e9660905011fc4b0d2c1f421d249.tar.gz
Update ratas to 2.1
Here is quote from 2.0's release announce but changes from 2.0 to 2.1 are unknown. New in this version of RATS: RATS can now descend through directories recursively, analyzing any supported source code it finds. Ability to output results as HTML or XML. Result output can contain the line of code that caused each problem to be reported, along with the column number in the source file the problem was detected at. RATS will now report various statistics at the end of the reporting phase, including total time spend on the analysis, and number of source lines analyzed. Various database additions. A new database file, rats-openssl, which aids in analyzing any code that utilizes the OpenSSL C API. (Thanks to Ben Laurie for contributing this database)
Diffstat (limited to 'security/rats')
-rw-r--r--security/rats/Makefile6
-rw-r--r--security/rats/PLIST5
-rw-r--r--security/rats/distinfo6
3 files changed, 9 insertions, 8 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile
index 6395bcdb28e..e64a314d4b6 100644
--- a/security/rats/Makefile
+++ b/security/rats/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2002/08/25 21:50:43 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2002/09/30 13:52:55 taca Exp $
#
-DISTNAME= rats-1.4
+DISTNAME= rats-2.1
CATEGORIES= security
MASTER_SITES= http://www.securesw.com/rats/
@@ -11,7 +11,7 @@ COMMENT= Rough Auditing Tool for Security
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
-CONFIGURE_ARGS+= --libdir=${LOCALBASE}/share/rats
+CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/rats
ALL_TARGET= rats
.include "../../textproc/expat/buildlink2.mk"
diff --git a/security/rats/PLIST b/security/rats/PLIST
index 48792b8a389..fd5c6d64be5 100644
--- a/security/rats/PLIST
+++ b/security/rats/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2002/05/03 14:19:18 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2002/09/30 13:52:55 taca Exp $
bin/rats
man/man1/rats.1
share/rats/rats-c.xml
+share/rats/rats-openssl.xml
share/rats/rats-perl.xml
-share/rats/rats-python.xml
share/rats/rats-php.xml
+share/rats/rats-python.xml
diff --git a/security/rats/distinfo b/security/rats/distinfo
index 181fe98b9b3..c7693e7a590 100644
--- a/security/rats/distinfo
+++ b/security/rats/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/05/03 14:14:24 taca Exp $
+$NetBSD: distinfo,v 1.5 2002/09/30 13:52:56 taca Exp $
-SHA1 (rats-1.4.tar.gz) = d3360eb9e2d79bc3dd86f088e845bc86fd885295
-Size (rats-1.4.tar.gz) = 298022 bytes
+SHA1 (rats-2.1.tar.gz) = b837b1765caa8ed36b70e6c88446c4d415554500
+Size (rats-2.1.tar.gz) = 326930 bytes