Add p5-File-Temp 0.12, a perl5 module to generate temporary files or

directories safely.

PR:		25767
Submitted by:	Johann Visagie <johann@egenetics.com>
This commit is contained in:
Will Andrews 2001-03-20 01:49:41 +00:00
parent 1817f01ddf
commit 3cb1b4f9b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40075
6 changed files with 42 additions and 0 deletions

View File

@ -266,6 +266,7 @@
SUBDIR += p5-File-Spec
SUBDIR += p5-File-Sync
SUBDIR += p5-File-Tail
SUBDIR += p5-File-Temp
SUBDIR += p5-File-Tools
SUBDIR += p5-Filter
SUBDIR += p5-FreezeThaw

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-File-Temp
# Date created: 13 March 2001
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= File-Temp
PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= johann@egenetics.com
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= File::Temp.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (File-Temp-0.12.tar.gz) = 5e292917da811e0290f6c74aaa9b0f8a

View File

@ -0,0 +1 @@
Perl5 module to generate temporary files or directories safely

View File

@ -0,0 +1,10 @@
File::Temp is a Perl5 module which can be used to generate temporary files
(providing a filename and filehandle) or directories. Possible race
conditions are avoided and some security checks are performed (e.g. making
sure the sticky bit is set on world writeable temp directories).
It should be considered to be in a beta state.
Author: Tim Jenness <t.jenness@jach.hawaii.edu>
-- Johann Visagie <johann@egenetics.com>

View File

@ -0,0 +1,4 @@
lib/perl5/site_perl/%%PERL_VER%%/File/Temp.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Temp/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Temp
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true