Commit Graph

77 Commits (e081e1b8fd6acb22d0034e52f0fb5196e96e6c7f)

Author SHA1 Message Date
James Aitken 2057c5bd56 Nginx: devel 1.1.15
Closes Homebrew/homebrew#10242.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-16 19:55:44 -08:00
James Aitken 58f05e9112 Nginx: stable 1.0.12
Closes Homebrew/homebrew#10047.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-08 14:35:26 -06:00
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
James Aitken f51089cbdd Nginx: Update devel to 1.1.14
Closes Homebrew/homebrew#9898.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-31 18:49:59 -06:00
Misty De Meo 2f03f781da Add `devel` to the DSL, + stable and bottle blocks
This commit adds a `devel` entry to the DSL, allowing formulae to
specify an unstable branch.

`devel` takes a block, which should contain standard `url` and `md5`
fields (and `version`, if necessary). This must come after the standard
DSL fields.

This commit also migrates over all formulae currently using `devel` to
the new syntax, as well as formulae which used `head` for non-VCS urls.

The new syntax is also available for `stable` and `bottle`. `stable` is
an option alongside the old syntax. `bottle` replaces the old syntax.

Note that the @stable ivar in Formula has been renamed to @standard,
and the @bottle ivar has been renamed to @bottle_url.

Closes Homebrew/homebrew#9735.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-01-25 21:45:19 -06:00
James Aitken 94cc131b8c Nginx: Update HEAD to 1.1.13
Closes Homebrew/homebrew#9635.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-17 17:50:33 -06:00
James Aitken 252bc1f102 Nginx: Update HEAD to 1.1.12
Closes Homebrew/homebrew#9297.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-27 18:27:23 -06:00
James Aitken af164c2c3f Nginx 1.0.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-20 20:03:07 -08:00
James Aitken ca5bca05a8 Nginx: Update HEAD to 1.1.11
Closes Homebrew/homebrew#9104.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-13 15:27:00 -06:00
James Aitken 11e5647cd4 Nginx: Update HEAD to 1.1.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-30 20:11:13 -08:00
James Aitken 00a290e63a Nginx: Update HEAD to 1.1.9
Closes Homebrew/homebrew#8866.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29 10:48:36 -08:00
James Aitken 80cdadf06a Nginx: Stable 1.0.10, HEAD 1.1.8
Closes Homebrew/homebrew#8635.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-17 12:42:21 -08:00
James Aitken 296cd2f68e Nginx 1.0.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-02 08:16:57 -07:00
James Aitken 7134e68ef8 nginx: update HEAD to 1.1.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-31 20:46:29 -07:00
Dylan Smith 7a28c59396 nginx: Install manpage.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-27 17:38:01 -07:00
James Aitken 6f63e7fca8 nginx: update HEAD to 1.1.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-18 19:48:48 -07:00
James Aitken c7855781ca nginx: update HEAD to 1.1.5
Closes Homebrew/homebrew#8003.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-06 13:10:05 -05:00
James Aitken 477dea44f5 Nginx: Update to 1.0.8
Bugfix: nginx could not be built --with-http_mp4_module and without --with-debug option.

Closes Homebrew/homebrew#7965.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05 14:38:01 -07:00
James Aitken fe92063523 Nginx: Update to 1.0.7
Closes Homebrew/homebrew#7917.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-30 11:39:20 -07:00
James Aitken b55c5c0f4c Nginx: Update HEAD to 1.1.4
Closes Homebrew/homebrew#7786.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:11:43 -07:00
Corey Donohoe 7d1d935bd3 nginx: fix patch variable substitution
Closes Homebrew/homebrew#7718.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19 16:23:25 -05:00
James Aitken 5079e77d64 Nginx: Update HEAD to 1.1.3
Fixes bug that prevents building on 10.7

Closes Homebrew/homebrew#7682.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-16 18:31:10 -07:00
James Aitken 1f112c227c Nginx: Update HEAD to 1.1.2
Closes Homebrew/homebrew#7568.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 10:35:18 -07:00
Adam Vandenberg d205c72966 Fix plist permissions for Lion 2011-09-02 14:41:57 -07:00
James Aitken 312bbe0d1e Nginx 1.0.6/1.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 09:37:09 -07:00
James Aitken db79db28b2 nginx: use 1.1.0 HEAD version
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-04 07:56:04 -07:00
James Aitken 8cb8b17903 Nginx 1.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-20 10:21:26 -07:00
Adam Vandenberg 5438adf856 nginx: update caveats 2011-06-05 13:32:01 -07:00
James Aitken fa6722e205 nginx 1.0.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-04 17:00:39 -07:00
James Aitken eade281744 nginx: Change plist to match convention
The UTI should consist of a application-identifier base and a full application-identifier prefix according to the docs.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-26 22:26:37 -07:00
Joey Geiger b81d30b41c nginx 1.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-12 11:10:11 -07:00
Joey Geiger 54d9c27de3 nginx 1.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-03 13:07:12 -07:00
Jannis Leidel fd0c61618a nginx 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-12 07:37:06 -07:00
Adam Vandenberg 45c158d6a8 Fix nginx HEAD checksum. 2011-04-11 10:08:30 -07:00
Martin Wilhelmi e2909984d9 Revert "fixed nginx 0.9.7 (head) md5"
$ curl -s http://nginx.org/download/nginx-0.9.7.tar.gz | md5
efd94b736155f2c0b5267f50f09e7f67

This reverts commit 2eb4f6bdcb91e23d56ff821aacfec67286de62b1.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-11 07:16:45 -07:00
Dennis Krupenik 6e85436c3d fixed nginx 0.9.7 (head) md5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09 07:43:53 -07:00
Martin Wilhelmi f7f82b5b68 nginx head 0.9.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-07 07:37:56 -07:00
Dennis Krupenik 69a651206a nginx: head updated to 0.9.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-27 14:26:20 -07:00
Carlos Rodriguez 9c6a41ddc6 Clean up LaunchAgent caveats.
Documentation now has instructions on creating ~/Library/LaunchAgents
directory for first time installs of Formulas.
Appending trailing slash to Formula documentation in regards to copying
plists to LaunchAgents directory.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-05 10:13:14 -08:00
Adam Vandenberg 42914da022 nginx - bump head to 0.9.5 2011-02-21 22:35:32 -08:00
Adam Vandenberg 23a7b46f44 nginx - fix audit warning 2011-02-12 16:29:51 -08:00
Dennis Krupenik ad3a998763 added nginx 0.9.4 head
Closes Homebrew/homebrew#4006.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-02-12 16:53:53 +00:00
Takeshi Ohishi 61f3eae6c2 Add a option to support WebDAV module
Closes Homebrew/homebrew#4035.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-02-12 13:49:59 +00:00
Marc 756a98357a updated to nginx 0.8.54 stable
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-29 21:28:06 -08:00
jgeiger 7ded9d804d update nginx to 0.8.53
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-18 07:10:32 -07:00
jgeiger 330368a477 nginx stable is now 0.8.52
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-06 06:51:38 -07:00
Joey Geiger cd258b0d9b update to nginx 0.8.50 for head
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-21 18:57:17 -07:00
bkonkle e644a415a2 Added a launchd plist for nginx
Signed-off-by: David Höppner <0xffea@gmail.com>

* white spaces
2010-09-02 10:51:07 +02:00
David Höppner eb49213c21 nginx: update version to 0.8.49 2010-08-25 20:20:05 +02:00