aboutsummaryrefslogtreecommitdiff
path: root/security/py-yara
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.1.0.Wesley Shields2014-05-082-5/+5
| | | | Notes: svn path=/head/; revision=353247
* - Stage supportAntoine Brodin2014-02-181-4/+1
| | | | | | | | - New LIB_DEPENDS syntax - Remove PYDISTUTILS_EGGINFO, it's useless with PYDISTUTILS_AUTOPLIST Notes: svn path=/head/; revision=344940
* Update to 2.0.0.Wesley Shields2013-12-294-22/+22
| | | | | | | | | | The port has moved to github and py-yara is no longer a separate tarball for distribution. It is now bundled with the yara code. At some point I want to make py-yara not depend directly upon yara. This way you can get just the python bindings without needing to install yara itself. Notes: svn path=/head/; revision=337941
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Chase security/yara change back to using pcre.Wesley Shields2013-07-172-9/+5
| | | | Notes: svn path=/head/; revision=323180
* Update to 1.7.Wesley Shields2013-04-162-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315824
* Remove the header for ports I created.Wesley Shields2012-12-121-5/+0
| | | | | | | | | For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it. Notes: svn path=/head/; revision=308777
* - Update to 1.6.Wesley Shields2012-01-082-4/+4
| | | | Notes: svn path=/head/; revision=288721
* - Update to 1.5Wesley Shields2011-05-233-10/+15
| | | | | | | | - Don't hardcode py2.7 - Respect custom LOCALBASE Notes: svn path=/head/; revision=274522
* Two new ports: security/yara and security/py-yara. The latter is the pythonWesley Shields2011-03-074-0/+54
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/ Notes: svn path=/head/; revision=270455