diff options
author | clsung <clsung@FreeBSD.org> | 2006-09-26 18:51:21 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-09-26 18:51:21 +0800 |
commit | 1f8c8684aa26f65c97898e0fafb4691129802372 (patch) | |
tree | 06117799ab02ca4ddff0b2e7f7c77efa2631c611 /archivers/p5-Compress-LZF/pkg-descr | |
parent | fbee28f23ede240b0e2816a74e0bcc332a64d795 (diff) | |
download | freebsd-ports-gnome-1f8c8684aa26f65c97898e0fafb4691129802372.tar.gz freebsd-ports-gnome-1f8c8684aa26f65c97898e0fafb4691129802372.tar.zst freebsd-ports-gnome-1f8c8684aa26f65c97898e0fafb4691129802372.zip |
Add p5-Compress-LZF 1.65, extremely light-weight Lempel-Ziv-Free
compression.
PR: ports/103095
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'archivers/p5-Compress-LZF/pkg-descr')
-rw-r--r-- | archivers/p5-Compress-LZF/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archivers/p5-Compress-LZF/pkg-descr b/archivers/p5-Compress-LZF/pkg-descr new file mode 100644 index 000000000000..46a767386b01 --- /dev/null +++ b/archivers/p5-Compress-LZF/pkg-descr @@ -0,0 +1,8 @@ +LZF is an extremely fast (not that much slower than a pure memcpy) +compression algorithm. It is ideal for applications where you want to +save some space but not at the cost of speed. It is ideal for +repetitive data as well. The module is self-contained and very small +(no large library to be pulled in). It is also free, so there should +be no problems incoporating this module into commercial programs. + +WWW: http://search.cpan.org/dist/Compress-LZF/ |