The NetBSD Project

CVS log for pkgsrc/devel/p5-Compress-Raw-Zlib/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / devel / p5-Compress-Raw-Zlib

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Thu Mar 22 13:15:31 2012 UTC (2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Updating package for Perl5 module Compress::Raw::Zlib from CPAN in
devel/p5-Compress-Raw-Zlib from 2.048 to 2.051.

Upstream changes:
  2.051 20 February 2012
      * Bug in Compress::Raw::Zlib on Windows
        [#75222]

  2.050 20 February 2012
      * Build failure on Irix & Solaris.
        [RT #69985]

  2.049 18 February 2012
      * Include zlib 1.2.6 source.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jan 31 08:06:08 2012 UTC (3 months, 3 weeks ago) by sno
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Updating package in devel/p5-Compress-Raw-Zlib for CPAN module
Compress::Raw::Zlib from 2.040 to 2.048.

Upstream changes:
  2.048 29 January 2012
      * Set minimum zlib version to 1.2.0

  2.047 28 January 2012
      * Allow flush to be called multiple times without any intermediate
        call to deflate and still return Z_OK.
        In the code below $status was Z_BUF_ERROR before this change.

          $def->flush(...);
          $status = $def->flush(...);

      * Added support for zlibCompileFlags

      * Set minimum Perl version to 5.6

  2.045 3 December 2011
      * Moved FAQ.pod into Zlib.pm

  2.044 2 December 2011
      * Moved FAQ.pod under the lib directory so it can get installed

  2.043 20 November 2011
      * No Changes

  2.042 17 November 2011
      * No Changes

Revision 1.21 / (download) - annotate - [select for diffs], Fri Nov 11 10:58:34 2011 UTC (6 months, 1 week ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)


Updating devel/p5-Compress-Raw-Zlib from 2.037 to 2.040
It's a requirement for update of devel/p5-IO-Compress to 2.040.

Upstream changes:
2.040 28 October 2011

* No Changes

2.039 28 October 2011

* croak if attempt to freeze/thaw compression object
    [RT #69985]

Revision 1.20 / (download) - annotate - [select for diffs], Wed Aug 10 06:49:29 2011 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.19: +11 -12 lines
Diff to previous 1.19 (colored)

Changes 2.037:
* No Changes

Changes 2.036:
* Added offset patramter to CRC32

Changes 2.035:
* No Changes

Revision 1.19 / (download) - annotate - [select for diffs], Sat Apr 16 02:20:56 2011 UTC (13 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.18: +2 -3 lines
Diff to previous 1.18 (colored)

Update p5-Compress-Raw-Zlib to 2.033.

CHANGES
-------

  2.033 11 Jan 2011
      * Fixed typos & spelling errors.
        [perl# 81782]

  2.032 4 Jan 2011

      * Document inflateReset
        [RT #61082]

Revision 1.18 / (download) - annotate - [select for diffs], Sat Aug 21 16:33:26 2010 UTC (21 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
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!

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jul 31 09:55:26 2010 UTC (21 months, 3 weeks ago) by sno
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

Downgrade required zlib version to 1.2.3 - someone needs to update
devel/zlib first.
Bumping PKGREVISION

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jul 31 09:52:21 2010 UTC (21 months, 3 weeks ago) by sno
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Updating devel/p5-Compress-Raw-Zlib from 2.024 to 2.030

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]

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jan 20 15:06:47 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Update to 2.024: changes undocumented.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Nov 15 15:50:37 2009 UTC (2 years, 6 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Updating devel/p5-Compress-Raw-Zlib from 2.021 to 2.023

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.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Sep 12 18:19:44 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Updating devel/p5-Compress-Raw-Zlib from 2.020 to 2.021

Upstream changes:
2.021 30 August 2009
      * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose
        [RT# 47225]

Revision 1.8.4.1 / (download) - annotate - [select for diffs], Mon Jun 15 11:58:55 2009 UTC (2 years, 11 months ago) by tron
Branch: pkgsrc-2009Q1
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Pullup ticket #2797 - requested by kefren
p5-Compress-Raw-Zlib: security update

Revisions pulled up:
- devel/p5-Compress-Raw-Zlib/Makefile		1.9
- devel/p5-Compress-Raw-Zlib/distinfo		1.7
- devel/p5-Compress-Raw-Zlib/patches/patch-aa	1.3
---
Module Name:	pkgsrc
Committed By:	sno
Date:		Sat Apr 11 22:35:29 UTC 2009

Modified Files:
	pkgsrc/devel/p5-Compress-Raw-Zlib: Makefile distinfo
	pkgsrc/devel/p5-Compress-Raw-Zlib/patches: patch-aa

Log Message:
PkgSrc changes:
   - 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]

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 11 11:20:22 2009 UTC (2 years, 11 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

pkgsrc changes:
  - 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.

Revision 1.11 / (download) - annotate - [select for diffs], Tue May 5 05:41:47 2009 UTC (3 years ago) by sno
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

PkgSrc changes:
  - Updating package for p5 module Compress::Raw::Zlib from 2.018 to 2.019

Upstream changes:
  2.019 4 May 2009
      * No Changes

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 4 05:50:01 2009 UTC (3 years ago) by sno
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored)

PkgSrc changes:
  - 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

Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 11 22:35:29 2009 UTC (3 years, 1 month ago) by sno
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

PkgSrc changes:
  - 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]

Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 19 19:17:49 2008 UTC (3 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Branch point for: pkgsrc-2009Q1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
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=...").

Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 11 13:20:17 2008 UTC (3 years, 8 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Update from version 2.012 to 2.015.

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.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 17 17:00:24 2008 UTC (3 years, 10 months ago) by heinz
Branch: MAIN
Changes since 1.5: +4 -2 lines
Diff to previous 1.5 (colored)

Updated to version 2.012.

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]

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 28 22:10:51 2008 UTC (3 years, 11 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Updated devel/p5-Compress-Raw-Zlib to 2.011

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

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 8 20:26:02 2008 UTC (4 years, 4 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

The package needs a C compiler.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Nov 30 15:29:10 2007 UTC (4 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Update to 2.008:
  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]

Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 8 18:59:08 2007 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Update to 2.004:

  2.004 3 March 2007

      * Fixed lvalue substr issue

      * Remove redundant code from Zlib.xs

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Feb 2 19:08:39 2007 UTC (5 years, 3 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-20070202
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import:

This module provides a Perl interface to the zlib compression library.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Feb 2 19:08:39 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>