cvs commit: ports/security Makefile ports/security/yara Makefile distinfo pkg-descr pkg-plist ports/security/py-yara Makefile distinfo pkg-descr ports/security/py-yara/files patch-setup.py

Wesley Shields wxs at FreeBSD.org
Mon Mar 7 18:04:50 UTC 2011


wxs         2011-03-07 18:04:50 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/yara        Makefile distinfo pkg-descr pkg-plist 
    security/py-yara     Makefile distinfo pkg-descr 
    security/py-yara/files patch-setup.py 
  Log:
  Two new ports: security/yara and security/py-yara. The latter is the python
  bindings for the former.
  
  "YARA is a tool aimed at helping malware researchers to identify and classify
  malware samples. With YARA you can create descriptions of malware families
  based on textual or binary patterns contained on samples of those families.
  Each description consists of a set of strings and a Boolean expression which
  determines its logic."
  
  WWW: http://code.google.com/p/yara-project/
  
  Revision  Changes    Path
  1.1156    +2 -0      ports/security/Makefile
  1.1       +28 -0     ports/security/py-yara/Makefile (new)
  1.1       +2 -0      ports/security/py-yara/distinfo (new)
  1.1       +15 -0     ports/security/py-yara/files/patch-setup.py (new)
  1.1       +9 -0      ports/security/py-yara/pkg-descr (new)
  1.1       +28 -0     ports/security/yara/Makefile (new)
  1.1       +2 -0      ports/security/yara/distinfo (new)
  1.1       +7 -0      ports/security/yara/pkg-descr (new)
  1.1       +6 -0      ports/security/yara/pkg-plist (new)


More information about the cvs-ports mailing list