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>
The uggconv utility converts between the codes used by the various
incarnations of the Galoob Game Genie and address:value pairs (with check
bytes where appropriate). It is universal in the sense that all existing
Game Genie systems are supported: Game Boy, Game Gear, Megadrive (Genesis),
NES, and SNES.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Yconalyzer is a low-overhead pcap utility developed by Yahoo that
provides a bird's eye view of traffic on a particular TCP port,
displaying a distribution of duration, volume and throughput over all
connections while being able to narrow down to a connection as well.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
mecab is the main application that does morphological analysis on Japanese text.
mecab-ipadic is data that is required by mecab to work. This is the recommended data file by the author, but other data files are available on the mecab homepage.
This formula sets utf-8 as the default charset for mecab-ipadic, but this can be changed with the --with-charset=[sjis|euc-jp] flag.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Most options are auto-detected now, eliminate flags.
Use included drake tool (a wrapper around rake) to install.
Use all hardware procs to build.
No need for handle_deps fixups anymore.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>