Also added options:
-Updated tarball and md5 for 1.51
-Added an option to build the cppcheck qt-gui
-Added an option to build without rules, in which case there's no dependency on pcre
-Added caveats explaining how to link the cppcheck-gui.app in case --with-gui is used for install
ClosesHomebrew/homebrew#8683.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Set current version to 3.7.0, using official git mirror
Set HEAD to the official git mirror
ClosesHomebrew/homebrew#8691.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
mz-scheme does not build on Lion, and has been superceded by Racket.
We would accept pull requests for mz-scheme in Homebrew-Alt if
access to this older version is still desired.
Torsocks allows you to use most socks-friendly applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you're using. This adds a formula for version 1.1 - for more info, see http://code.google.com/p/torsocks/
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Brute force program against pptp vpn endpoints (tcp port 1723). Fully standalone.
Supports latest MSChapV2 authentication. Tested against Windows and Cisco gateways.
Exploits a weakness in Microsoft's anti-brute force implementation which makes it
possible to try 300 passwords the second.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Putmail.py is a very simple and lightweight smtp client. Like msmtp but
written in Python. Supports queuing with the addition of the
putmail-queue brew.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Putmail.py is a very simple and lightweight smtp client. Like msmtp but
written in Python. Supports queuing with the addition of the
putmail-queue brew.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
ARGV.flag? will notice short options, and so ARGV.flag? '--devel' will
be triggered by '-d', which is obviously undesired.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
* Update formula's install to move JARs to libexec as preferred
* Update scripts use prefix for ES_HOME and update ES_CLASSPATH paths
to use libexec instead of lib
Signed-off-by: Adam Vandenberg <flangy@gmail.com>