Bug 108440 - New port: devel/p5-File-Tempdir - provides an object interface to tempdir() from File::Temp
Summary: New port: devel/p5-File-Tempdir - provides an object interface to tempdir() f...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-27 17:50 UTC by loader
Modified: 2007-01-28 00:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.83 KB, text/plain)
2007-01-27 17:50 UTC, loader
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loader 2007-01-27 17:50:19 UTC
File::Tempdir is a Perl5 module which provides an object interface to 
tempdir() from File::Temp. This allow to destroy the temporary directory 
as soon you don't need it anymore using the magic DESTROY() function 
automatically call be perl when the object is no longer reference.

Author: Olivier Thauvin <nanardon@nanardon.zarb.org>
WWW: http://search.cpan.org/dist/File-Tempdir/
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-27 19:37:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-28 00:27:53 UTC
miwi        2007-01-28 00:27:49 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-File-Tempdir Makefile distinfo pkg-descr pkg-plist 
  Log:
  File::Tempdir is a Perl5 module which provides an object interface to
  tempdir() from File::Temp. This allow to destroy the temporary directory
  as soon you don't need it anymore using the magic DESTROY() function
  automatically call be perl when the object is no longer reference.
  
  Author: Olivier Thauvin <nanardon@nanardon.zarb.org>
  WWW: http://search.cpan.org/dist/File-Tempdir/
  
  PR:             ports/108440
  Submitted by:   loader <loader at freebsdmall.com>
  
  Revision  Changes    Path
  1.2612    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/p5-File-Tempdir/Makefile (new)
  1.1       +3 -0      ports/devel/p5-File-Tempdir/distinfo (new)
  1.1       +7 -0      ports/devel/p5-File-Tempdir/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-File-Tempdir/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-28 00:40:43 UTC
State Changed
From-To: open->closed

New port added. Thanks!