summaryrefslogtreecommitdiff
path: root/security/ccsrch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Typos, whitespace and capitalization fixes (S-X).Jimmy Olgeni2015-09-201-1/+1
|
* - Switch to options helpersDmitry Marakasov2015-09-031-5/+1
| | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-3/+2
| | | | | | | | | | | | | | | | | | | - 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
* - Update MASTER_SITES to use the MASTER_SITE_SOURCEFORGE macroFrederic Culot2014-05-201-1/+1
| | | | | PR: ports/190001 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* Support staging.Raphael Kubo da Costa2014-01-051-6/+7
| | | | | PR: ports/185485 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
|
* - Update MAINTAINER addressSunpoet Po-Chuan Hsieh2013-09-214-11/+113
| | | | | | | | | | | | - Convert to new OPTIONS framework - Respect CC - Cleanup compile warnings - Pet portlint - While I'm here, remove LICENSE_FILE for well-known licenses - Use single space after WWW: PR: ports/182158 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | security)
* -remove MD5Olli Hauer2011-07-031-1/+0
|
* ccsrch is a tool that searches for and identifies unencrypted andPhilip M. Gollucci2010-09-234-0/+59
contiguous credit card numbers (PAN) and track data on windows and UNIX operating systems. It will also identify the location of the PAN data in the files and record MAC times. WWW: http://ccsrch.sourceforge.net/ PR: ports/148821 Submitted by: Pavel I Volkov <pavelivolkov at googlemail.com>