diff options
Diffstat (limited to 'app-admin/ccze/metadata.xml')
-rw-r--r-- | app-admin/ccze/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-admin/ccze/metadata.xml b/app-admin/ccze/metadata.xml new file mode 100644 index 0000000..2c85fc4 --- /dev/null +++ b/app-admin/ccze/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>joker@gentoo.org</email> + <name>Christian Birchinger</name> + <description>Please take over if you want it</description> +</maintainer> +<longdescription> + CCZE is my C port of RASZi's colorize, with a set of bug fixes and enhancements. + It uses PCRE to do the matching, and NCurses for the output. The goal was to + create a log coloriser, that is fast and light on resources. Also, being extensible + via plug-ins is an important feature too. +</longdescription> +</pkgmetadata> |