SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
wget for OS X
Primary tabs
Pre-built for OS X 10.5 and higher on Intel
http://www2.42quarks.com/software/wget-for-os-x
Pre-built for OS X 10.4 and higher
Download from http://andrew.merenbach.com/?q=node/17 (no longer available?)
Compiling wget for OS X
Requires that you have the OS X Developer Tools installed.
Instructions from Coolest Guy on the Planet.
There's also instructions for building it from CVS.
Download the source:
curl -O http://ftp.gnu.org/gnu/wget/wget-1.15.tar.gz
tar zxf wget-1.15.tar.gz
cd wget-<version>
Configure and build it:
./configure --with-ssl=openssl
make
Install the binaries:
sudo make install
You'll likely need to add /usr/local/bin
to your shell $PATH in order to use the programs
- Log in to post comments