diff options
author | cjep <cjep@pkgsrc.org> | 2002-11-18 16:22:13 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-11-18 16:22:13 +0000 |
commit | fde355e1d88c31c974092fedbf3a747deb1842f4 (patch) | |
tree | 731375a1ee7c982e4bdfb7dc4cdf9f8267136ef8 /archivers/libcomprex/DESCR | |
parent | 313d289095ef203196aa1584cc167721ae65c607 (diff) | |
download | pkgsrc-fde355e1d88c31c974092fedbf3a747deb1842f4.tar.gz |
Initial import of libcomprex 0.3.2 into the NetBSD packages collection
as archivers/libcomprex.
The libcomprex library transparently handles automatic compression and
decompression of files. The API is similar to C's built-in file access
functions, which provides a smooth transition to libcomprex.
libcomprex can also open uncompressed files, making it a good
replacement for the native file access functions.
libcomprex is part of the GNUpdate project.
libcomprex is currently in development (so should not be used in
stable products).
Diffstat (limited to 'archivers/libcomprex/DESCR')
-rw-r--r-- | archivers/libcomprex/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/libcomprex/DESCR b/archivers/libcomprex/DESCR new file mode 100644 index 00000000000..f7393dd21c0 --- /dev/null +++ b/archivers/libcomprex/DESCR @@ -0,0 +1,10 @@ +The libcomprex library transparently handles automatic compression and +decompression of files. The API is similar to C's built-in file access +functions, which provides a smooth transition to libcomprex. +libcomprex can also open uncompressed files, making it a good +replacement for the native file access functions. + +libcomprex is part of the GNUpdate project. + +libcomprex is currently in development (so should not be used in +stable products). |