diff options
author | wiz <wiz> | 2005-02-26 17:52:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-26 17:52:13 +0000 |
commit | ba5c0c5f06d67750f4ef96bc0db623be559de3f8 (patch) | |
tree | b353d98aa114d1b5692f49223c485ef455dd2ec1 /devel/p5-File-Temp | |
parent | 5ddaac192deefcd587b8dd031c265a77a3e42386 (diff) | |
download | pkgsrc-ba5c0c5f06d67750f4ef96bc0db623be559de3f8.tar.gz |
Update to 0.16:
--- RELEASE V0.16 ---
* Temp.pm: Remove spurious debug statement
--- RELEASE V0.15 ---
* Temp.pm (unlink_on_destroy): Add post-object creation method to
control whether the temp file will be unlinked when the object
goes out of scope.
* Temp.pm: Increase maximum number of tries before aborting.
* Temp.pm: Add $KEEP_ALL to allow the temporary files to be
retained whilst debugging (suggestion from Ed Avis [and others]).
* Temp.pm: Temp files should have been opened O_NOFOLLOW rather
than O_FOLLOW! (thanks to Marc Tardif)
* Temp.pm: Add cleanup() function so that temp files that would be
removed by an END block can be removed by a daemon. (RT wishlist
item #6928 by Robert Rothenberg)
* Temp.pm: Force chmod on file before unlinking it. This can be a
problem on windows (see RT bug #6935). tempdir() has been fixed by
Slaven's earlier patch to change the rmtree arguments.
* Temp.pm (top_system_uid): Add interix patch from Todd Vierling
* Temp.pm (_gettemp): Pod patch from Steven Lembark clarifying the
error message associated with two few XXXXs
* Temp.pm: Add note on forking and make sure that END blocks only
remove temporary files created by the current process ID (prompted
by Daniel Macks in RT bug #11067)
* Temp.pm (cmpstat): Roman Vasicek reported problems with the _
filehandle. Play it safe and remove that handle. (see RT bug #8822)
* t/tempfile.t: Add test for write proteceted temp file (thanks to
Slaven Rezic)
* Temp.pm (_can_do_level): Change argument to rmtree to make it
attempt to remove write-protected files on cleanup (thanks to
Slaven Rezic)
* Temp.pm: Add note on binmode usage
Diffstat (limited to 'devel/p5-File-Temp')
-rw-r--r-- | devel/p5-File-Temp/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-File-Temp/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-File-Temp/Makefile b/devel/p5-File-Temp/Makefile index 350862b5032..a51f6c51f79 100644 --- a/devel/p5-File-Temp/Makefile +++ b/devel/p5-File-Temp/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:00 grant Exp $ +# $NetBSD: Makefile,v 1.11 2005/02/26 17:52:13 wiz Exp $ # -DISTNAME= File-Temp-0.14 +DISTNAME= File-Temp-0.16 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5fte -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-Temp/distinfo b/devel/p5-File-Temp/distinfo index b44cdf1150e..413ae953538 100644 --- a/devel/p5-File-Temp/distinfo +++ b/devel/p5-File-Temp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 22:24:25 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/02/26 17:52:13 wiz Exp $ -SHA1 (File-Temp-0.14.tar.gz) = 1500eb30e3e23e6c5449a9d2b1829c5cf85fd964 -RMD160 (File-Temp-0.14.tar.gz) = c632692c90df053e156926d4e484b212800b8fe6 -Size (File-Temp-0.14.tar.gz) = 28453 bytes +SHA1 (File-Temp-0.16.tar.gz) = 05717ea9f4cc69b140e5a7342261e85d0e7263d6 +RMD160 (File-Temp-0.16.tar.gz) = 4248df47b68375f11ab83e4f1060b4fcda665b0c +Size (File-Temp-0.16.tar.gz) = 31603 bytes |