diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-01-25 17:37:34 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-01-25 17:37:34 +0000 |
commit | 91c2cb04b3af167704f0834f6f81fba52334fea5 (patch) | |
tree | 62303c11a76e1a8149907d95185347d681e40cdc /archivers/libarc | |
parent | 553220b409492360f97d186382e3ee6d8d910f6d (diff) | |
download | ports-91c2cb04b3af167704f0834f6f81fba52334fea5.tar.gz ports-91c2cb04b3af167704f0834f6f81fba52334fea5.zip |
Notes
Diffstat (limited to 'archivers/libarc')
-rw-r--r-- | archivers/libarc/pkg-descr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/libarc/pkg-descr b/archivers/libarc/pkg-descr index 4e8024af24aa..8bd2edf09983 100644 --- a/archivers/libarc/pkg-descr +++ b/archivers/libarc/pkg-descr @@ -1,10 +1,10 @@ A tiny C library and sample program to extract data compressed using dozen popular archivers. Currently following formats are supported: -- tar (*.tar) -- tar + gzip'ed (*.tar.gz, *.tgz) (deflate) -- zip (*.zip) (implode, deflate) -- lzh (*.lzh) (lh0, lh1, lh2, lh3, lh4, lh5, lh6, lzs, lz5, lz4) -- MIME multipart + - tar (*.tar) + - tar + gzip'ed (*.tar.gz, *.tgz) (deflate) + - zip (*.zip) (implode, deflate) + - lzh (*.lzh) (lh0, lh1, lh2, lh3, lh4, lh5, lh6, lzs, lz5, lz4) + - MIME multipart WWW: http://www.onicos.com/staff/iz/release/#libarc |