pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Date-Calc - Updated Date-Calc to 5.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26119d4d92e6
branches:  trunk
changeset: 482846:26119d4d92e6
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Nov 03 21:35:57 2004 +0000

description:
- Updated Date-Calc to 5.4

 +  Added compiler directives for C++.
 +  Removed "Carp::Clan" from the distribution (available separately).
 +  Fixed bug in initialization of "Date::Calendar::Year" objects.
 +  Added method "tags()" to "Date::Calendar" and "Date::Calendar::Year".
 +  Fixed the formula for "Labor Day" in the U.S. to "1/Mon/Sep".
 +  Added a new recipe to the "Date::Calc" documentation.
 +  Added Romanian to the list of languages supported by "Date::Calc".
 +  Changed the example script "calendar.cgi" to highlight the name
    which led to a given date being a holiday.
 +  Fixed the Polish entries in "Date::Calc".
 +  Added a few commemorative days to the Norwegian calendar profile.
 +  Added "use bytes" to all Perl files to avoid problems on systems
    not using the standard locale "C".
 +  Fixed test 5 of t/m005.t to (hopefully) work under other locales.

diffstat:

 devel/p5-Date-Calc/Makefile |  4 ++--
 devel/p5-Date-Calc/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 2def5a11bcb2 -r 26119d4d92e6 devel/p5-Date-Calc/Makefile
--- a/devel/p5-Date-Calc/Makefile       Wed Nov 03 21:33:50 2004 +0000
+++ b/devel/p5-Date-Calc/Makefile       Wed Nov 03 21:35:57 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2004/04/25 04:07:45 minskim Exp $
+# $NetBSD: Makefile,v 1.14 2004/11/03 21:35:57 adrianp Exp $
 #
 
-DISTNAME=      Date-Calc-5.3
+DISTNAME=      Date-Calc-5.4
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=  p5dca
 CATEGORIES=    devel perl5
diff -r 2def5a11bcb2 -r 26119d4d92e6 devel/p5-Date-Calc/distinfo
--- a/devel/p5-Date-Calc/distinfo       Wed Nov 03 21:33:50 2004 +0000
+++ b/devel/p5-Date-Calc/distinfo       Wed Nov 03 21:35:57 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2003/03/16 15:42:14 mjl Exp $
+$NetBSD: distinfo,v 1.5 2004/11/03 21:35:57 adrianp Exp $
 
-SHA1 (Date-Calc-5.3.tar.gz) = 8e3400a615b24713b81398d1e61a3250d4d97b20
-Size (Date-Calc-5.3.tar.gz) = 198831 bytes
+SHA1 (Date-Calc-5.4.tar.gz) = 630dfca054aaebd4535e2251c2c5c20d625f3f94
+Size (Date-Calc-5.4.tar.gz) = 206622 bytes
 SHA1 (patch-aa) = bb684dec0c51bf9414e91580496f903c7d206540



Home | Main Index | Thread Index | Old Index