diff options
author | Ruari Oedegaard <sbo@ruari.com> | 2012-08-11 14:20:03 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-14 22:30:49 -0500 |
commit | 7c4462dd7684741dc54da555e82cde7939a417aa (patch) | |
tree | 82e88296d6638afd7bb6699d9cb3392a6b673e2d /system/afio/slack-desc | |
parent | 04f1f5397a2610313f343cf6184f501abb194c04 (diff) | |
download | slackbuilds-7c4462dd7684741dc54da555e82cde7939a417aa.tar.gz |
system/afio: Added (archiver program)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/afio/slack-desc')
-rw-r--r-- | system/afio/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/afio/slack-desc b/system/afio/slack-desc new file mode 100644 index 0000000000..33cd43c4c5 --- /dev/null +++ b/system/afio/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +afio: afio (archiver and backup program with internal compression support) +afio: +afio: Afio can make compressed archives that are safer than compressed tar +afio: or cpio archives, allowing better handling of input data corruption. +afio: Afio also supports multi-volume archives during interactive operation. +afio: +afio: Afio makes cpio archives with ASCII-formatted header information (odc) +afio: Where the odc format cannot represent some files and file properties +afio: that could be present on a modern UNIX filesystem, it uses an afio- +afio: specific 'large ASCII' header for the files concerned. +afio: |