From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- security/rats/DESCR | 7 +++++++ security/rats/PLIST | 6 ++++++ security/rats/pkg/DESCR | 7 ------- security/rats/pkg/PLIST | 6 ------ 4 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 security/rats/DESCR create mode 100644 security/rats/PLIST delete mode 100644 security/rats/pkg/DESCR delete mode 100644 security/rats/pkg/PLIST (limited to 'security/rats') diff --git a/security/rats/DESCR b/security/rats/DESCR new file mode 100644 index 00000000000..272e4801ce5 --- /dev/null +++ b/security/rats/DESCR @@ -0,0 +1,7 @@ +RATS, the Rough Auditing Tool for Security, is a security auditing utility +for C and C++ code. RATS scans source code, finding potentially dangerous +function calls. +The goal of this project is not to definitively find bugs (yet). +The current goal is to provide a reasonable starting point for performing +manual security audits. +RATS is released under version 2 of the GNU Public License (GPL). diff --git a/security/rats/PLIST b/security/rats/PLIST new file mode 100644 index 00000000000..fcbc4303736 --- /dev/null +++ b/security/rats/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:17:38 zuntum Exp $ +bin/rats +lib/rats-c.xml +lib/rats-perl.xml +lib/rats-python.xml + diff --git a/security/rats/pkg/DESCR b/security/rats/pkg/DESCR deleted file mode 100644 index 272e4801ce5..00000000000 --- a/security/rats/pkg/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -RATS, the Rough Auditing Tool for Security, is a security auditing utility -for C and C++ code. RATS scans source code, finding potentially dangerous -function calls. -The goal of this project is not to definitively find bugs (yet). -The current goal is to provide a reasonable starting point for performing -manual security audits. -RATS is released under version 2 of the GNU Public License (GPL). diff --git a/security/rats/pkg/PLIST b/security/rats/pkg/PLIST deleted file mode 100644 index fb1aad58645..00000000000 --- a/security/rats/pkg/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2001/08/06 06:10:50 jun Exp $ -bin/rats -lib/rats-c.xml -lib/rats-perl.xml -lib/rats-python.xml - -- cgit v1.2.3