pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Find-Rule-Age Importing package for p5 m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1702ad3cf68
branches:  trunk
changeset: 393886:f1702ad3cf68
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri May 29 08:21:53 2009 +0000

description:
Importing package for p5 module File::Find::Rule::Age 0.2.

File::Find::Rule::Age makes it easy to search for files based on their age.

diffstat:

 devel/p5-File-Find-Rule-Age/DESCR    |   3 +++
 devel/p5-File-Find-Rule-Age/Makefile |  23 +++++++++++++++++++++++
 devel/p5-File-Find-Rule-Age/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 56e28788abfb -r f1702ad3cf68 devel/p5-File-Find-Rule-Age/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Find-Rule-Age/DESCR Fri May 29 08:21:53 2009 +0000
@@ -0,0 +1,3 @@
+File::Find::Rule::Age makes it easy to search for files based on their age.
+DateTime and File::stat are used to do the behind the scenes work, with
+File::Find::Rule doing the Heavy Lifting.
diff -r 56e28788abfb -r f1702ad3cf68 devel/p5-File-Find-Rule-Age/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Find-Rule-Age/Makefile      Fri May 29 08:21:53 2009 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 08:21:53 sno Exp $
+
+DISTNAME=      File-Find-Rule-Age-0.2
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5ffr
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/File-Find-Rule-Age/
+COMMENT=       Rule to match on file age
+#LICENSE=      ${PERL_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-DateTime>=0.42:../../time/p5-DateTime
+DEPENDS+=      p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule
+
+PERL5_PACKLIST=                auto/File/Find/Rule/Age/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 56e28788abfb -r f1702ad3cf68 devel/p5-File-Find-Rule-Age/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-File-Find-Rule-Age/distinfo      Fri May 29 08:21:53 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/05/29 08:21:53 sno Exp $
+
+SHA1 (File-Find-Rule-Age-0.2.tar.gz) = c3497e8534af97f8b3b38a292d44bd804ae96bd6
+RMD160 (File-Find-Rule-Age-0.2.tar.gz) = 46c3d5b7553e56dd145d684d2dad64884977cea9
+Size (File-Find-Rule-Age-0.2.tar.gz) = 19294 bytes



Home | Main Index | Thread Index | Old Index