Commit Graph

13 Commits (4548c7a297bcf5b9f71bc8045605260971f4b575)

Author SHA1 Message Date
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg 62fa0c4f42 Use autotools symbols 2012-07-10 08:56:02 -07:00
Max Howell 06cb65df78 These now depend on automake for Xcode >= 4.3
Fixes Homebrew/homebrew#10559.

Also added missing deps for osm2pgsql.

Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
2012-02-28 15:40:59 +00:00
Max Howell cc42975f81 depends_on "automake" where necessary
Had to remove full paths, since we have two options for location now.
2012-02-27 04:05:43 +00:00
Adam Vandenberg da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
Nibbles 2bits 9afa12b403 mcabber: fixes for autogen.sh
Define a couple of variables to help --HEAD run autogen.sh and locate
our m4 macros.  Adds a Dir.chdir for HEAD, and a depend_on libotr,
otherwise configure will choke once you generate it and run it.  Adds a
caveat to inform the user how to setup their .mcabberrc configuration
file.  This compiles on Lion and Snow Lep with all five compilers,
either stable or head.

Changes --enable-otr from an option to being the default.

Closes Homebrew/homebrew#10174.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 12:19:42 -06:00
Adam Vandenberg 591f3ba859 Mcabber: fix head build 2011-10-27 17:29:56 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Alexis Hildebrandt 28046e8f22 Update Formula: mcabber
Version bump to 0.10.1

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-26 13:33:07 -08:00
Adam Vandenberg 19e5e6e64a Mark scons, cmake & pkg-config as build-time deps 2010-10-12 07:13:29 -07:00
Alexis Hildebrandt 1477d0d198 mcabber: A console Jabber client
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-15 16:03:56 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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-07 18:08:53 -07:00
Alexis Hildebrandt 2445d620eb Mcabber 0.9.10
A small Jabber console client.

Mcabber includes features such as:

 - SSL support

 - MUC (Multi-User Chat) support

 - history logging

 - command completion

 - OpenPGP encryption

 - OTR (Off-the-Record Messaging) support and external action triggers
2010-01-23 12:21:15 +00:00