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.
Revision of Ghostscript from Tue, 05/19/2009 - 16:53
Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.
cd /extra/src
wget http://ghostscript.com/releases/ghostscript-8.64.tar.gz
tar zxvf ghostscript-8.64.tar.gz
cd ghostscript-8.64
Build and install Ghostscript. On OS X, you might want to --disable-cups
.
./configure
make
make install
Download the Ghostscript fonts:
cd /extra/src
wget http://internap.dl.sourceforge.net/sourceforge/gs-fonts/ghostscript-fonts-std-8.11.tar.gz
tar zxvf ghostscript-fonts-std-8.11.tar.gz
cd ghostscript-fonts-std-8.11
Move it into the Ghostscript folder:
mv fonts /usr/local/share/ghostscript/fonts
- Log in to post comments