r75953 - in /trunk/libdate-ical-perl: Changes MANIFEST META.yml Makefile.PL README debian/changelog lib/Date/ICal.pm lib/Date/ICal/Duration.pm t/00load.t

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Sat Jun 18 12:32:17 UTC 2011


Author: mxey-guest
Date: Sat Jun 18 12:32:15 2011
New Revision: 75953

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75953
Log:
New upstream release

Added:
    trunk/libdate-ical-perl/META.yml
      - copied unchanged from r75952, branches/upstream/libdate-ical-perl/current/META.yml
Modified:
    trunk/libdate-ical-perl/Changes
    trunk/libdate-ical-perl/MANIFEST
    trunk/libdate-ical-perl/Makefile.PL
    trunk/libdate-ical-perl/README
    trunk/libdate-ical-perl/debian/changelog
    trunk/libdate-ical-perl/lib/Date/ICal.pm
    trunk/libdate-ical-perl/lib/Date/ICal/Duration.pm
    trunk/libdate-ical-perl/t/00load.t

Modified: trunk/libdate-ical-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-ical-perl/Changes?rev=75953&op=diff
==============================================================================
--- trunk/libdate-ical-perl/Changes (original)
+++ trunk/libdate-ical-perl/Changes Sat Jun 18 12:32:15 2011
@@ -1,3 +1,16 @@
+2011-05-10
+
+    * Applies patch from Mark Alway for situation where min, hour, and
+    sec are all '00'. However, a reminder that you should be using the
+    DateTime modules instead.
+
+2009-08-19 09:23  rbowen
+
+    * No functional changes in this revision, just a move to svn and a
+    cleanup of the documentation, removing references to long-defunct
+    URLs, and adding references to the datetime.perl.org project, where
+    you really should be looking for all of your Perl datetime needs.
+
 2003-01-18 15:11  rbowen
 
 	* MANIFEST (1.10): Added license to manifest

Modified: trunk/libdate-ical-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-ical-perl/MANIFEST?rev=75953&op=diff
==============================================================================
--- trunk/libdate-ical-perl/MANIFEST (original)
+++ trunk/libdate-ical-perl/MANIFEST Sat Jun 18 12:32:15 2011
@@ -20,3 +20,4 @@
 t/09greg.t
 t/10subtract.t
 t/11duration.t
+META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libdate-ical-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-ical-perl/Makefile.PL?rev=75953&op=diff
==============================================================================
--- trunk/libdate-ical-perl/Makefile.PL (original)
+++ trunk/libdate-ical-perl/Makefile.PL Sat Jun 18 12:32:15 2011
@@ -1,13 +1,13 @@
 use ExtUtils::MakeMaker;
 
 print qq~
-Please note that the API for Date::ICal is still possibly in flux, and
-you should expect it to change without much warning. If you are actively
-using this module in important work, you need to subscribe to the
-development mailing list and keep track of what changes. See
-http://www.reefknot.org/ for relevant information.
+Please note that this module is long-since abandoned. While I do accept
+patches, and occasionally apply them, for the most part it is
+recommended that you move off of this module and use the various modules
+developed by the datetime project. You can find out more about the
+datetime project at http://datetime.perl.org/
 
-The Reefknot Team
+Rich Bowen - RBOW at CPAN.ORG
 ~;
 
 WriteMakefile(

Modified: trunk/libdate-ical-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-ical-perl/README?rev=75953&op=diff
==============================================================================
--- trunk/libdate-ical-perl/README (original)
+++ trunk/libdate-ical-perl/README Sat Jun 18 12:32:15 2011
@@ -2,7 +2,7 @@
     Date::ICal - Perl extension for ICalendar date objects.
 
 VERSION
-    $Revision: 1.69 $
+    $Rev: 368 $
 
 SYNOPSIS
         use Date::ICal;
@@ -34,10 +34,8 @@
     class for other date/calendar modules that know about ICal time format
     also.
 
-    See http://dates.rcbowen.com/unified.txt for details
-
 AUTHOR
-    Rich Bowen, and the Reefknot team (www.reefknot)
+    Rich Bowen
 
     Last touched by $Author: rbowen $
 
@@ -378,9 +376,7 @@
 SEE ALSO
     datetime at perl.org mailing list
 
-    http://reefknot.org/
-
-    http://dates.rcbowen.com/
+    http://datetime.perl.org/
 
     Time::Local
 
@@ -391,7 +387,7 @@
     Date::ICal::Duration - durations in iCalendar format, for math purposes.
 
 VERSION
-    $Revision: 1.61 $
+    $Revision: 368 $
 
 SYNOPSIS
         use Date::ICal::Duration;
@@ -426,7 +422,7 @@
     math in Date::ICal
 
 AUTHOR
-    Rich Bowen, and the Reefknot team (www.reefknot.org)
+    Rich Bowen, and the Reefknot team.
 
     Last touched by $Author: rbowen $
 

Modified: trunk/libdate-ical-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-ical-perl/debian/changelog?rev=75953&op=diff
==============================================================================
--- trunk/libdate-ical-perl/debian/changelog (original)
+++ trunk/libdate-ical-perl/debian/changelog Sat Jun 18 12:32:15 2011
@@ -1,4 +1,4 @@
-libdate-ical-perl (1.72-4) UNRELEASED; urgency=low
+libdate-ical-perl (2.649-1) UNRELEASED; urgency=low
 
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
@@ -8,7 +8,10 @@
   [ Ansgar Burchardt ]
   * Update my email address.
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 16 Aug 2009 20:13:48 +0200
+  [ Maximilian Gass ]
+  * New upstream release
+
+ -- Maximilian Gass <mxey at cloudconnected.org>  Sat, 18 Jun 2011 14:31:38 +0200
 
 libdate-ical-perl (1.72-3) unstable; urgency=low
 

Modified: trunk/libdate-ical-perl/lib/Date/ICal.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-ical-perl/lib/Date/ICal.pm?rev=75953&op=diff
==============================================================================
--- trunk/libdate-ical-perl/lib/Date/ICal.pm (original)
+++ trunk/libdate-ical-perl/lib/Date/ICal.pm Sat Jun 18 12:32:15 2011
@@ -1,9 +1,9 @@
-# $Id: ICal.pm,v 1.72 2003/01/18 20:09:42 rbowen Exp $
+# $Rev: 649 $
 package Date::ICal;
 use strict;
 
 use vars qw($VERSION $localzone $localoffset @months @leapmonths %add_units);
-$VERSION = (qw'$Revision: 1.72 $')[1];
+$VERSION = '2.'.(qw'$Rev: 649 $')[1];
 use Carp;
 use Time::Local;
 use Date::Leapyear qw();
@@ -24,7 +24,7 @@
 
 =head1 VERSION
 
-$Revision: 1.72 $
+$Revision: 649 $
 
 =head1 SYNOPSIS
 
@@ -57,11 +57,10 @@
 Date::ICal talks the ICal date format, and is intended to be a base class for
 other date/calendar modules that know about ICal time format also.
 
-See http://dates.rcbowen.com/unified.txt for details
-
 =head1 AUTHOR
 
-Rich Bowen, and the Reefknot team (www.reefknot)
+Rich Bowen, and the Reefknot team. Alas, Reefknot is no more. See
+http://datetime.perl.org/ for more modern and accurate modules.
 
 Last touched by $Author: rbowen $
 
@@ -1276,9 +1275,7 @@
 
 datetime at perl.org mailing list
 
-http://reefknot.org/
-
-http://dates.rcbowen.com/
+http://datetime.perl.org/
 
 Time::Local
 

Modified: trunk/libdate-ical-perl/lib/Date/ICal/Duration.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-ical-perl/lib/Date/ICal/Duration.pm?rev=75953&op=diff
==============================================================================
--- trunk/libdate-ical-perl/lib/Date/ICal/Duration.pm (original)
+++ trunk/libdate-ical-perl/lib/Date/ICal/Duration.pm Sat Jun 18 12:32:15 2011
@@ -1,4 +1,3 @@
-# $Header: /cvsroot/reefknot/Date-ICal/lib/Date/ICal/Duration.pm,v 1.61 2002/02/07 11:33:21 rbowen Exp $
 package Date::ICal::Duration;
 
 use strict;
@@ -53,7 +52,8 @@
 
 =head1 AUTHOR
 
-Rich Bowen, and the Reefknot team (www.reefknot.org)
+Rich Bowen, and the Reefknot team. Alas, Reefknot is no more. See
+http://datetime.perl.org/ for more modern modules.
 
 Last touched by $Author: rbowen $
 

Modified: trunk/libdate-ical-perl/t/00load.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-ical-perl/t/00load.t?rev=75953&op=diff
==============================================================================
--- trunk/libdate-ical-perl/t/00load.t (original)
+++ trunk/libdate-ical-perl/t/00load.t Sat Jun 18 12:32:15 2011
@@ -1,5 +1,3 @@
-# $Header: /cvsroot/reefknot/Date-ICal/t/00load.t,v 1.2 2001/07/04 03:33:49 rbowen Exp $
-
 use Test::More qw(no_plan);
 
 # Check to see if it loads




More information about the Pkg-perl-cvs-commits mailing list