Commit Graph

12 Commits (e081e1b8fd6acb22d0034e52f0fb5196e96e6c7f)

Author SHA1 Message Date
Jack Nagel 6ce735db99 Add and use plist helper methods
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. Homebrew/homebrew#9346.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03 19:50:58 -06:00
Jack Nagel cce644e300 Normalize paths in embedded plist files
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03 19:28:56 -06:00
Cameron Walters e21059ea24 dnsmasq: add optional IDN support
Depends on libidn only if the option is supplied.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-28 20:40:35 -08:00
Adam Vandenberg d205c72966 Fix plist permissions for Lion 2011-09-02 14:41:57 -07:00
eatcpcks bf58140732 dnsmasq 2.5.7
Lion Fix with CFLAGS modifier

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-13 14:13:31 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08: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
Jeffrey Hardy 1b335e3a24 Updated formula: dnsmasq. Add a launchd item and a sample config file
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-25 09:40:16 -07:00
Jeffrey Hardy cdc53cff06 Updated formula: dnsmasq. Version bump to 2.55
See http://www.thekelleys.org.uk/dnsmasq/CHANGELOG for details.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-22 21:49:30 -07:00
Ricardo Martins b6df6a8282 Updated formula: dnsmasq. Version bump to 2.52
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-18 10:22:50 -08:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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-10-15 16:48:03 +01:00
Joshua Peek e222fc1249 Dnsmasq formula 2009-09-02 01:43:17 -05:00