mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
f64d997379
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
20 lines
914 B
Plaintext
20 lines
914 B
Plaintext
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://rubygems.org/gems/ri_cal/
|