pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Added time/p5-Rose-DateTime version 0.532



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bd1be377419
branches:  trunk
changeset: 529806:4bd1be377419
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Jun 10 13:42:34 2007 +0000

description:
Added time/p5-Rose-DateTime version 0.532

The Rose::DateTime::* modules provide a few convenience functions
and objects for use with DateTime dates.

Rose::DateTime::Util contains a simple date parser and a slightly
customized date formatter.

Rose::DateTime::Parser encapsulates a date parser with an associated
default time zone.

This module (Rose::DateTime) exists mostly to provide a version
number for CPAN. See the individual modules for some actual
documentation.

diffstat:

 doc/CHANGES-2007               |   3 ++-
 time/p5-Rose-DateTime/DESCR    |  12 ++++++++++++
 time/p5-Rose-DateTime/Makefile |  18 ++++++++++++++++++
 time/p5-Rose-DateTime/PLIST    |   1 +
 time/p5-Rose-DateTime/distinfo |   5 +++++
 5 files changed, 38 insertions(+), 1 deletions(-)

diffs (66 lines):

diff -r 1113868432b1 -r 4bd1be377419 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sun Jun 10 13:39:36 2007 +0000
+++ b/doc/CHANGES-2007  Sun Jun 10 13:42:34 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1332 2007/06/10 13:40:49 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1333 2007/06/10 13:43:12 abs Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -2543,3 +2543,4 @@
        Added devel/p5-Clone-PP version 1.02 [abs 2007-06-10]
        Updated devel/ruby-rd-mode to 0.6.20 [taca 2007-06-10]
        Added databases/p5-SQL-ReservedWords version 0.7 [abs 2007-06-10]
+       Added time/p5-Rose-DateTime version 0.532 [abs 2007-06-10]
diff -r 1113868432b1 -r 4bd1be377419 time/p5-Rose-DateTime/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Rose-DateTime/DESCR       Sun Jun 10 13:42:34 2007 +0000
@@ -0,0 +1,12 @@
+The Rose::DateTime::* modules provide a few convenience functions
+and objects for use with DateTime dates.
+
+Rose::DateTime::Util contains a simple date parser and a slightly
+customized date formatter.
+
+Rose::DateTime::Parser encapsulates a date parser with an associated
+default time zone.
+
+This module (Rose::DateTime) exists mostly to provide a version
+number for CPAN. See the individual modules for some actual
+documentation.
diff -r 1113868432b1 -r 4bd1be377419 time/p5-Rose-DateTime/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Rose-DateTime/Makefile    Sun Jun 10 13:42:34 2007 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 13:42:34 abs Exp $
+
+DISTNAME=      Rose-DateTime-0.532
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Rose/}
+
+MAINTAINER=    abs%absd.org@localhost
+HOMEPAGE=      http://search.cpan.org/~jsiracusa/Rose-DB-Object/
+COMMENT=       DateTime helper functions and objects for Rose
+
+DEPENDS+=      p5-Rose-Object>=0.82:../../devel/p5-Rose-Object
+DEPENDS+=      p5-DateTime-[0-9]*:../../time/p5-DateTime
+
+PERL5_PACKLIST=                auto/Rose/DateTime/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1113868432b1 -r 4bd1be377419 time/p5-Rose-DateTime/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Rose-DateTime/PLIST       Sun Jun 10 13:42:34 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 13:42:34 abs Exp $
diff -r 1113868432b1 -r 4bd1be377419 time/p5-Rose-DateTime/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Rose-DateTime/distinfo    Sun Jun 10 13:42:34 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/10 13:42:34 abs Exp $
+
+SHA1 (Rose-DateTime-0.532.tar.gz) = 4913cfc935ce2c0d33d86c7c400c1b88626be277
+RMD160 (Rose-DateTime-0.532.tar.gz) = 0203dfc914a5e5cdd12c0c999177e61a2c4e423b
+Size (Rose-DateTime-0.532.tar.gz) = 11900 bytes



Home | Main Index | Thread Index | Old Index