From owner-cvs-all@FreeBSD.ORG Wed Apr 8 19:39:26 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7F251065720; Wed, 8 Apr 2009 19:39:26 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB3A08FC23; Wed, 8 Apr 2009 19:39:26 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n38JdQff020880; Wed, 8 Apr 2009 19:39:26 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n38JdQo6020879; Wed, 8 Apr 2009 19:39:26 GMT (envelope-from pgollucci) Message-Id: <200904081939.n38JdQo6020879@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Wed, 8 Apr 2009 19:39:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-icalendar Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Apr 2009 19:39:27 -0000 pgollucci 2009-04-08 19:39:26 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-icalendar Makefile distinfo pkg-descr Log: iCalendar -- Internet calendaring, Ruby style This is a Ruby library for dealing with iCalendar files. Rather than explaining myself, here is the introduction from RFC-2445, which defines the format: The use of calendaring and scheduling has grown considerably in the last decade. Enterprise and inter-enterprise business has become dependent on rapid scheduling of events and actions using this information technology. However, the longer term growth of calendaring and scheduling, is currently limited by the lack of Internet standards for the message content types that are central to these knowledgeware applications. This memo is intended to progress the level of interoperability possible between dissimilar calendaring and scheduling applications. This memo defines a MIME content type for exchanging electronic calendaring and scheduling information. The Internet Calendaring and Scheduling Core Object Specification, or iCalendar, allows for the capture and exchange of information normally stored within a calendaring and scheduling application; such as a Personal Information Manager (PIM) or a Group Scheduling product. The iCalendar format is suitable as an exchange format between applications or systems. The format is defined in terms of a MIME content type. This will enable the object to be exchanged using several transports, including but not limited to SMTP, HTTP, a file system, desktop interactive protocols such as the use of a memory- based clipboard or drag/drop interactions, point-to-point asynchronous communication, wired-network transport, or some form of unwired transport such as infrared might also be used. WWW: http://rubyforge.org/projects/icalendar/ Sponsored by: RideCharge Inc. Revision Changes Path 1.3454 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/rubygem-icalendar/Makefile (new) 1.1 +3 -0 ports/devel/rubygem-icalendar/distinfo (new) 1.1 +31 -0 ports/devel/rubygem-icalendar/pkg-descr (new)