pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Date-Calc Added time/p5-Date-Calc version 5.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b7d424adb40
branches:  trunk
changeset: 554402:0b7d424adb40
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Feb 13 23:46:51 2009 +0000

description:
Added time/p5-Date-Calc version 5.4

This package consists of a C library and a Perl module (which uses
the C library, internally) for all kinds of date calculations based
on the Gregorian calendar (the one used in all western countries
today), thereby complying with all relevant norms and standards:
ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where
applicable).

(See also http://www.engelschall.com/u/sb/download/Date-Calc/DIN1355/
for a scan of part of the "DIN 1355" document (in German)).

The module of course handles year numbers of 2000 and above correctly
("Year 2000" or "Y2K" compliance) -- actually all year numbers from
1 to the largest positive integer representable on your system
(which is at least 32767) can be dealt with.

diffstat:

 time/p5-Date-Calc/DESCR    |  14 ++++++++++++++
 time/p5-Date-Calc/Makefile |  20 ++++++++++++++++++++
 time/p5-Date-Calc/distinfo |   5 +++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 0b4ce8e1b0d9 -r 0b7d424adb40 time/p5-Date-Calc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Date-Calc/DESCR   Fri Feb 13 23:46:51 2009 +0000
@@ -0,0 +1,14 @@
+This package consists of a C library and a Perl module (which uses
+the C library, internally) for all kinds of date calculations based
+on the Gregorian calendar (the one used in all western countries
+today), thereby complying with all relevant norms and standards:
+ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where
+applicable).
+
+(See also http://www.engelschall.com/u/sb/download/Date-Calc/DIN1355/
+for a scan of part of the "DIN 1355" document (in German)).
+
+The module of course handles year numbers of 2000 and above correctly
+("Year 2000" or "Y2K" compliance) -- actually all year numbers from
+1 to the largest positive integer representable on your system
+(which is at least 32767) can be dealt with.
diff -r 0b4ce8e1b0d9 -r 0b7d424adb40 time/p5-Date-Calc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Date-Calc/Makefile        Fri Feb 13 23:46:51 2009 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 23:46:51 abs Exp $
+
+DISTNAME=      Date-Calc-5.4
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Date/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?Date::Calc
+COMMENT=       Gregorian calendar date calculations
+
+DEPENDS+=      p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
+
+USE_LANGUAGES= c # installs C module
+PERL5_PACKLIST=        auto/Date/Calc/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0b4ce8e1b0d9 -r 0b7d424adb40 time/p5-Date-Calc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Date-Calc/distinfo        Fri Feb 13 23:46:51 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/13 23:46:51 abs Exp $
+
+SHA1 (Date-Calc-5.4.tar.gz) = 630dfca054aaebd4535e2251c2c5c20d625f3f94
+RMD160 (Date-Calc-5.4.tar.gz) = 527e60e102c8e5a04eb9038560ff8325b8a6ed84
+Size (Date-Calc-5.4.tar.gz) = 206622 bytes



Home | Main Index | Thread Index | Old Index