pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Tempdir Initial import of p5-File-Tempdi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69e10095a745
branches:  trunk
changeset: 529207:69e10095a745
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun May 27 19:42:32 2007 +0000

description:
Initial import of p5-File-Tempdir 0.02.

The module provides an object interface for function tempdir() from
Perl module File::Temp. This allows to destroy the temporary directory
as soon as it is not needed anymore using the magic DESTROY() function
automatically called by perl when the object is no longer referenced.

diffstat:

 devel/p5-File-Tempdir/DESCR    |   4 ++++
 devel/p5-File-Tempdir/Makefile |  19 +++++++++++++++++++
 devel/p5-File-Tempdir/PLIST    |   1 +
 devel/p5-File-Tempdir/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 99b551349cef -r 69e10095a745 devel/p5-File-Tempdir/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Tempdir/DESCR       Sun May 27 19:42:32 2007 +0000
@@ -0,0 +1,4 @@
+The module provides an object interface for function tempdir() from
+Perl module File::Temp. This allows to destroy the temporary directory
+as soon as it is not needed anymore using the magic DESTROY() function
+automatically called by perl when the object is no longer referenced.
diff -r 99b551349cef -r 69e10095a745 devel/p5-File-Tempdir/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Tempdir/Makefile    Sun May 27 19:42:32 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/27 19:42:32 heinz Exp $
+#
+
+DISTNAME=      File-Tempdir-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER=    heinz%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/File-Tempdir/
+COMMENT=       Object interface for tempdir() from Perl module File::Temp
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/File/Tempdir/.packlist
+USE_LANGUAGES=         # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 99b551349cef -r 69e10095a745 devel/p5-File-Tempdir/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Tempdir/PLIST       Sun May 27 19:42:32 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/27 19:42:32 heinz Exp $
diff -r 99b551349cef -r 69e10095a745 devel/p5-File-Tempdir/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Tempdir/distinfo    Sun May 27 19:42:32 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/27 19:42:32 heinz Exp $
+
+SHA1 (File-Tempdir-0.02.tar.gz) = afce204c392efa98b1566a7026a835ed5786a98e
+RMD160 (File-Tempdir-0.02.tar.gz) = aeacca6eafcf667942c65c941b96403a385017f4
+Size (File-Tempdir-0.02.tar.gz) = 1768 bytes



Home | Main Index | Thread Index | Old Index