aboutsummaryrefslogtreecommitdiff
path: root/devel/cppi
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_GPG from all effected ports. This knob is a no-op and the way itGabor Kovesdan2007-01-291-4/+0
| | | | | | | | | | | | was supposed to work is useless, because if we can't trust the distfile from the remote machine, we can't trust the signature from the same machine either. Our MD5 and SHA256 are good for checking both the sanity and the trustiness of distfiles. Approved by: portmgr (erwin), erwin (mentor) Notes: svn path=/head/; revision=183644
* A tool to indent the C preprocessor directives to reflect theirMartin Wilke2006-11-083-0/+39
nesting and ensure that there is exactly one space character between each #if, #elif, #define directive and the following token. PR: ports/105184 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=176878