diff options
author | obache <obache@pkgsrc.org> | 2006-10-30 13:01:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-30 13:01:35 +0000 |
commit | 115a65f76fc0db6baaff7714b96a13da04ca670f (patch) | |
tree | 5fb5f1486e2771bd60ce4b74d86c9d24aab60e84 /devel | |
parent | 6770ce26809666b45a3a0432bd430405b7dc34a7 (diff) | |
download | pkgsrc-115a65f76fc0db6baaff7714b96a13da04ca670f.tar.gz |
Update p5-PAR-Dist to 1.21.
Changes:
By: smueller on 2006/10/12
* _install_or_uninstall tries to remove the temporary directory
while cwd() is in that directory. That fails on win32 leaving
temporary directories on disk. This is now fixed.
* This is 0.21
____________________________________________________________________________
By: smueller on 2006/10/11
* Added a more flexible way of using PAR::Dist::install_par's
custom target logic.
* This is 0.20
____________________________________________________________________________
By: smueller on 2006/10/02
* Repaired PAR::Dist::install_par's custom target logic.
____________________________________________________________________________
By: smueller on 2006/09/03
Log:
* It's not possible to specify your own installation paths.
* Installation paths now documented.
* This is 0.19.
____________________________________________________________________________
By: smueller on 2006/08/28
Log:
* Added optional POD tests.
____________________________________________________________________________
By: smueller on 2006/08/25
Log:
* Added the generate_blib_stub method.
* Added parse_dist_name to @EXPORT_OK
* Upgraded Module::Install to 0.64
* This is PAR::Dist 0.18.
____________________________________________________________________________
By: smueller on 2006/08/23
Log:
* Fixed merge_par for relative paths.
* This is PAR::Dist 0.17.
____________________________________________________________________________
By: smueller on 2006/08/09
Log:
* Fixed tests for parse_dist_name.
* Release 0.15_02
____________________________________________________________________________
By: smueller on 2006/08/02
Log:
* Added the parse_dist_name routine which was previously shipped with
both PAR::Repository and PAR::Repository::Client.
* Changed the distribution name detection heuristics to favour the
distribution name determined from META.yml and then those from
parse_dist_name.
* Version bump to 0.15_01.
____________________________________________________________________________
By: smueller on 2006/07/28
Log:
* PAR::Dist would previously generate bad file names and META.yml if
the newlines contained Windows' \r. That's history.
* This is 0.15.
____________________________________________________________________________
By: smueller on 2006/07/25
Log:
* Changed the calling conventions of remove_man to better resemble
those of the other functions. (This is backwards compatible.)
* Added get_meta() function.
* Slight documentation fixes.
* Version bump to 0.15.
____________________________________________________________________________
By: audreyt on 2006/07/19
Log:
* The "version" field of META.yml files written by Module::Build
was not parsed correctly by the ad-hoc YAML parser.
Reported by: Jesse Vincent
* Remove the 0-signature.t.
* This be 0.14
____________________________________________________________________________
By: smueller on 2006/07/22
Log:
* Added rudimentary support for installing to a prefix-ed location.
* Documented the new parameter "prefix" to install_par();
____________________________________________________________________________
By: smueller on 2006/07/22
Log:
* Module::Install didn't regenerate META.yml because author bit
wasn't set.
* This is 0.13. (Sorry again, need to do this to make CPAN.pm happy.)
____________________________________________________________________________
By: smueller on 2006/07/21
Log:
* Found a couple of path-related bugs in the new functions of 0.11.
* This be 0.12. Sorry!
____________________________________________________________________________
By: smueller on 2006/07/21
Log:
* Fixed potential bugs where slashes were used as path separators.
Now using File::Spec everywhere (I think).
* Added merge_par() which merges two or more .par archives.
* Added remove_man() which removes all man pages and html docs from
a .par archive.
* Fixed a bit of indentation. (I know. Don't do it.)
* This be 0.11
____________________________________________________________________________
By: smueller on 2006/07/05
Log:
* .par distributions fetched from URLs will now be installed as
distributions named "Module-Name" instead of
"http://foo.bar/path/Module-Name-0.01-architecture-version.par".
* Updated Module::Install to 0.63
* This be 0.10
____________________________________________________________________________
By: smueller on 2006/05/20
Log:
* Updated Module::Install to 0.62
* This be 0.09
____________________________________________________________________________
By: smueller on 2006/02/13
Log:
* Updated Module::Install
* Slight documentation fixes.
* This be 0.08
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-PAR-Dist/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-PAR-Dist/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-PAR-Dist/Makefile b/devel/p5-PAR-Dist/Makefile index 7c068c7d511..56f6c6e667f 100644 --- a/devel/p5-PAR-Dist/Makefile +++ b/devel/p5-PAR-Dist/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:29:23 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/10/30 13:01:35 obache Exp $ # -DISTNAME= PAR-Dist-0.07 +DISTNAME= PAR-Dist-0.21 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5moi -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/} diff --git a/devel/p5-PAR-Dist/distinfo b/devel/p5-PAR-Dist/distinfo index fe5313b6367..b866b3c13e2 100644 --- a/devel/p5-PAR-Dist/distinfo +++ b/devel/p5-PAR-Dist/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:27 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/10/30 13:01:35 obache Exp $ -SHA1 (PAR-Dist-0.07.tar.gz) = 1908227fdd1a086ce26e5126df128fa3227755a8 -RMD160 (PAR-Dist-0.07.tar.gz) = f6dfd61e5c1f276b445f3781728a57a0e2272ee7 -Size (PAR-Dist-0.07.tar.gz) = 13853 bytes +SHA1 (PAR-Dist-0.21.tar.gz) = 4eea42c9c02e2b40e71da93c39c277d83c732246 +RMD160 (PAR-Dist-0.21.tar.gz) = 29176b7b66028d85fe19fe21bd91c0891c22b323 +Size (PAR-Dist-0.21.tar.gz) = 23704 bytes |