freebsd-ports/misc/ruby-vpim/pkg-descr
Cheng-Lung Sung 4e70f6e089 Add ruby-vpim 0.360, vCard and iCalendar support for ruby.
PR:		ports/101861
Submitted by:	Yuichiro AIZAWA aka yaizawa <yaizawa at mdbl.sfc.keio.ac.jp>
2006-08-14 04:03:29 +00:00

15 lines
568 B
Text

This is a pure-ruby library for decoding and encoding vCard and
iCalendar data ("personal information") called vPim.
vCard (RFC 2426) is a format for personal information, see Vpim::Vcard
and Vpim::Maker::Vcard.
iCalendar (RFC 2445) is a format for calendar related information, see
Vpim::Icalendar.
vCard and iCalendar support is built on top of an implementation of
the MIME Content-Type for Directory Information (RFC 2425). The basic
RFC 2425 format is implemented by Vpim::DirectoryInfo and
Vpim::DirectoryInfo::Field.
WWW: http://rubyforge.org/projects/vpim