pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Save-Home Importing package for p5 modul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b013bd93a8d0
branches:  trunk
changeset: 393872:b013bd93a8d0
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri May 29 07:35:19 2009 +0000

description:
Importing package for p5 module File::Save::Home 0.08 as dependency for
scheduled import of ExtUtils::ModuleMaker.

This Perl extension provides several functions which try to determine whether
you can, indeed, safely create directories and files underneath a user's home
directory. Among other things, if you are placing a file in such a location
only temporarily -- say, for testing purposes -- you can temporarily hide any
already existing file with the same name and restore it to its original name
and timestamps when you are done.

diffstat:

 devel/p5-File-Save-Home/DESCR    |   6 ++++++
 devel/p5-File-Save-Home/Makefile |  22 ++++++++++++++++++++++
 devel/p5-File-Save-Home/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 4f5101b11ab1 -r b013bd93a8d0 devel/p5-File-Save-Home/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Save-Home/DESCR     Fri May 29 07:35:19 2009 +0000
@@ -0,0 +1,6 @@
+This Perl extension provides several functions which try to determine whether
+you can, indeed, safely create directories and files underneath a user's home
+directory. Among other things, if you are placing a file in such a location
+only temporarily -- say, for testing purposes -- you can temporarily hide any
+already existing file with the same name and restore it to its original name
+and timestamps when you are done.
diff -r 4f5101b11ab1 -r b013bd93a8d0 devel/p5-File-Save-Home/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Save-Home/Makefile  Fri May 29 07:35:19 2009 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 07:35:19 sno Exp $
+#
+
+DISTNAME=      File-Save-Home-0.08
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/File-Save-Home/
+COMMENT=       Place file safely under user home directory
+#LICENSE=      ${PERL_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-String-PerlIdentifier-[0-9]*:../../devel/p5-String-PerlIdentifier
+
+PERL5_PACKLIST=        auto/File/Save/Home/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4f5101b11ab1 -r b013bd93a8d0 devel/p5-File-Save-Home/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Save-Home/distinfo  Fri May 29 07:35:19 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/05/29 07:35:19 sno Exp $
+
+SHA1 (File-Save-Home-0.08.tar.gz) = b5fc84ad119908f610706861c12b4827ef7b70b1
+RMD160 (File-Save-Home-0.08.tar.gz) = 105f55a0147c1560bdcb34e46187b1900d9f7d4d
+Size (File-Save-Home-0.08.tar.gz) = 18572 bytes



Home | Main Index | Thread Index | Old Index