aboutsummaryrefslogtreecommitdiff
path: root/security/blindelephant
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup plistAntoine Brodin2014-11-131-4/+0
| | | | Notes: svn path=/head/; revision=372514
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* Add stage support and support for the DOCS option.Stefan Eßer2014-06-011-10/+8
| | | | | | | Approved by: antoine (mentor) Notes: svn path=/head/; revision=356108
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Repeated words are are hard to to find sometimes.Eitan Adler2012-01-081-1/+1
| | | | | | | Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=288737
* - Reassign these ports back to the heapThomas Abthorpe2011-11-141-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285782
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - Fix plistPav Lucistnik2011-03-071-85/+85
| | | | | | | | | | | - No portrevision bump because this port abuses portrevision PR: ports/155224 Submitted by: wen With hat: portmgr Notes: svn path=/head/; revision=270464
* New port: The BlindElephant Web Application Fingerprinter attemptsNiels Heinen2010-08-216-0/+167
to discover the version of a (known) web application by comparing static files at known locations against precomputed hashes for versions of those files in all available releases. The technique is fast, low-bandwidth, non-invasive, generic, and highly automatable. WWW: http://blindelephant.sourceforge.net/ Approved by: itetcu (mentor) Notes: svn path=/head/; revision=259673