aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/appledoc.rb
AgeCommit message (Collapse)Author
2013-09-11appledoc: update sha1Jeff Wear
The release was patched to address https://github.com/tomaz/appledoc/issues/395. Closes #22471. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-16appledoc v2.2Brett Koonce
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-07-12remove silly xcodebuild commentsAdam Vandenberg
2013-06-16Use minimum OS X requirementAdam Vandenberg
2013-03-28Change github /tarball/ URLs to /archive/ for formulae A-KAndrew Janke
The `brew audit` check complains about the older /tarball/ URL scheme. Update formulae to use the new /archive/ URL and update the SHA to match. Closes #18813. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-27appledoc: style nitsAdam Vandenberg
2013-01-21Use new requirement syntaxJack Nagel
2013-01-18Use fatal DSL method in requirementsJack Nagel
2012-12-14appledoc: depends on LionAdam Vandenberg
Closes #16582.
2012-09-26appledoc 2.1Lasse Bang Mikkelsen
Closes #15137. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-04Appledoc 2.0.6Tim Shadel
Compile-in default template location Allows most folks to avoid linking to the Templates, but still allows them to override the default templates in any documented manner. Closes #14693. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-01appledoc: style fixesAdam Vandenberg
2012-08-24XCodeDependency: Things that call xcodebuildCharlie Sharpsteen
Anything that calls `xcodebuild` needs a full install of XCode.app. Two formulae ommitted from this patch: - `fuse4x_kext`: Everything that depends on the kernel extension can be compiled by the CLT. Therefore, this formula is bottled and XCode is only needed to produce the bottles. - `graphviz`: XCode is only used to create GraphViz.app which is not used by any of the things which depend on `graphviz`. Creating the app should be made into an option.
2012-05-15Fix more quoting issuesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15Break long linesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05appledoc: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-22appledoc: fix caveatEloy Duran
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-28appledoc: New formulaTim Shadel
Create a basic install of the appledoc developer tool. https://github.com/tomaz/appledoc/blob/master/Readme.markdown Closes #9584. Signed-off-by: Tim Shadel <github@timshadel.com> Signed-off-by: Max Howell <max@methylblue.com> I added a test and added to the caveats.