diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-05-09 19:04:41 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-05-09 19:04:41 +0000 |
commit | 9f1e9bf443457eb30eac4427ee9cdc35b30062ae (patch) | |
tree | 2c9b2af8a6e5257b550ed87c9da52cb6d2597954 /archivers/bicom/pkg-descr | |
parent | New port: xmill (diff) |
New port: bicom
Data compressor in the PPM family.
Submitted by: Alexey Dokuchaev
Diffstat (limited to 'archivers/bicom/pkg-descr')
-rw-r--r-- | archivers/bicom/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/bicom/pkg-descr b/archivers/bicom/pkg-descr new file mode 100644 index 000000000000..0d8b1e9dadd0 --- /dev/null +++ b/archivers/bicom/pkg-descr @@ -0,0 +1,11 @@ +Bicom is a data compressor in the PPM family. It is freely available and +Open Source. It's most unique characteristic, is that compression with +bicom is completely bijective -- any file is a possible bicom output that +can be decompressed, and then recompressed back to its original form. Of +course, any file is also a possible bicom input that can be compressed, +and then decompressed back to its original form. To support encryption +applications, bicom also includes a passphrase-protection option that +will automatically encrypt after compressing, or decrypt before +decompressing. + +WWW: http://www3.sympatico.ca/mt0000/bicom/ |