aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dovecot.rb
AgeCommit message (Collapse)Author
2012-02-03Add and use plist helper methodsJack Nagel
These will be used to unify the label namespaces in embedded plists, i.e. 'homebrew.mxcl.<formula>'. plist_path returns the full path to a plist file located at the top level of the keg; plist_path.basename can be used if just the filename is needed. c.f. #9346. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03Normalize paths in embedded plist filesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-05Fix spelling mistakes.Brett Koonce
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> Closes #9407. Closes #9408. Closes #9410. Closes #9411.
2011-10-10dovecot: Upgrade to 2.0.15Vincent Beffara
Closes #8051. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-16Updated formula: dovecot 1.2.16Lars
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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-07-13Change the .plist to a working launchd example. ↵benderydt
<http://github.com/mxcl/homebrew/issues/issue/1841> Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-08Updated formula: dovecot 1.2.12Lars
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-26Dovecot - fix etc, var.Adam Vandenberg
2010-03-09dovecot: update version to 1.2.11David Höppner
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-17Prettier install outputMax Howell
This way caveats and other warnings/errors don't appear connected to the Summary text.
2009-09-01Document how to start DovecotBrett Porter
2009-08-31Dovecot formulaBrett Porter
Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory.