pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime Initial import of p5-DateTime, versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa6c8a495996
branches:  trunk
changeset: 488260:aa6c8a495996
user:      cube <cube%pkgsrc.org@localhost>
date:      Wed Jan 26 16:18:40 2005 +0000

description:
Initial import of p5-DateTime, version 0.25, into the NetBSD Packages
Collection.

The DateTime.pm module aims to provide a complete, correct, and easy
to use date/time object implementation.  Currently it handles many date
calculations, date math (addition and subtraction), and provides
convenient methods for retrieving portions of a date/time.

This module properly supports the Olson time zone database, meaning
that historical time zone information, and more importantly, daylight
saving time rules, can be handled transparently, simply by setting the
correct time zone.  This is done by using the DateTime::TimeZone
module.

diffstat:

 time/p5-DateTime/DESCR    |  10 ++++++++++
 time/p5-DateTime/Makefile |  22 ++++++++++++++++++++++
 time/p5-DateTime/PLIST    |   1 +
 time/p5-DateTime/distinfo |   4 ++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r c7c013747be9 -r aa6c8a495996 time/p5-DateTime/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime/DESCR    Wed Jan 26 16:18:40 2005 +0000
@@ -0,0 +1,10 @@
+The DateTime.pm module aims to provide a complete, correct, and easy
+to use date/time object implementation.  Currently it handles many date
+calculations, date math (addition and subtraction), and provides
+convenient methods for retrieving portions of a date/time.
+
+This module properly supports the Olson time zone database, meaning
+that historical time zone information, and more importantly, daylight
+saving time rules, can be handled transparently, simply by setting the
+correct time zone.  This is done by using the DateTime::TimeZone
+module.
diff -r c7c013747be9 -r aa6c8a495996 time/p5-DateTime/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime/Makefile Wed Jan 26 16:18:40 2005 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/26 16:18:40 cube Exp $
+
+DISTNAME=      DateTime-0.25
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
+
+MAINTAINER=    cube%NetBSD.org@localhost
+HOMEPAGE=      http://datetime.perl.org/
+COMMENT=       Perl module for date/time sets and ranges
+
+DEPENDS+=      p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util
+DEPENDS+=      p5-DateTime-TimeZone>=0.26:../../time/p5-DateTime-TimeZone
+DEPENDS+=      p5-DateTime-Locale>=0.09:../../time/p5-DateTime-Locale
+DEPENDS+=      p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
+DEPENDS+=      {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
+
+USE_BUILDLINK3=        YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/DateTime/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c7c013747be9 -r aa6c8a495996 time/p5-DateTime/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime/PLIST    Wed Jan 26 16:18:40 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/26 16:18:40 cube Exp $
diff -r c7c013747be9 -r aa6c8a495996 time/p5-DateTime/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime/distinfo Wed Jan 26 16:18:40 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/26 16:18:40 cube Exp $
+
+SHA1 (DateTime-0.25.tar.gz) = f168a0051872d5ca61b39c027c5a896876174056
+Size (DateTime-0.25.tar.gz) = 81993 bytes



Home | Main Index | Thread Index | Old Index