libopennet allows developers to open_net() files or URLs alike, and get a file
descriptor back that they can use to read data from. It supports HTTP (read-only)
and FTP (read or write). It also comes with read_net() to do a forceful read(),
and lseek_net() for calling lseek on the socket/file.
Signed-off-by: David Höppner <0xffea@gmail.com>
* correct man path and homepage url
httptunnel creates a bidirectional virtual data connection
tunnelled in HTTP requests.
http://www.nocrew.org/software/httptunnel.html
Signed-off-by: David Höppner <0xffea@gmail.com>
* use man var
Gpsbabel <http://www.gpsbabel.org> converts waypoints, tracks, and routes between popular GPS receivers and mapping programs. It also has powerful manipulation tools for such data.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
RRDtool is the OpenSource industry standard, high performance data logging
and graphing system for time series data. Use it to write your custom
monitoring shell scripts or create whole applications using its Perl, Python,
Ruby, TCL or PHP bindings.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Note: I disabled the Python bindings. Installing stuff into a Homebrew-built
Python's site-packages can cause problems. I couldn't find a way to build
the Python module without installing it, so hopefully some future user
can correct this and submit a patch.
Erland has an official GitHub repository. Cloning this repository is
faster than downloading the official tarball, so we (ab)use head to
allow for this alternate download:
brew install erlang --HEAD
FixesHomebrew/homebrew#1179.
wget will find and use libidn if it is present, which uses gettext.
This dependency was not captured in the wget formula.
To keep things simpler, the user must now opt-in to libdin by brewing
with "--enable-iri". Without this flag, we tell configure not to look
for libidn.
FixesHomebrew/homebrew#1105.