From 5eee2c2cb04a86f490dc56d8ac4bb6da220dfae9 Mon Sep 17 00:00:00 2001 From: Boris Gordon Date: Sat, 26 Sep 2009 02:16:54 +1000 Subject: MCrypt formula 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. :) --- Library/Formula/mcrypt.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/mcrypt.rb diff --git a/Library/Formula/mcrypt.rb b/Library/Formula/mcrypt.rb new file mode 100644 index 000000000..a69935875 --- /dev/null +++ b/Library/Formula/mcrypt.rb @@ -0,0 +1,12 @@ +require 'brewkit' + +class Mcrypt