The mr(1) command can checkout, update, or perform other actions on a
set of repositories as if they were one combined respository.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
vnStat is a console-based network traffic monitor for Linux and BSD that keeps
a log of network traffic for the selected interface(s). It uses the network
interface statistics provided by the kernel as information source. This means
that vnStat won't actually be sniffing any traffic and also ensures light use
of system resources.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Add --all option to install all available dictionaries.
List dictionaries that fail to install in caveats and omit these
when installing all dictionaires via the --all option.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Some changes on how language dictionary formulae are handled so
updating to new dictionary version can be handled by the
brew-aspell-dictionaries script in contributions.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Instead of using a custom --devel option, use the existing --HEAD feature,
similarly to the way it's used in the maven formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
make all builds all the microcontroller library files,
which is easier in the source tree than after the fact.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
"brew audit" will now warn about commented-out dependencies.
Updated formulae that had these to either take them out or rewrite
the comments around them.
The `android` tool downloads the SDK images into its prefix. Which means you have to move them manually to the new android-sdk keg when you upgrade. Which sucks. So we'll store them in the var/lib/android-sdk directory because that makes the most sense based on my interpretation of the POSIX filesystem hierarchy documentation.
We still have to symlink the var directories back into the keg, because the SDK is stupid.
For discussion: whether we should use var in this manner more.
luajit.org is an umbrella page for a couple related projects;
luajit.org/luajit.html is the LuaJIT-specific page. Nicer to open
up to that, in my humble opinion.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>