pkgsrc/devel/p5-PAR/Makefile
mef 56aaf9d1c0 Update 1.005 to 1.008
---------------------
1.008  2015-01-24

  - Fix #101662: Prevent shared libs from being cached in memory on AIX
    applied patch from Thoke@northpeak.org, thanks.
    Note: this is one half of the fix, the other is in PAR::Packer

  - Fix #86178: dll files not extracted to shlib subfolder when using -l or to other folder when using -a
    extract all files from the zip, including all DLLs

  - Fix #86014: [PATCH] POD fix
    applied Debian patch from gregor herrmann <gregoa@debian.org>, thanks!
    while we're at it fix two bad L<> hyperlinks reported by podchecker

  - Fix RT #86650: typo fixes

  - reformat ChangeLog file according to CPAN::Changes::Spec
    and rename it to Changes

  - Update to Module::Build 1.14

1.007  2012-10-22
  - Hopefully fix "pp -C ..." for any modules that assume an
    actual tree of files, e.g. looking for all installed modules Foo::Bar::*;
    call _extract_inc even when $ENV{PAR_CLEAN} is true
  - update to Module::Install 1.06

1.006  2012-10-15
  - Fix RT #78633: PAR::import ignores url => $repo_client_object
    applied patch from KENO, thanks!
  - Fix RT #73491: cache directory naming problem
    In PAR::SetupTemp::_get_par_user_tempdir (actually _find_username)
    we try to sanitize username (so that there are no problematic
    characters in the name of the per-user cache directory), but the
    strategy fails miserably for some charset encodings.
    E.g. for EUC-KR or CP949 (as in the bug report) we may produce an
    illegal sequence of bytes; in other cases we may cause collisions
    (different usernames mapping to the same directory name).
    Fix the problem once and for all by encoding the username
    (bytewise) as 2 hex digits.
2015-02-14 02:36:36 +00:00

25 lines
913 B
Makefile

# $NetBSD: Makefile,v 1.23 2015/02/14 02:36:36 mef Exp $
#
DISTNAME= PAR-1.008
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/RSCHUPP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/PAR/
COMMENT= Cross-Platform Packaging and Debugging Tool
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip
DEPENDS+= {perl>=5.10.1,p5-AutoLoader>5.66}:../../devel/p5-AutoLoader
DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.3
DEPENDS+= p5-Module-ScanDeps>=0.45:../../devel/p5-Module-ScanDeps
DEPENDS+= p5-Module-Signature>=0.35:../../security/p5-Module-Signature
DEPENDS+= p5-PAR-Dist>=0.32:../../devel/p5-PAR-Dist
PERL5_PACKLIST= auto/PAR/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"