homebrew installed packeage lists
for i in `brew list`; do print "$i`brew info $i | grep 'Built from source with:' | sed -e 's/^.*://' -e 's/,//g'`"; done > ~/Brewfile