diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-31 14:33:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-31 14:33:16 +0000 |
commit | 43f7b7f9d29276f4e5f39305f7cd5a5c52a7469c (patch) | |
tree | 969ecbfee59396aeb8a5a6e62546ef90e9dacf9b /archivers/jzlib/pkg-descr | |
parent | a57e85ca8cc4339dd19eadae3d66a4ab7761ce5f (diff) |
New port jzlib version 1.0.5: A re-implementation of zlib in pure Java
Notes
Notes:
svn path=/head/; revision=125606
Diffstat (limited to 'archivers/jzlib/pkg-descr')
-rw-r--r-- | archivers/jzlib/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/archivers/jzlib/pkg-descr b/archivers/jzlib/pkg-descr new file mode 100644 index 000000000000..c8da46fb85a9 --- /dev/null +++ b/archivers/jzlib/pkg-descr @@ -0,0 +1,19 @@ +[ excerpt from developer's web site ] + +JZlib is a re-implementation of zlib in pure Java. The first and +final aim for hacking this stuff is to add the packet compression +support to pure Java SSH systems. + +- Why JZlib? + +Java Platform API provides packages 'java.util.zip.*' for accessing +to zlib, but that support is very limited if you need to use the +essence of zlib. For example, we needed to full access to zlib to +add the packet compression support to pure Java SSH system, but +they are useless for our requirements. The Internet draft SSH +Transport Layer Protocol says in the section '4.2 Compression' as +follows, + +WWW: http://www.jcraft.com/jzlib/ + +-- lioux@FreeBSD.org |