Package: acoc Version: 0.7.1 Revision: 1 Description: Arbitrary command output colourer DescDetail: << acoc is a regular expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated. << DescUsage: << Use as a wrapper around another command to color its output. Example: acoc top -u Read the acoc and acoc.conf manpages. << DescPort: << Makefile's install target only does the binary and conf. Command-name links are not installed so as not to alter the behavior of common commands by fiat. Remove use of /usr/local/etc/acoc.conf. << Homepage: http://www.caliban.org/ruby/acoc.shtml License: GPL Maintainer: Kurt Schwehr BuildDepends: fink (>= 0.24.12) Depends: ruby18, term-ansicolor-rb18 Recommends: tpty-rb Source: http://www.caliban.org/files/ruby/%n-%v.tar.gz Source-MD5: c7fa847e2d55eccbc6625d3e22ad609e PatchFile: %n.patch PatchFile-MD5: 2c0909186e1fcca9d9344233124b8698 PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1 CompileScript: echo "Nothing to compile." InstallScript: << make ROOT=%i install -d -m 0755 %i/share/%n/html %i/share/man/{man1,man5} install -m 0644 acoc.conf.html acoc.html %i/share/%n/html install -m 0644 acoc.1 %i/share/man/man1 install -m 0644 acoc.conf.5 %i/share/man/man5 << DocFiles: BUGS COPYING Changelog README TODO ConfFiles: %p/etc/acoc.conf