Commit graph

11 commits

Author SHA1 Message Date
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
wiz
2b9af52f55 Update to 1.21, from Quentin Garnier in PR 21918.
Changes:
  1.21 - 28 April 2003

      * Tests 148 & 150 from t/02zlib.t were failing on redhat 9.

      * Added a few words about the problems with Mac OS X to the README file.

  1.20 - 4 April 2003

      * Fixed bug in gzopen where $gzerrno wasn't being set correctly.
        The symptom was $gzerrno was set to Z_MEM_ERROR although the file
	was opened ok. If gzopen failed, $gzerrno was being set correctly.
	This problem wasn't spotted before because the typical test
	to determine whether gzopen passed or failed was to check its
	return value.

  1.19 - 31 October 2002

      * fixed a problem with t/02zlib.t that was failing with redhat 8.

  1.18 - 24 October 2002

      * fixed a Win32 problem in t/02zlib.t by changing sysread to read.

      * zlib 1.0.5 & older doesn't have gzsetparams & gzeof. Added a new
        variable to config.in to flag an old version of zlib. Split
        out the tests for gzsetparams into t/05gzsetp.t

  1.17 - 22 October 2002

      * Moved the test to check the versions of libz & zlib.h into a separate
        file and added troubleshooting notes to README.

      * In gzopen, only attempt to call "tell" for normal files.

      * Broke changes out of README into Changes file.

      * Replaced internal use of Z_PARTIAL_FLUSH symbol with Z_SYNC_FLUSH.
        zlib.h says  /* will be removed, use Z_SYNC_FLUSH instead */

      * Added support for zlib functions inflateSync and deflateParams.

      * Added support for zlib functions gzeof and gzsetparams.

      * Added support for access to adler, total_in & total_out

      * The compress function can now take an optional parameter that
        allows the compression level to be specified. This mirrors the
        compress2 function available in zlib.

      * memGzip doesn't work properly with perl 5.8.0 when it is given
        UTF-8 data. Bug spotted by Andreas J. Koenig.

      * Added note about Linux zlib-devel RPM to README.

      * Fixed recursive build problem on win32 machines.

      * Fixed problem with the test harness on Mac OS X.
        Thanks to Carl Johan Berglund for reporting the problem and
        helping track it down.
2003-06-17 13:17:28 +00:00
seb
912d287ba6 buildlink1 -> buildlink2
Use perl5/module.mk
Get ride of a patch by passing zlib's files locations in MAKE_ENV
2002-09-24 23:05:05 +00:00
mjl
df549909dd Update p5-Compress-Zlib to 1.16
* Changes a few types to get the module to build on 64-bit Solaris

 * Changed the up/downgrade logic to default to the older constructs, and
   to only call a downgrade if specifically requested. Some older versions
   of Perl were having problems with the in-place edit.

 * added the new XS constant code.

 * Fixed bug in Makefile.PL that stopped "perl Makefile.PL PREFIX=..."
   working.
2002-01-19 03:04:47 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
agc
c369d8291b Standardise on one p5-Compress-Zlib package, and one version (1.14).
Use buildlink functionality, provided by jlam.
Unknown changes since previous version (1.11).
2001-10-01 10:33:53 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
jtb
4be208586d Initial import of p5-Compress-Zlib.
This module provides a Perl interface to part of the info-zip zlib
compression library.  For more details see the pod documentation
embedded in the file Zlib.pm.

Package submitted by Damon Brodie in PR pkg/11598.
2001-03-05 20:21:26 +00:00