[90353] trunk/dports/security

dports at macports.org dports at macports.org
Sat Mar 3 02:43:30 PST 2012


Revision: 90353
          http://trac.macports.org/changeset/90353
Author:   dports at macports.org
Date:     2012-03-03 02:43:27 -0800 (Sat, 03 Mar 2012)
Log Message:
-----------
yara: new port, v1.6 (#31008)

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

Added: trunk/dports/security/yara/Portfile
===================================================================
--- trunk/dports/security/yara/Portfile	                        (rev 0)
+++ trunk/dports/security/yara/Portfile	2012-03-03 10:43:27 UTC (rev 90353)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+
+name                    yara
+version                 1.6
+
+categories              security
+license                 GPL-2+
+platforms               darwin
+maintainers             yendor.net:a.schuster \
+                        openmaintainer
+                        
+description             Malware identification and classification tool
+long_description \
+    YARA is a tool aimed at helping malware researchers to identify and \
+    classify malware samples.
+
+homepage                http://code.google.com/p/yara-project/
+master_sites            googlecode:yara-project
+
+checksums               rmd160  5a1ef8e9eccb913156b4be155e9cefb58d0088f2 \
+                        sha256  af92ac3481212245944561888f6b128cc13fe736fbabf90cc80c26f6179bc9f3
+
+depends_lib             port:pcre
+
+post-patch {
+    # fix use of inline for clang compatibility
+    reinplace "s|inline|static inline|g" ${worksrcpath}/libyara/scan.c
+}
+


Property changes on: trunk/dports/security/yara/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/20120303/d2854a41/attachment.html>


More information about the macports-changes mailing list