Path to this page:
./
devel/p5-PAR,
Cross-Platform Packaging and Debugging Tool
Branch: CURRENT,
Version: 1.016nb1,
Package name: p5-PAR-1.016nb1,
Maintainer: pkgsrc-usersPAR is a toolkit to create and use perl scripts and modules stored
inside compressed .par files, similar to what .jar is to Java.
Required to run:[
archivers/p5-Archive-Zip] [
lang/perl5] [
security/p5-Module-Signature] [
devel/p5-Module-ScanDeps] [
devel/p5-PAR-Dist]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: c414314d254c9f56b2dd3b68f23300a27b38fb5a
RMD160: 6d00358106f4e04a9ffe11e1adbdbf84e39d6f95
Filesize: 64.763 KB
Version history: (Expand)
- (2020-09-01) Updated to version: p5-PAR-1.016nb1
- (2019-10-27) Updated to version: p5-PAR-1.016
- (2019-08-11) Updated to version: p5-PAR-1.015nb2
- (2018-08-22) Updated to version: p5-PAR-1.015nb1
- (2017-11-23) Package has been reborn
- (2017-06-18) Updated to version: p5-PAR-1.015
CVS history: (Expand)
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |  |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-10-27 14:57:39 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
(devel/p5-PAR) Updated 1.015 to 1.016
1.016 2019-05-20
- Fix #129312: Code signing for OSX
Avoid Archive::Zip::Archive error "can't find EOCD signature" for pp'ed
executables with lots of stuff appended (e.g. by OSX codesign):
temporarily increase Archive::Zip::ChunkSize around the call to
Archive::Zip::readFromFileHandle().
Note this is prerequisite for the corresponding fix in PAR::Packer.
- Fix: Archive::Unzip::Burst::unzip result is ignored and _extract_inc
does always the slow way, too
PR from Vit Spinka <vit.spinka@gmail.com>, thanks!
- Show debug messages if $ENV{PERL_DL_DEBUG} is true
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |  |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |  |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2017-06-18 05:14:22 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
Update p5-PAR from 1.011 to 1.015
---------------------------------
1.015 2017-04-13
- Fix RT#120722 (Reason for Module::Signature dependency unclear since 2008)
- "require" a non-broken version of Digest::SHA
- remove other crypto related "recommends"
- Switch from Module::Install to ExtUtils::MakeMaker
- avoids the hassle with Module::Install for Perl without "." in @INC
- add some resources cf META.json
1.014 2016-12-18
- Fix RT#119224: "Issue about Can't locate loadable object for module"
drop "use" statements in PAR/Heavy.pm added in edf5f24d
- Fix RT#119010: "Wrong license link"
always refer to the included LICENSE file
- generate hello.par in Makefile target "pure_all"
1.013 2016-11-27
- Fix a crucial typo, hopefully fixes RT#118981 "Tests fail (with PAR \
1.012?)"
- Build t/hello.par at "make" time
1.012 2016-11-25
- Guard against concurrent extraction attempts of zip into "inc"
- use a file lock to protect the extraction of the complete zip into \
"inc"
- _run_member_*(), _tempfile(), _dl_extract():
make the "persistent" filename only visible when the file
has been completely written
- Make build and test work if @INC does not include "."
- Upgrade to Module::Install 1.17
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-09-19 13:35:12 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
Updated devel/p5-PAR to 1.011
-----------------------------
1.011 2016-09-18
- Move to GitHub. Thanks, OpenFoundry, for years of service.
- Suppress warning "Use of uninitialized value in do "file" ..."
- Put a description of its purpose into the canary file
- Remove all traces of Internals::PAR::CLEARSTACK
- Remove all references to http://par.perl.org/, doesn't exist anymore
|