pkgsrc/devel/svk/Makefile
sno dfca1e1ce5 PkgSrc changes:
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
    p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
    merged into p5-IO-Compress
  - Updated dependend packages to depend on p5-IO-Compress
    and bump PKGREVISION

Upstream changes:
  2.017 30 March 2009

      * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
        Compress-Zlib into IO-Compress.
      * The interface to Compress-Raw-Zlib now uses the new LimitOutput
        feature. This will make all of the zlib-related IO-Compress modules
        less greedy in their memory consumption.
      * Removed MAN3PODS from Makefile.PL
      * A few changes to get the test harness to work on VMS courtesy of
        Craig. A. Berry.
      * IO::Compress::Base & IO::Uncompress::Base
        Downgraded some croaks in the constructors to just set $! (by letting
        the code attempt to open a file and fail).
        This makes the behavior more consistent to a standard open.
        [RT #42657]
      * IO::Uncompress::Base
        Doing a seek with MultiStream could drop some of the uncompressed
        data. Fixed.
      * IO::Compress::Zip
        - Fixed problem with the uncompressed & uncompressed fields when
          zip64 is enabled. They were set to 0x0000FFFF instead of
          0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
          Problem spotted by Dino Chiesa.
      * IO::Uncompress::Unzip
        - use POSIX::mktime instead of Time::Local::timelocal to convert
          the zip DOS time field into Unix time.
      * Compress::Zlib
        - Documented Compress::Zlib::zlib_version()
2009-04-11 23:15:19 +00:00

54 lines
2.4 KiB
Makefile

# $NetBSD: Makefile,v 1.32 2009/04/11 23:15:20 sno Exp $
DISTNAME= SVK-v2.2.1
PKGNAME= svk-2.2.1
PKGREVISION= 1
CATEGORIES= devel perl5 scm
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://svk.bestpractical.com/
COMMENT= Decentralized version control system built on Subversion
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/SVK/.packlist
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
DEPENDS+= p5-subversion>=1.4.0:../../devel/p5-subversion
DEPENDS+= p5-Algorithm-Annotate>=0.10:../../devel/p5-Algorithm-Annotate
DEPENDS+= p5-Algorithm-Diff>=1.19.01:../../devel/p5-Algorithm-Diff
DEPENDS+= p5-App-CLI>=0.07:../../devel/p5-App-CLI
DEPENDS+= p5-Class-Accessor>=0.25:../../devel/p5-Class-Accessor
DEPENDS+= p5-Class-Autouse>=1.15:../../devel/p5-Class-Autouse
DEPENDS+= p5-Class-Data-Inheritable>=0.06:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
DEPENDS+= p5-Data-Hierarchy>=0.30:../../devel/p5-Data-Hierarchy
DEPENDS+= p5-File-Temp>=0.17:../../devel/p5-File-Temp
DEPENDS+= p5-File-Type>=0.22:../../devel/p5-File-Type
DEPENDS+= p5-FreezeThaw>=0.43:../../devel/p5-FreezeThaw
DEPENDS+= p5-IO-Digest>=0.10:../../devel/p5-IO-Digest
DEPENDS+= p5-IO-Pager>=0.06:../../devel/p5-IO-Pager
DEPENDS+= p5-List-MoreUtils>=0.22:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Locale-Maketext-Lexicon>=0.62:../../misc/p5-Locale-Maketext-Lexicon
DEPENDS+= p5-Locale-Maketext-Simple>=0.16:../../misc/p5-Locale-Maketext-Simple
DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class
DEPENDS+= p5-PathTools>=3.19:../../devel/p5-PathTools
DEPENDS+= p5-PerlIO-eol>=0.13:../../devel/p5-PerlIO-eol
DEPENDS+= p5-PerlIO-via-dynamic>=0.11:../../devel/p5-PerlIO-via-dynamic
DEPENDS+= p5-PerlIO-via-symlink>=0.02:../../devel/p5-PerlIO-via-symlink
DEPENDS+= p5-Pod-Escapes>=1.04:../../textproc/p5-Pod-Escapes
DEPENDS+= p5-Pod-Simple>=3.02:../../textproc/p5-Pod-Simple
DEPENDS+= p5-SVN-Mirror>=0.71:../../devel/p5-SVN-Mirror
DEPENDS+= p5-SVN-Simple>=0.27:../../devel/p5-SVN-Simple
DEPENDS+= p5-Term-ReadKey>=2.30:../../devel/p5-Term-ReadKey
DEPENDS+= p5-Time-Progress>=1.3:../../time/p5-Time-Progress
DEPENDS+= p5-URI>=1.30:../../www/p5-URI
DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
DEPENDS+= p5-YAML-Syck>=0.60:../../textproc/p5-YAML-Syck
DEPENDS+= p5-version>=0.68:../../devel/p5-version
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"