From b2c857fc0234a19f8429a6c5ab464de1b074052b Mon Sep 17 00:00:00 2001 From: Tim Gray Date: Tue, 26 Apr 2011 11:32:14 -0400 Subject: putmail-queue 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-queue.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/putmail-queue.rb (limited to 'Library/Formula/putmail-queue.rb') diff --git a/Library/Formula/putmail-queue.rb b/Library/Formula/putmail-queue.rb new file mode 100644 index 000000000..5c9c15647 --- /dev/null +++ b/Library/Formula/putmail-queue.rb @@ -0,0 +1,14 @@ +require 'formula' + +class PutmailQueue < Formula + url 'http://downloads.sourceforge.net/project/putmail/putmail-queue/0.2/putmail-queue-0.2.tar.bz2' + homepage 'http://putmail.sourceforge.net/home.html' + md5 '8c9401e403bd6d0948e8cbcfc811f1db' + + depends_on 'putmail' + + def install + bin.install ['putmail_dequeue.py', 'putmail_enqueue.py'] + man1.install Dir["man/man1/*.1"] + end +end -- cgit v1.2.3