diff options
author | Rui Paulo <rpaulo@FreeBSD.org> | 2013-03-02 04:25:13 +0000 |
---|---|---|
committer | Rui Paulo <rpaulo@FreeBSD.org> | 2013-03-02 04:25:13 +0000 |
commit | 601d84f5046b753d677749d1854974278dbf5aee (patch) | |
tree | 9e4aebda4d46ab2e432df8391cfb7b681cccd73c /textproc/rubygem-ri_cal/pkg-descr | |
parent | c5ebedf215bda298b1dc1a1febe56b6057c0ba47 (diff) | |
download | ports-601d84f5046b753d677749d1854974278dbf5aee.tar.gz ports-601d84f5046b753d677749d1854974278dbf5aee.zip |
Notes
Diffstat (limited to 'textproc/rubygem-ri_cal/pkg-descr')
-rw-r--r-- | textproc/rubygem-ri_cal/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/rubygem-ri_cal/pkg-descr b/textproc/rubygem-ri_cal/pkg-descr new file mode 100644 index 000000000000..f83be63945d7 --- /dev/null +++ b/textproc/rubygem-ri_cal/pkg-descr @@ -0,0 +1,19 @@ +RiCal is a new Ruby Library for parsing, generating, and using iCalendar +(RFC 2445) format data. + +RiCal distinguishes itself from existing Ruby libraries in providing +support for + +Timezone components in Calendars. This means that RiCal parses VTIMEZONE +data and instantiates timezone objects which can be used to convert +times in the calendar to and from UTC time. In addition, RiCal allows +created calendars and components to use time zones understood by TZInfo gem +(from either the TZInfo gem or from Rails ActiveSupport => 2.2). +When a calendar with TZInfo time zones is exported, RFC 2445 conforming +VTIMEZONE components will be included, allowing other programs to process +the result. +Enumeration of recurring occurrences. For example, if an Event has one +or more recurrence rules, then the occurrences of the event can be enumerated +as a series of Event occurrences. + +WWW: http://ri-cal.rubyforge.org/ |