diff options
author | adrianp <adrianp> | 2004-11-03 21:35:57 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2004-11-03 21:35:57 +0000 |
commit | 019f353990bf5ed6977febfcb1ae33b19843e552 (patch) | |
tree | b11b6b085fa67c71a57580791e8e8a8c30530da5 /devel/p5-Date-Calc | |
parent | 48c153d769aa24a817322d20aaf27922311ac8e1 (diff) | |
download | pkgsrc-019f353990bf5ed6977febfcb1ae33b19843e552.tar.gz |
- 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 (limited to 'devel/p5-Date-Calc')
-rw-r--r-- | devel/p5-Date-Calc/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Date-Calc/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Date-Calc/Makefile b/devel/p5-Date-Calc/Makefile index 937c2751779..49a43746101 100644 --- a/devel/p5-Date-Calc/Makefile +++ b/devel/p5-Date-Calc/Makefile @@ -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 --git a/devel/p5-Date-Calc/distinfo b/devel/p5-Date-Calc/distinfo index b550014776a..518790bb78a 100644 --- a/devel/p5-Date-Calc/distinfo +++ b/devel/p5-Date-Calc/distinfo @@ -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 |