diff options
author | reed <reed@pkgsrc.org> | 2007-01-02 18:12:33 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2007-01-02 18:12:33 +0000 |
commit | 195236a3e127afbb3ee9a353cb1441b523da9625 (patch) | |
tree | b4e60c0877e51fb2f6db49fcfd9fd50c8ebad893 /time/p5-Time-Duration | |
parent | 76c7161c5765277a061576f4a8208bd5e16c78ae (diff) | |
download | pkgsrc-195236a3e127afbb3ee9a353cb1441b523da9625.tar.gz |
Import new package.
The Time::Duration perl module provides functions for expressing
durations in rounded (such as "1 year and 21 days") or exact English
terms.
(This is used by ikiwiki.)
Diffstat (limited to 'time/p5-Time-Duration')
-rw-r--r-- | time/p5-Time-Duration/DESCR | 3 | ||||
-rw-r--r-- | time/p5-Time-Duration/Makefile | 15 | ||||
-rw-r--r-- | time/p5-Time-Duration/PLIST | 1 | ||||
-rw-r--r-- | time/p5-Time-Duration/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/time/p5-Time-Duration/DESCR b/time/p5-Time-Duration/DESCR new file mode 100644 index 00000000000..b4bea4db0d7 --- /dev/null +++ b/time/p5-Time-Duration/DESCR @@ -0,0 +1,3 @@ +The Time::Duration perl module provides functions for expressing +durations in rounded (such as "1 year and 21 days") or exact English +terms. diff --git a/time/p5-Time-Duration/Makefile b/time/p5-Time-Duration/Makefile new file mode 100644 index 00000000000..1ea830c27c9 --- /dev/null +++ b/time/p5-Time-Duration/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/02 18:12:33 reed Exp $ + +DISTNAME= Time-Duration-1.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 time +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~avif/Time-Duration-1.04/Duration.pm +COMMENT= Perl5 module for rounded or exact English expression of durations + +PERL5_PACKLIST= auto/Time/Duration/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Time-Duration/PLIST b/time/p5-Time-Duration/PLIST new file mode 100644 index 00000000000..57daba865d5 --- /dev/null +++ b/time/p5-Time-Duration/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/02 18:12:33 reed Exp $ diff --git a/time/p5-Time-Duration/distinfo b/time/p5-Time-Duration/distinfo new file mode 100644 index 00000000000..abcba5ebb6e --- /dev/null +++ b/time/p5-Time-Duration/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/01/02 18:12:33 reed Exp $ + +SHA1 (Time-Duration-1.04.tar.gz) = cbec8f308a6586f20ce85ba99392eab8dff42b5a +RMD160 (Time-Duration-1.04.tar.gz) = c9c363e1cc14e5de61f2604e1af6f1e62271c48d +Size (Time-Duration-1.04.tar.gz) = 8763 bytes |