aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mcrypt.rb
AgeCommit message (Collapse)Author
2013-01-28mcrypt: style nitsAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-12mcrypt: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-07-28mcrypt: fix audit warningAdam Vandenberg
2011-07-28MCrypt: Changed the archive location (fix #6681)Colin Hebert
MCrypt is hosted on sourceforge, the archive should be downloaded on sourceforge Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-23Use ARGV.build_universal?Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-08-07Use new symlink aliasesMax Howell
2010-06-23Fix warning on man page installation for mcryptChris Hoffman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-25MCrypt formulaBoris Gordon
MCrypt is a replacement for the old crypt() package and crypt(1) command, with extensions. It allows developers to use a wide range of encryption functions, without making drastic changes to their code. It allows users to encrypt files or data streams without having to be cryptographers. Above all, it allows you to have some really neat code on your machine. :)