pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Time-Duration Import new package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52abd0e75922
branches:  trunk
changeset: 523147:52abd0e75922
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Jan 02 18:12:33 2007 +0000

description:
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:

 time/p5-Time-Duration/DESCR    |   3 +++
 time/p5-Time-Duration/Makefile |  15 +++++++++++++++
 time/p5-Time-Duration/PLIST    |   1 +
 time/p5-Time-Duration/distinfo |   5 +++++
 4 files changed, 24 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 8c5a92dc2157 -r 52abd0e75922 time/p5-Time-Duration/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Duration/DESCR       Tue Jan 02 18:12:33 2007 +0000
@@ -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 -r 8c5a92dc2157 -r 52abd0e75922 time/p5-Time-Duration/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Duration/Makefile    Tue Jan 02 18:12:33 2007 +0000
@@ -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@localhost
+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 -r 8c5a92dc2157 -r 52abd0e75922 time/p5-Time-Duration/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Duration/PLIST       Tue Jan 02 18:12:33 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/02 18:12:33 reed Exp $
diff -r 8c5a92dc2157 -r 52abd0e75922 time/p5-Time-Duration/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Duration/distinfo    Tue Jan 02 18:12:33 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index