From 72fa2525eb4d3fdd28ec33d4e3ba71e337a4836f Mon Sep 17 00:00:00 2001 From: Tim Gray Date: Tue, 26 Apr 2011 11:32:01 -0400 Subject: putmail.py 1.4 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 --- Library/Formula/putmail.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/putmail.rb (limited to 'Library') diff --git a/Library/Formula/putmail.rb b/Library/Formula/putmail.rb new file mode 100644 index 000000000..578a126df --- /dev/null +++ b/Library/Formula/putmail.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Putmail < Formula + url 'http://downloads.sourceforge.net/project/putmail/putmail.py/1.4/putmail.py-1.4.tar.bz2' + homepage 'http://putmail.sourceforge.net/home.html' + md5 'cb512effdb98731821b09dedcbc641ed' + + def install + # Install manually. + bin.install "putmail.py" + man1.install "man/man1/putmail.py.1" + + # MacPorts does this, so why not + ln_s bin+"putmail.py", bin+"putmail" + ln_s man1+"putmail.py.1", man1+"putmail.1" + end +end -- cgit v1.2.3