aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgres-xc.rb
AgeCommit message (Collapse)Author
2014-08-25postgres-xc: update 1.0.3_1 bottle.BrewTestBot
2014-08-24postgres-xc: update 1.0.3_1 bottle.BrewTestBot
2014-08-24openssl: disable SSLv2 support.Dominyk Tiller
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles everything that relies on OpenSSL from the master branch to enforce the new OpenSSL no-ssl2 rule.
2014-05-15postgres-xc: add 1.0.3 bottle.BrewTestBot
2014-05-15postgres-xc: make python an optional dependency.Mike McQuaid
2014-04-22postgres-xc: use Homebrew's opensslJack Nagel
2014-03-20postgres-xc: use patch DSLJack Nagel
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-07use opt shortcutsAdam Vandenberg
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-04postgres-xc: cleanup python usage.Mike McQuaid
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-11-03Postgres-XC: add compatibility with OS X 10.9.Lifepillar
Closes #23919. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2013-06-30Fixed several broken sourceforge.net download locationsVictor Martinez
Closes #20645. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-04-24pgxc v1.0.3Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-06Remove unnecessary/unused UserName plist keys.Mike McQuaid
Fixes #18293.
2013-04-02Move x86_64 Requirement into coreJack Nagel
Closes #18886.
2013-02-24postgres-xc 1.0.2Ricardo Franco
Closes #17995. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-02postgres-xc: use optional depJack Nagel
2013-01-27postgres-xc: style nitsAdam Vandenberg
2013-01-21Use new requirement syntaxJack Nagel
2013-01-01Postgres-XC 1.0.1Lifepillar
Closes #16814. Signed-off-by: Adam Vandenberg <flangy@gmail.com>