|
Posted by Rob Janes on April 20, 2005, 9:41 pm
Please log in for more thread options
Any suggestions on this?
I took Compress::Bzip2 and did a bit more than just putting BZ2_ in
front of the appropriate functions (so it would compile with bzlib 1.0.2).
It now has similar functionality to Compress::Zlib, with bzopen, bzread,
bzwrite, bzclose, bzflush, stream io, etc etc. This was a trick, since
bzlib doesn't have equivalents that work (properly) so I had to use the
low level interface.
It's mostly perl xs code. I also put in a set of about 40 test scripts
in the cpan style to test everything out. The test suite passes on
intel linux (32bit), hpux pa-risc 2.0w (64bit), hpux itanium 64 bit.
I added a set of cover functions, so that it can masquerade as
Compress:Zlib (ie, gzread, gzwrite, etc etc). Programs that work with
Compress::Zlib for the most part need no changes to use (my)
Compress::Bzip2.
However, I am not the owner of Compress::Bzip2 on the PAUSE server.
From previous emails, I understand the original author is no longer
interested in maintaining it, and the current maintainer isn't
interested in doing more than patching it to work with bzlib 1.0.2.
So, I don't either of them would mind if I took it over. However, I
can't raise them by email.
I can either
1. change the name slightly and re-upload it.
or
2. get somebody with admin to make me the new owner.
I don't like 1. cause it will lead to confusion. It is the only one I
can do on my own though.
-rob
r w j a n e s a t p r i m u s . c a
pause id ARJAY
|
| Similar Threads | Posted | | ANNOUNCEMENT: Compress::Bzip2 2.08 | May 11, 2005, 11:26 pm |
| ANNOUNCEMENT: Compress::Bzip2 2.08 | July 9, 2007, 3:51 pm |
| [ANNOUNCE] PerlIO::via::Bzip2 | February 26, 2005, 9:14 pm |
| Compress::Zlib installation | August 12, 2006, 7:25 am |
| Error handling with Compress::Zlib | October 21, 2004, 12:26 pm |
| Proposed Module: Compress::AsciiFlate | March 10, 2006, 6:37 am |
| Compress::Zlib unable to inflate | July 24, 2006, 3:52 am |
| Need help with Compress::Zlib code (inflation gives error) | November 17, 2005, 6:23 pm |
| win32::api doesn't work? | January 18, 2005, 11:47 pm |
| NET:LDAP start_tls does not work | July 7, 2004, 12:19 pm |
|