pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Path-Class-File-Stat Importing devel/p5-Path-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d409b1d4e25
branches:  trunk
changeset: 569482:8d409b1d4e25
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jan 16 14:49:44 2010 +0000

description:
Importing devel/p5-Path-Class-File-Stat version 0.02 as dependency
of upcoming import of devel/p5-SVN-Class.

Path::Class::File::Stat is a simple extension of Path::Class::File.
Path::Class::File::Stat is useful in long-running programs (as under
mod_perl) where you might have a file handle opened and want to check
if the underlying file has changed.

diffstat:

 devel/p5-Path-Class-File-Stat/DESCR    |   4 ++++
 devel/p5-Path-Class-File-Stat/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Path-Class-File-Stat/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 1ca5c0de082a -r 8d409b1d4e25 devel/p5-Path-Class-File-Stat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Path-Class-File-Stat/DESCR       Sat Jan 16 14:49:44 2010 +0000
@@ -0,0 +1,4 @@
+Path::Class::File::Stat is a simple extension of Path::Class::File.
+Path::Class::File::Stat is useful in long-running programs (as under
+mod_perl) where you might have a file handle opened and want to check
+if the underlying file has changed.
diff -r 1ca5c0de082a -r 8d409b1d4e25 devel/p5-Path-Class-File-Stat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Path-Class-File-Stat/Makefile    Sat Jan 16 14:49:44 2010 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 14:49:44 sno Exp $
+#
+
+DISTNAME=      Path-Class-File-Stat-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KARMAN/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Path-Class-File-Stat/
+COMMENT=       Cache and compare stat() calls on a Path::Class::File object
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Path/Class/File/Stat/.packlist
+
+DEPENDS+=      p5-Path-Class>=0.15:../../devel/p5-Path-Class
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1ca5c0de082a -r 8d409b1d4e25 devel/p5-Path-Class-File-Stat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Path-Class-File-Stat/distinfo    Sat Jan 16 14:49:44 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/01/16 14:49:44 sno Exp $
+
+SHA1 (Path-Class-File-Stat-0.02.tar.gz) = 119c666beb3b6290457bd8a3c0e8cf38b8c2efc9
+RMD160 (Path-Class-File-Stat-0.02.tar.gz) = d6005e0b2f6b1da061999b8dbec7d1dcf7d8b5df
+Size (Path-Class-File-Stat-0.02.tar.gz) = 2748 bytes



Home | Main Index | Thread Index | Old Index