[63012] trunk/dports/security

nox at macports.org nox at macports.org
Sat Jan 23 07:29:30 PST 2010


Revision: 63012
          http://trac.macports.org/changeset/63012
Author:   nox at macports.org
Date:     2010-01-23 07:29:27 -0800 (Sat, 23 Jan 2010)
Log Message:
-----------
Create new port rats

RATS is a tool for scanning C, C++, Perl, PHP and Python source code and
flagging common security related programming errors such as buffer
overflows and TOCTOU (Time Of Check, Time Of Use) race conditions.

Added Paths:
-----------
    trunk/dports/security/rats/
    trunk/dports/security/rats/Portfile

Added: trunk/dports/security/rats/Portfile
===================================================================
--- trunk/dports/security/rats/Portfile	                        (rev 0)
+++ trunk/dports/security/rats/Portfile	2010-01-23 15:29:27 UTC (rev 63012)
@@ -0,0 +1,47 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       archcheck 1.0
+
+name            rats
+version         2.3
+license         GPL-2
+categories      security devel
+maintainers     nox openmaintainer
+platforms       darwin
+description     Rough Auditing Tool for Security
+
+long_description \
+    RATS is a tool for scanning C, C++, Perl, PHP and Python source code and \
+    flagging common security related programming errors such as buffer \
+    overflows and TOCTOU (Time Of Check, Time Of Use) race conditions.
+
+homepage        http://www.fortify.com/security-resources/rats.jsp
+master_sites    http://www.fortify.com/servlet/download/public/
+
+checksums       md5     339ebe60fc61789808a457f6f967d226 \
+                sha1    02283f2a5f0482f09c7e33d2aa84d68c48a8ec5a \
+                rmd160  0db9d6277ba03d68c4d3171ae07de02069622ca8
+
+depends_lib \
+    port:expat
+
+archcheck.files \
+    lib/libexpat.dylib
+
+configure.args \
+    --datadir='\${prefix}/share/rats' \
+    --mandir='\${prefix}/share/man'
+
+build.target rats
+
+destroot.destdir prefix=${destroot}${prefix}
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} COPYING README ${destroot}${docdir}
+}
+
+livecheck.type  regex
+livecheck.regex {rats-(\d+(?:\.\d+)*)}


Property changes on: trunk/dports/security/rats/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100123/a31eeef7/attachment.html>


More information about the macports-changes mailing list