isaacs
2b88c24ead
remove npm, add warning about it.
...
Signed-off-by: Max Howell <max@methylblue.com>
2011-02-13 10:11:57 +00:00
Mike McQuaid
8934fdbe82
Add newline to new issue reporting instructions.
2011-01-08 20:21:30 +00:00
Mike McQuaid
1e71489d51
Send people to new issue wiki page.
...
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-22 21:32:06 +00:00
Michael Dippery
e0c23d670d
More .DS_Store ignoring
...
* Don't link .DS_Store files
* Don't list .DS_Store files in `brew info`
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-05 19:44:56 -07:00
Jamie Macey
6ff5e194c7
fix warnings: splat is redundant for puts
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30 14:50:18 -07:00
Michael Dippery
8e8875f8f4
Ignore .DS_Store files when listing keg contents
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-28 21:42:48 -07:00
Joshua Peek
a305360099
Prefer HEAD version if its installed
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-26 09:39:17 -07:00
Dougal Sutherland
dbd7f1c855
clean up wording in the macports/fink warning msg
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Additional tweaks by me.
2010-10-17 15:59:38 -07:00
Adam Vandenberg
b9dc3c6527
add Xcode version to brew --config
2010-10-01 21:08:42 -07:00
Adam Vandenberg
bb01afce4c
Move resolve_alias from ARGV to Formula
...
Also, call this function from a few places where the code was duplicated.
2010-09-29 21:55:44 -07:00
Adam Vandenberg
76dcc1929b
refactor compiler messages
2010-09-29 21:52:55 -07:00
Adam Vandenberg
e757d7c956
add libpcap to list
2010-09-27 18:36:14 -07:00
Adam Vandenberg
82fe02170a
fix typo
2010-09-26 18:06:43 -07:00
Max Howell
2f438179a7
Don't descend keg-root symlinks, just show where they point
2010-09-12 22:10:28 +01:00
Adam Vandenberg
2bb9fa1b22
Bump Xcode recommendation to 3.2.3
2010-09-07 13:23:43 -07:00
David Höppner
bbad458c9b
Blacklist vim, screen and libarchive
2010-08-29 19:06:49 +02:00
Adam Vandenberg
8ff8b84235
Move cleaner to separate file
2010-08-21 11:06:02 -07:00
Adam Vandenberg
5ff48066f1
'brew cleanup' no longer complains about single versions
...
Previously "brew cleanup" would complain if the most recent
version of a brew wasn't installed.
We now suppress this message if only one (outdated) formula is
present.
2010-08-20 08:57:22 -07:00
Adam Vandenberg
7d7b5cfab0
Tweak default template
2010-08-11 14:22:44 -07:00
Adam Vandenberg
6c23f9b324
brew doctor - X11 check
...
Tweak wording in X11 check and use the same X11 detection function
as ENV.x11; also move that function into utils.
2010-08-09 19:13:07 -07:00
lukas
fd39ff2da6
change behaviour of github_info to fallback sooner to mxcl/master
...
Fixes Homebrew/homebrew#1980
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07 22:22:15 -07:00
Alexander Kahn
a56466a4d3
Use ERB to generate formula template.
2010-08-07 18:08:51 -07:00
Max Howell
dad4bbb9e3
Use new alias system with brew search
...
Also don't show any aliases if you just type `brew search` as there is so
little context, it just looks messy.
2010-08-07 18:08:49 -07:00
Max Howell
0fcb584862
brew create
uses new Aliasing system
2010-08-07 18:08:49 -07:00
Adam Vandenberg
fa4671f59f
Fix brew info --github
2010-07-27 06:37:49 -07:00
Adam Vandenberg
b355d6af25
Bump Xcode recommendation to 3.2.2
2010-07-21 09:45:31 -07:00
Max Howell
bc5ee7c482
brew.h info takes a formula parameter rather than a string
...
* Preference is for commands to take instantiated formulae as parameters
rather than formula names, so alias resolution can be centralized.
2010-07-18 13:52:01 -07:00
Adam Vandenberg
f666addeac
Remove dupliate 'wxwidgets' entry from blacklist.
2010-07-04 10:46:16 -07:00
Adam Vandenberg
63f6cb03df
Blacklist setuptools in favor of distribute.
2010-07-03 21:55:34 -07:00
Luke Gallagher
551e4efbd6
Fix typo in github_info
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-29 07:02:35 -07:00
Adam Vandenberg
cdb5b2e0d5
Extract "brew_install".
...
This was supposed to go in with the "brew-upgrade" external command,
but must have been lost in the merge.
2010-06-23 12:59:02 -07:00
SHIBATA Hiroshi
8fb8c330a6
Exclude "HEAD" formula from outdated list.
2010-06-22 16:19:08 -07:00
Paul O'Neil
40b1ba1c29
cleans only existing directories
...
The previous code works fine on ruby 1.8.x, but under 1.9 trying
find on a non-existent folder gives:
==> No such file or directory
/usr/local/Cellar/ruby/1.9.1-p378/lib/ruby/1.9.1/find.rb:38:in `block in find'
Fixes Homebrew/homebrew#1633
2010-06-18 21:11:43 -07:00
Adam Vandenberg
7850789457
Remove buggy, unsupported TeX-live brew, and suggest MacTex.
...
The TeX-live 2008 formula was out of date (there's a 2009), buggy,
and doesn't build 64-bit.
The MacTeX package works and is supported, with a 2010 version in the works.
Let's recommend that instead.
Fixes Homebrew/homebrew#1087
2010-06-17 21:33:14 -07:00
Adam Vandenberg
b2ae884e27
Remove unused global define
2010-06-17 16:53:17 -07:00
Adam Vandenberg
60872bf0c5
Tweak "clean".
...
The code to try to move man into share didn't seem to be working, since
the code that warns if a top-level man was found was firing off.
Removing this apparently dead code.
2010-06-17 12:40:58 -07:00
Adam Vandenberg
410f633310
filter out aliases when real name was found
2010-06-17 11:42:24 -07:00
Adam Vandenberg
d84b8cf288
Extract search_brews method
2010-06-17 11:42:24 -07:00
Adam Vandenberg
2dbc6b977f
Use same LLVM binary to check build # as we do to build with.
...
Different llvm binaries were used to check build numbers and to compile with.
Normalize this, and normalize the variable name used to hold the xcode location.
(Calling it "prefix" is confusing, since there are already concepts in Homebrew
called "prefx".)
2010-06-16 13:32:09 -07:00
Adam Vandenberg
69b9901131
Move code to find outdated brew list
2010-06-16 09:52:20 -07:00
Adam Vandenberg
9295f9c022
Do not assume /Developer when checking LLVM. Fixes Homebrew/homebrew#1160 .
2010-04-15 13:07:59 -07:00
Adam Vandenberg
21aaf5d9ea
Move brew doctor to its own source file; will get bigger.
2010-04-06 08:22:27 -07:00
Max Howell
dc30e941e7
brew doctor
2010-04-06 08:22:27 -07:00
Jake Good
9fbc26a39f
More effective use of incremental MD5 to eliminate loading entire tarball into memory
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-23 21:23:25 -07:00
Adam Vandenberg
6586f89a29
Add md5 on 'brew create' if we can figure it out.
2010-03-22 21:19:20 -07:00
Adam Vandenberg
ff03763931
brew create - warn if version cannot be determined from URL.
2010-03-22 14:10:31 -07:00
Robert Shaw
ca313defe4
Add GCC 4.0 info to --config output.
...
* Adds GCC 4.0 version info to --config output.
* Splits gcc_build into gcc_40_build and gcc_42_build.
* Adds alias gcc_build to gcc_42_build for compatibility.
* Updates Xcode checking to also check GCC 4.0 version.
These changes are a combination of work by AdamV and my work
on my Tiger branch. This information would be useful for all
installs since some formulae compile with GCC 4.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-16 20:46:10 -07:00
Max Howell
c29219e27c
Actually remove info pages in skip step
...
Lets stop removing docs and doc (though moving share/docs to share/doc would make sense) as I was being lame when I decided nobody ever needs local documentation.
I still wouldn't use it (the INTRAWEBS is pretty good nowadays), but I admit, for some people, it's essential.
2010-03-10 12:20:21 +00:00
Max Howell
58b19ed495
Error out if brew diy
doesn't know the build system
2010-03-08 00:34:23 +00:00
Adam Vandenberg
a9b19f0255
Move license block to separate LICENSE file.
2010-03-01 11:41:24 -08:00