aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/couchdb.rb
AgeCommit message (Collapse)Author
2014-05-17Clean up some obsolete or redundant commentsJack Nagel
2014-05-12couchdb 1.5.1Mat Gadd
Closes #29173. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-07use opt shortcutsAdam Vandenberg
2014-02-24Convert all 'def test' formulae to 'test do'Ted Pennings
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-05couchdb 1.5.0Brett Koonce
Closes #24011. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-21couchdb: use spec depsJack Nagel
2013-08-29couchdb 1.4.0Dave Cottlehuber
Closes #22194. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2013-06-26couchdb 1.3.1Mike McQuaid
Closes #20801.
2013-06-26couchdb: generate our own plist.Mike McQuaid
2013-05-26couchdb: replace DATA patch with inreplaceJack Nagel
Geocouch uses this formula to get the couchdb source, and this means we cannot use a DATA patch here since it only exists for the executing file. Fixes #20073.
2013-05-06couchdb 1.3.0Dave Cottlehuber
Closes #19112. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-03-26couchdb: remove non-testJack Nagel
2013-03-19couchdb: depend on core erlang againJack Nagel
Fixes #18256, for now.
2013-03-18couchdb: depend on homebrew/versions/erlang-r15Jack Nagel
2013-03-18chouchdb: Needs Erlang <= R15B, print workaround.Jan Lehnardt
Adds an Requirement for Erlang not greater than R15B. Closes #18548. Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-01-14couchdb 1.2.1Andriy Tyurnikov
Closes #17072. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-05-03CouchDB: remove anticipated devel branchAdam Vandenberg
The --devel branch didn't actually exist, so removing.
2012-05-03Simplify some :usingAdam Vandenberg
2012-04-20CouchDB: update to 1.2.0Dave Cottlehuber
- bump to latest release - add --devel option for next anticipated release branch - document how to run CouchDB as a system or user daemon Closes #11440. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-19Remove redundant :using specsAdam Vandenberg
2012-04-08CouchDB: fix 1.1.1 download locationAdam Vandenberg
2012-04-05fix url for couchdb formulaPeritor Consulting
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15CouchDB: use git repo and fix SpiderMonkey include pathJames G. Kim
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-02CouchDB 1.1.1Jan Lehnardt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-31couchdb: add build-time dep on help2manBrad Ackerman
Closes #8381. Closes #8382. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02Fix plist permissions for LionAdam Vandenberg
2011-07-28couchdb: fix md5Adam Vandenberg
2011-07-27Use Apache’s closer.cgi where appropriateMax Howell
Some of these were pointing at archive.apache.org. Now they aren’t, I investigated for good rationale for using the archive before altering it. mod_python still uses archive.apache.org as that is the only place it exists that I could find. jsvc *now* uses apache.archive.org as the formula was otherwise broken and the binary tarball it needs no longer exists on the main mirrors.
2011-07-07CouchDB: add test instructionsAdam Vandenberg
2011-06-05couchdb 1.1.0Dave Cottlehuber
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-06Allow installing CouchDB from SVN trunkGabor Ratky
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-05Clean up LaunchAgent caveats.Carlos Rodriguez
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-01-29Updated couchdb.rb formula to couchdb 1.0.2.yachris
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-09couchdb - needs newer curl on LeopardAdam Vandenberg
2010-09-22couchdb - fix typo in plistTrevor Turk
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-01couchdb: fix potential problem with download, add plist info in caveatsTrevor Turk
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-26couchdb: fixes #2285David Höppner
2010-08-17Update to couchdb 1.0.1 and remove .ini file fix from brewLee Packham
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-10disable delayed commits (see http://couchdb.apache.org/notice/1.0.1.html for ↵Robert Newson
details) 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-14update couchdb to 1.0.0Caleb Land
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-25CouchDB was not finding ErlangAdam Vandenberg
2010-06-16Fix couchdb homepage.Adam Vandenberg
( Should be DSL-style call, not assignment. Fixes #1614 )
2010-04-13Fix tag for CouchDB. Fixes #1166.Adam Vandenberg