pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/p5-Time-Elapsed Added time/p5-Time-Elapsed versio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a06436c76cc1
branches: trunk
changeset: 575544:a06436c76cc1
user: abs <abs%pkgsrc.org@localhost>
date: Sun May 16 12:26:50 2010 +0000
description:
Added time/p5-Time-Elapsed version 0.29
This module transforms the elapsed seconds into a human readable
string. It can be used for (for example) rendering uptime values
into a human readable form. The resulting string will be an
approximation.
diffstat:
time/p5-Time-Elapsed/DESCR | 4 ++++
time/p5-Time-Elapsed/Makefile | 21 +++++++++++++++++++++
time/p5-Time-Elapsed/distinfo | 5 +++++
3 files changed, 30 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r b34d291c10a4 -r a06436c76cc1 time/p5-Time-Elapsed/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Elapsed/DESCR Sun May 16 12:26:50 2010 +0000
@@ -0,0 +1,4 @@
+This module transforms the elapsed seconds into a human readable
+string. It can be used for (for example) rendering uptime values
+into a human readable form. The resulting string will be an
+approximation.
diff -r b34d291c10a4 -r a06436c76cc1 time/p5-Time-Elapsed/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Elapsed/Makefile Sun May 16 12:26:50 2010 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/16 12:26:50 abs Exp $
+
+DISTNAME= Time-Elapsed-0.29
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= time perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Time-Elapsed/
+COMMENT= Displays the elapsed time as a human readable string
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/Time/Elapsed/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b34d291c10a4 -r a06436c76cc1 time/p5-Time-Elapsed/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Elapsed/distinfo Sun May 16 12:26:50 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/05/16 12:26:50 abs Exp $
+
+SHA1 (Time-Elapsed-0.29.tar.gz) = b2618ab7076543c1d4d57c7d28a647c73a660979
+RMD160 (Time-Elapsed-0.29.tar.gz) = 82342f06797ef2384d78362f9a5e357d083b1723
+Size (Time-Elapsed-0.29.tar.gz) = 20921 bytes
Home |
Main Index |
Thread Index |
Old Index