From 0408068d8f373232effe930393d7d8ce97872060 Mon Sep 17 00:00:00 2001 From: adrianp Date: Sun, 4 Nov 2007 16:02:12 +0000 Subject: 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. --- 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(+) create mode 100644 time/p5-Time-Interval/DESCR create mode 100644 time/p5-Time-Interval/Makefile create mode 100644 time/p5-Time-Interval/PLIST create mode 100644 time/p5-Time-Interval/distinfo (limited to 'time') diff --git a/time/p5-Time-Interval/DESCR b/time/p5-Time-Interval/DESCR new file mode 100644 index 00000000000..558db68ef56 --- /dev/null +++ b/time/p5-Time-Interval/DESCR @@ -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 --git a/time/p5-Time-Interval/Makefile b/time/p5-Time-Interval/Makefile new file mode 100644 index 00000000000..69e376e2674 --- /dev/null +++ b/time/p5-Time-Interval/Makefile @@ -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 +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 --git a/time/p5-Time-Interval/PLIST b/time/p5-Time-Interval/PLIST new file mode 100644 index 00000000000..fff4502ebc1 --- /dev/null +++ b/time/p5-Time-Interval/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/04 16:02:12 adrianp Exp $ diff --git a/time/p5-Time-Interval/distinfo b/time/p5-Time-Interval/distinfo new file mode 100644 index 00000000000..313f3bea687 --- /dev/null +++ b/time/p5-Time-Interval/distinfo @@ -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 -- cgit v1.2.3