diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 07:51:37 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 07:51:37 +0800 |
commit | 307473f8a92d4fb2bdb4f64b3b5d8af8968eae4d (patch) | |
tree | ca1a91fa4f5524fb3f634993f0920616e02e600c /archivers/p5-Compress-Zlib/pkg-descr | |
parent | b69b705159a2cd261c99413e6a6751b78fbd4daf (diff) | |
download | freebsd-ports-gnome-307473f8a92d4fb2bdb4f64b3b5d8af8968eae4d.tar.gz freebsd-ports-gnome-307473f8a92d4fb2bdb4f64b3b5d8af8968eae4d.tar.zst freebsd-ports-gnome-307473f8a92d4fb2bdb4f64b3b5d8af8968eae4d.zip |
Import of perl5 module for access to libz functions.
Diffstat (limited to 'archivers/p5-Compress-Zlib/pkg-descr')
-rw-r--r-- | archivers/p5-Compress-Zlib/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/p5-Compress-Zlib/pkg-descr b/archivers/p5-Compress-Zlib/pkg-descr new file mode 100644 index 000000000000..9176ec58e0e7 --- /dev/null +++ b/archivers/p5-Compress-Zlib/pkg-descr @@ -0,0 +1,13 @@ + The Compress::Zlib module provides a Perl interface to the + zlib compression library (see the AUTHORS entry elsewhere + in this documentfor details about where to get zlib). Most + of the functionality provided by zlib is available in + Compress::Zlib. + + The module can be split into two general areas of + functionality, namely in-memory compression/decompression + and read/write access to gzip files. Each of these areas + will be discussed separately below. + + WARNING: The interface defined in this document is alpha + and is liable to change. |