diff options
Diffstat (limited to 'app-cdr/cdck/metadata.xml')
-rw-r--r-- | app-cdr/cdck/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-cdr/cdck/metadata.xml b/app-cdr/cdck/metadata.xml new file mode 100644 index 000000000000..33e32af6ee6b --- /dev/null +++ b/app-cdr/cdck/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>media-optical</herd> + <maintainer> + <email>zzam@gentoo.org</email> + <name>Matthias Schwarzott</name> + </maintainer> + <longdescription> + Actually cdck is a simple program to verify CD/DVD quality. The known + fact is that even if all files on the disc are readable, some sectors + having bad timing can easily turn into unreadable ones in the future. + + To get an idea about disc cdck reads it sector by sector, keeping all + reading timings and then tells you its verdict. Optionally it can write + timing table into text file usable by gnuplot(1) program, so you can draw + some graphs out of it. + </longdescription> +</pkgmetadata> |