./time/p5-Data-ICal, Generates iCalendar (RFC 2445) calendar files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.19, Package name: p5-Data-ICal-0.19, Maintainer: pkgsrc-users

Data::ICal is a straightforward generator for iCalendar (RFC 2445) files, such
as those used in Apple's iCal.


Required to run:
[textproc/p5-Text-vFile-asData] [converters/p5-MIME-Base64] [lang/perl5] [devel/p5-Class-Accessor] [devel/p5-Class-ReturnValue]

Required to build:
[devel/p5-Test-LongString] [devel/p5-Test-NoWarnings] [devel/p5-Test-Warn]

Master sites: (Expand)

SHA1: 5b3b56dc1fcffddb779d6942b22793800fd293a0
RMD160: d6254a9a8c2e2fa144a1b59144f0af2a5153cd66
Filesize: 114.529 KB

Version history: (Expand)


CVS history: (Expand)


   2013-04-21 14:34:14 by Ryo ONODERA | Files touched by this commit (2) | Package updated
Log message:
Update to 0.19

* New dependency.

Changelog:
0.19
    * Always output the VERSION property first

0.18
    * Spelling fixes from Debian (Salvatore Bonaccorso)

0.17
    * Allow chaining of methods (H.Merijn Brand)
    * Allow properties and entries in constructor (H.Merijn Brand)
   2012-10-08 15:04:32 by Aleksej Saushev | Files touched by this commit (146)
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2012-09-03 13:16:27 by Jens Rehsack | Files touched by this commit (67)
Log message:
Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.

Bumping revision
   2011-08-14 17:28:49 by OBATA Akio | Files touched by this commit (61)
Log message:
Revision bump after updating perl5 to 5.14.1.
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2009-07-19 12:45:19 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
pkgsrc changes:
  - Updating package for p5 module Data::ICal from 0.15 to 0.16
  - Setting Module::Install as module type
  - Adjusting license to perl license

Upstream changes:
0.16
    * Use \r\n as the newline character, per RFC 3445
    * Escaping of \ was being done incorrectly, and tested incorrectly
    * Remove a useless and incorrect "escape code"
    * Mention Data::ICal::DateTime (patch from Mark Stosberg)
    * Update copyright
    * POD cleanup
    * Update README from POD
    * POD nits; mostly reflowing and whitespace fixes
    * Perltidy
   2009-05-21 16:06:55 by Jens Rehsack | Files touched by this commit (2)
Log message:
pkgsrc changes:
  - Updating package for p5 module Data::ICal from 0.13nb1 to 0.15
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies according to META.yml

Upstream changes:
0.15
    * Escaping fixes
0.14
    * No longer explodes if your .ics file lacks a VERSION property
    * Perl 5.11 adds additional strictures. Patch from ANDK to deal [rt.cpan.org \ 
#34717]