From 78963565b8b1ca3be267de6e45b93eb28cd32e3f Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Mon, 27 Jan 2014 10:40:01 -0500 Subject: [PATCH] Moved brew-formulas.txt to Brewfile http://robots.thoughtbot.com/brewfile-a-gemfile-but-for-homebrew --- Brewfile | 18 ++++++++++++++++++ requirements/system/mac_os_x/brew-formulas.txt | 15 --------------- 2 files changed, 18 insertions(+), 15 deletions(-) create mode 100644 Brewfile delete mode 100644 requirements/system/mac_os_x/brew-formulas.txt diff --git a/Brewfile b/Brewfile new file mode 100644 index 0000000000..141608327f --- /dev/null +++ b/Brewfile @@ -0,0 +1,18 @@ +# Run `brew bundle` to automatically install these packages +# http://robots.thoughtbot.com/brewfile-a-gemfile-but-for-homebrew + +install readline +install sqlite +install gdbm +install pkg-config +install gfortran +install python +install yuicompressor +install node +install graphviz +install mysql +install geos +install mongodb +install lynx +install libjpeg +install libtiff diff --git a/requirements/system/mac_os_x/brew-formulas.txt b/requirements/system/mac_os_x/brew-formulas.txt deleted file mode 100644 index 22558042c4..0000000000 --- a/requirements/system/mac_os_x/brew-formulas.txt +++ /dev/null @@ -1,15 +0,0 @@ -readline -sqlite -gdbm -pkg-config -gfortran -python -yuicompressor -node -graphviz -mysql -geos -mongodb -lynx -libjpeg -libtiff