summaryrefslogtreecommitdiff
path: root/devel/p5-Compress-Raw-Zlib
AgeCommit message (Collapse)AuthorFilesLines
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-07-31Downgrade required zlib version to 1.2.3 - someone needs to updatesno1-2/+3
devel/zlib first. Bumping PKGREVISION
2010-07-31Updating devel/p5-Compress-Raw-Zlib from 2.024 to 2.030sno2-7/+7
Upstream changes: 2.030 22 July 2010 * Ran the zlib2ansi script against the files in zlib-src. Thanks to Nicholas Clark for the reminder. * Added "-DNO_VIZ" to DEFINE in Makefile.PL [RT #65293] 2.027 24 April 2010 * Updated to include zlib 1.2.5 2.026 7 April 2010 * Fixed definition of Z_TREES in Makefile.PL [RT #65293] * Fixed build issue with definition of off64_t not found on Solaris by modifying the zlib source - changed the symbol _LARGEFILE64_SOURCE to _LARGEFILE64_SOURCE_dummy in zconf.h, zlib.h and zutil.h [RT #56108] 2.025 27 March 2010 * Updated to include zlib 1.2.4 * Allow zlib version check to be disabled by setting TEST_SKIP_VERSION_CHECK environment variable. [RT #54510]
2010-01-20Update to 2.024: changes undocumented.wiz2-6/+6
2009-11-15Updating devel/p5-Compress-Raw-Zlib from 2.021 to 2.023sno2-6/+6
Upstream changes: 2.023 9 November 2009 * Removed redundant bzip2 source files from the bzip2-src directory. [RT# 47225] * Fixed instance where $[ should have been $] in t/01bzip2.t Thanks to Robin Barker and zefram [RT #50764] for independantly spotting the issue.
2009-09-12Updating devel/p5-Compress-Raw-Zlib from 2.020 to 2.021sno2-6/+6
Upstream changes: 2.021 30 August 2009 * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose [RT# 47225]
2009-06-11pkgsrc changes:sno2-7/+7
- Updating package for p5 module Compress::Raw::Zlib from 2.019 to 2.020 as dependency for schedule update of p5 module IO::Compress - using ${PERL5_LICENSE} as license according to META.yaml upstream changes: 2.020 3 June 2009 * Minor documentation update.
2009-05-05PkgSrc changes:sno2-6/+6
- Updating package for p5 module Compress::Raw::Zlib from 2.018 to 2.019 Upstream changes: 2.019 4 May 2009 * No Changes
2009-05-04PkgSrc changes:sno2-6/+7
- Updating package for p5 module Compress::Raw::Zlib from 2.017 to 2.018 - Setting license to gnu-gpl-v2 Upstream changes: 2.018 3 May 2009 * No Changes
2009-04-11PkgSrc changes:sno3-13/+12
- Updating module to 2.017 Upstream changes: 2.017 28 March 2009 * Added 'LimitOutput' option * Removed MAN3PODS from Makefile.PL * Fixed coring issue when LimitOutput was used. * Documented Compress::Raw::Zlib::zlib_version() * Documented Compress::Raw::Zlib::deflateReset() [RT #40566]
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-09-11Update from version 2.012 to 2.015.he2-6/+6
Upstream changes: 2.015 3 September 2008 * Makefile.PL Backout changes made in 2.014 2.014 2 September 2008 * Makefile.PL Updated to check for indirect dependencies.
2008-07-17Updated to version 2.012.heinz3-8/+13
Pkgsrc changes: - The package requires at least zlib 1.2.3 (part of NetBSD 4 and up) now, otherwise there will be complaints (grep for "needs zlib" in Zlib.xs). - Added comment to explain why patch-aa cannot be integrated upstream. Changes since version 2.011: ============================ 2.012 15 July 2008 * Document the gzip flags that WindowBits can take. * Allow a dictionary to be used with a raw inflate. Needs zlib 1.2.2.1 or better. [RT #36046]
2008-05-28Updated devel/p5-Compress-Raw-Zlib to 2.011abs2-6/+6
2.011 5 May 2008 * A C++-style comment sneaked in with the last update. Fixed. [core patch #33828] 2.010 5 May 2008 * No Changes 2.009 20 April 2008 * No Changes
2008-01-08The package needs a C compiler.heinz1-1/+3
2007-11-30Update to 2.008:wiz2-6/+6
2.008 2 November 2007 * Minor documentation changes in README 2.006 1 September 2007 * Makefile.PL Added INSTALLDIRS directive to install as a core module when built on a perl >= 5.9. 2.005 18 June 2007 * Only include ppport.h when not being built with perl. [core patch #30655]
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-03-08Update to 2.004:wiz2-6/+6
2.004 3 March 2007 * Fixed lvalue substr issue * Remove redundant code from Zlib.xs
2007-02-02Initial import:wiz5-0/+45
This module provides a Perl interface to the zlib compression library.