pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Time-Interval Time::Interval



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d4f1fb18f27
branches:  trunk
changeset: 534976:5d4f1fb18f27
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Nov 04 16:02:12 2007 +0000

description:
Time::Interval
==============

This package installs the Time::Interval perl module.
Time::Interval's primary purpose is to take a given number
of seconds and return the number of days, hours, minutes,
and seconds are represented.

diffstat:

 time/p5-Time-Interval/DESCR    |   7 +++++++
 time/p5-Time-Interval/Makefile |  19 +++++++++++++++++++
 time/p5-Time-Interval/PLIST    |   1 +
 time/p5-Time-Interval/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 8dbcdc44e41f -r 5d4f1fb18f27 time/p5-Time-Interval/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Interval/DESCR       Sun Nov 04 16:02:12 2007 +0000
@@ -0,0 +1,7 @@
+Time::Interval
+==============
+
+This package installs the Time::Interval perl module.
+Time::Interval's primary purpose is to take a given number
+of seconds and return the number of days, hours, minutes,
+and seconds are represented.
diff -r 8dbcdc44e41f -r 5d4f1fb18f27 time/p5-Time-Interval/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Interval/Makefile    Sun Nov 04 16:02:12 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/04 16:02:12 adrianp Exp $
+#
+
+DISTNAME=      Time-Interval-1.22
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/A/AH/AHICOX/
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/A/AH/AHICOX/
+COMMENT=       Converts time intervals of days, hours, minutes, and seconds
+
+DEPENDS+=      p5-DateTime-[0-9]*:../../time/p5-DateTime
+
+PERL5_PACKLIST=        auto/Time/Interval/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8dbcdc44e41f -r 5d4f1fb18f27 time/p5-Time-Interval/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Interval/PLIST       Sun Nov 04 16:02:12 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/04 16:02:12 adrianp Exp $
diff -r 8dbcdc44e41f -r 5d4f1fb18f27 time/p5-Time-Interval/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Interval/distinfo    Sun Nov 04 16:02:12 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/11/04 16:02:12 adrianp Exp $
+
+SHA1 (Time-Interval-1.22.tar.gz) = 1109eb1c68b10da5a924c55b8e81ebdf97eefb00
+RMD160 (Time-Interval-1.22.tar.gz) = 75a34fb7f3ddae336de9080dd5b73b4999482b3f
+Size (Time-Interval-1.22.tar.gz) = 5635 bytes



Home | Main Index | Thread Index | Old Index