diff options
author | abs <abs@pkgsrc.org> | 2010-05-16 12:26:50 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2010-05-16 12:26:50 +0000 |
commit | dd167e7296b9eba904b11552550c7850ab415788 (patch) | |
tree | b9d37a8a72a06f40ced80d104e4d6457f1cce674 /time | |
parent | 0b30927370c07f5195b59481713f750f798a36af (diff) | |
download | pkgsrc-dd167e7296b9eba904b11552550c7850ab415788.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/p5-Time-Elapsed/DESCR | 4 | ||||
-rw-r--r-- | time/p5-Time-Elapsed/Makefile | 21 | ||||
-rw-r--r-- | time/p5-Time-Elapsed/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/time/p5-Time-Elapsed/DESCR b/time/p5-Time-Elapsed/DESCR new file mode 100644 index 00000000000..8db4550373a --- /dev/null +++ b/time/p5-Time-Elapsed/DESCR @@ -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 --git a/time/p5-Time-Elapsed/Makefile b/time/p5-Time-Elapsed/Makefile new file mode 100644 index 00000000000..49780f4b800 --- /dev/null +++ b/time/p5-Time-Elapsed/Makefile @@ -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 +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 --git a/time/p5-Time-Elapsed/distinfo b/time/p5-Time-Elapsed/distinfo new file mode 100644 index 00000000000..fe0a9761440 --- /dev/null +++ b/time/p5-Time-Elapsed/distinfo @@ -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 |