2009-01-04 23:37:19 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 0.40nb1 to 0.42.
Upstream changes:
By: smueller on 2009/01/03
* Apply *correct* patch for blib_to_par across file system
boundaries from Radek. (Radek's patch was correct, just not my
application.)
* This is 0.42.
By: smueller on 2008/12/17
* Apply patch for blib_to_par across file system boundaries from Radek.
* This is 0.41.
|
2008-12-18 22:44:57 by Havard Eidnes | Files touched by this commit (1) |
Log message:
Fix a typo I overlooked when applying the patch:
p5-LibYAML should be p5-YAML-LibYAML. No change to the binary
package contents, this is a build fix for when this particular YAML
option is chosen.
|
2008-12-18 01:35:24 by Havard Eidnes | Files touched by this commit (1) |
Log message:
Update from version 0.40 to 0.40nb1.
Pkgsrc changes:
o Make it possible to select between different YAML modules this module
should depend on, and depend on p5-YAML by default. Patch from
PR#39556 -- thanks!
|
2008-11-17 05:20:50 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 0.31nb1 to 0.40.
Pkgsrc changes:
o Add p5-Archive-Zip as build dependency (for tests)
Upstream changes:
____________________________________________________________________________
By: smueller on 2008/10/27
* Rewrite parts of the install_par docs.
* Add the esoteric auto_inst_lib_conversion parameter to install_par.
* This is 0.40.
____________________________________________________________________________
By: smueller on 2008/10/21
* Add the "verbose" option to install_par and uninstall_par.
* Add the "uninstall_shadows" option to install_par.
* This is 0.39.
____________________________________________________________________________
By: smueller on 2008/10/16
* Fix _check_tools() to use *Foo{THING} syntax instead of \&{}.
* This is 0.38.
____________________________________________________________________________
By: smueller on 2008/10/08
* Fix the "Skip 03merge_meta tests if no A::Zip nor zip/unzip \
found." logic.
* Add more debug output to debug mode (system calls).
* Add internal _check_tools() sub which checks the availability of various
required tools (yaml, zip).
* This is 0.37.
____________________________________________________________________________
By: smueller on 2008/09/30
* Skip 03merge_meta tests if no YAML *DUMPER* could be found.
* Better debug output for the YAML-search.
* This is 0.36.
____________________________________________________________________________
By: smueller on 2008/09/30
* Skip 03merge_meta tests if no A::Zip nor zip/unzip found.
* Better error messages from _zip/_unzip
* This is 0.35.
____________________________________________________________________________
By: smueller on 2008/09/24
* Do not fail if _zip() doesn't return true, doh!
* This is 0.34.
____________________________________________________________________________
By: smueller on 2008/09/17
* Better diagnostics for the CPAN testers test failures.
* Extra -f check in _merge_meta.
* This is 0.33.
____________________________________________________________________________
By: smueller on 2008/09/12
* Version bump, fix tests.
* This is 0.32.
____________________________________________________________________________
By: smueller on 2008/09/01
* merge_par now requires a (i.e. any) YAML reader
* merge_par now merges the "provides" sections of the META.yml's
* blib_to_par now accepts a "quiet" option
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
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=...").
|
2008-08-11 14:53:35 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Updated from version 0.29 to 0.31. Changes:
By: smueller on 2008/05/28
* Fix small bug in _unzip that could cause double extraction.
* This is 0.31.
|
2008-05-28 23:32:41 by David Brownlee | Files touched by this commit (2) |
Log message:
Updated devel/p5-PAR-Dist to 0.29
By: smueller on 2008/02/06
* Make file://foo.par URLs installable.
* This is 0.29.
____________________________________________________________________________
By: smueller on 2008/02/05
* Setting installation targets to undef with install_par
should remove them altogether now. This way, you can
make sure, some parts aren't installed. (Such as manpages
on win32)
* This is 0.28.
* Now hopefully back to bi-annual releases ;)
____________________________________________________________________________
By: smueller on 2008/02/04
* No more signature. I keep breaking things with it.
* This is 0.27.
____________________________________________________________________________
By: smueller on 2008/02/03
* If the return code from LWP::Simple is 304/not modified,
then that's a success. So we shouldn't throw an error.
* This is 0.26.
____________________________________________________________________________
By: smueller on 2007/06/29
* Use Archive::Unzip::Burst for unzipping if available.
* Some refactoring and code cleanup.
* This is 0.25.
____________________________________________________________________________
By: smueller on 2007/07/20
* Remove shebang from Makefile.PL. No assumptions about the user's perl.
* Port Makefile.PL to use ExtUtils::MakeMaker so I no longer need to
release for Module::Install upgrades. PAR::Dist wasn't using any of
the advanced features anyway!
* This is 0.24.
____________________________________________________________________________
By: smueller on 2007/06/20
* Add contains_binaries.
* This is 0.23
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2007-06-13 11:41:30 by Klaus Heinz | Files touched by this commit (1) |
Log message:
The package supports installation to DESTDIR.
|
2007-06-10 01:39:03 by David Brownlee | Files touched by this commit (2) |
Log message:
Updated devel/p5-PAR-Dist 0.21 -> 0.22
By: smueller on 2007/04/30
* Patch from Jos Boumans: Remove use of "static" variable.
By: smueller on 2006/10/28
* parse_dist_name now supports versions starting with a 'v'.
|