GraphicsMagick was derived from ImageMagick, because they share a lot of setup
code. But keeping the ImageMagick formula up-to-date means breaking this one,
so I separated them.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Don't need ENV.gcc_4_2 if clearing all the flags anyway
* Add --mandir (though no manpages are currently installed)
* Show config.rb on debug or verbose (to help with bug reports)
* Removing j1 doesn't seem to break anything; compiles a bit faster on Mac Pro
* Tweak formatting
connect is the simple relaying command to make network connection via
SOCKS and https proxy. It is mainly intended to be used as proxy command
of OpenSSH. You can make SSH session beyond the firewall with this
command.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
df means "colorized df". The main features of cdf are:
customazable color schemes
eye-friendly capacity bars
most of such utils needs some 3rd party libraries, python interpreter and so on, while cdf written in pure C
License: GPLv2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
A set of C++ classes that provide a common API for realtime audio input/output across Linux, Macintosh OS-X and Windows
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Renamed
* Bumped to 4.0.7
flvstreamer is an open source command-line RTMP client intended to
stream audio or video content from all types of flash or rtmp servers.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
zzuf is a transparent application input fuzzer. Its purpose is to find bugs in applications
by corrupting their user-contributed data (which more than often comes from untrusted sources
on the Internet). It works by intercepting file and network operations and changing random
bits in the program’s input. zzuf’s behaviour is deterministic, making it easier to reproduce
bugs.
The TOIlet project attempts to create a free replacement for the FIGlet utility.
TOIlet stands for “The Other Implementation’s letters”, coined after FIGlet’s
“Frank, Ian and Glen’s letters”.